Hello bot-developers,
i have made a packet Collection. If you have a packet for me you can post in this thread.
I hope I helped and the packets are not too old.
OutgoingPacket OP = new OutgoingPacket(3357); // Old ID!
OP.Short(0);
OP.Integer(iHero.userX);
OP.Integer(y);
OP.Integer(x);
OP.Integer(iHero.userY);
PacketHandler.SendMessage(OP, Tcp);
Repair robot start
Code:
OutgoingPacket CM4 = new OutgoingPacket(22246); // Old ID!
CM4.Short(0);
CM4.UTF("S|ROB");
PacketHandler.SendMessage(CM4, Tcp);
Request Server (client) Version for DO:
Code:
OutgoingPacket Out = new OutgoingPacket(666); // Old ID (May not have changed..)
Out.Short(0);
Out.Integer(6);
Out.Integer(6);
Out.Integer(3);
SendMessage(Out, Tcp);
OutgoingPacket OP = new OutgoingPacket(3357); // Old ID!
OP.Short(0);
OP.Integer(iHero.userX);
OP.Integer(y);
OP.Integer(x);
OP.Integer(iHero.userY);
PacketHandler.SendMessage(OP, Tcp);
Repair robot start
Code:
OutgoingPacket CM4 = new OutgoingPacket(22246); // Old ID!
CM4.Short(0);
CM4.UTF("S|ROB");
PacketHandler.SendMessage(CM4, Tcp);
Request Server (client) Version for DO:
Code:
OutgoingPacket Out = new OutgoingPacket(666); // Old ID (May not have changed..)
Out.Short(0);
Out.Integer(6);
Out.Integer(6);
Out.Integer(3);
SendMessage(Out, Tcp);
How Do You Decrypt Darkorbit Packets? 07/26/2012 - DarkOrbit - 4 Replies Been looking into this the past few days now, i see the data, i know parts of it are encrypted but i dont know how to go about decrypting them. Been using WireShark to read the packets.
I heard to use MD5 was used, but i've found very little other information about the subject here or abroad.
[C#] DarkOrbit - Packets Handler 07/12/2012 - .NET Languages - 1 Replies Hi community!
I play on UridiumWars (old Darkorbit - old packets etc.)
I write bot in C#. I write login(work), but I analyze UDOBOT and i have a problem.
I found function: void PacketHandler
She takes the arguments:
Socket ^hSocket, String ^packet
I have socket, but i don't what's going on with packet.
When you call the function:
Darkorbit and c++ or c# packets 06/23/2012 - DarkOrbit - 31 Replies Hi
i programing in c++ and c#, but i don`t understand how we write DO bots. I can write tools, but with webbrowser control(it‘s very stupid). can we give me links to tutorials about this(sockets, packets in web games) or ezample codes(fe. login into darkorbit)
Thank ;)
Sorry for my English. I‘m Polish ;)
Darkorbit Packets 06/18/2012 - DarkOrbit - 0 Replies Hat sich geklärt kann geclosed werden
lg.deathline4ever
[Developing] Darkorbit Bot Packets 01/16/2011 - DarkOrbit - 11 Replies Hallo,
ich bin gerade dabei einen DO Bot zu erstellen. allerdings hab ich ein problem bei den Packets:
Also als erstes muss ich ja wissen, an welche IP die Daten gesendet werden müssen. Nunja, die IP habe ich bisher nur von der Startseite rausbekommen, und diese hat sich auch schon geändert. Aber ist die von der Startseite überhaupt die richtige? Und Port ist doch 8080 oder? (Ich weiß das ich auch einfach in der eingabeaufforderung netstat -n eingeben kann. Aber bei der IP klappts auch net...