Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 18:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Collection] DarkOrbit Packets

Discussion on [Collection] DarkOrbit Packets within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2012
Posts: 63
Received Thanks: 20
Arrow [Collection] DarkOrbit Packets

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.

Packets:

Please post in this thread if you have packets for the collection
Press THANKS if i helped.
iU0U2bm9E1Gir7gf is offline  
Thanks
1 User
Old 09/02/2012, 11:30   #2
 
elite*gold: 260
Join Date: Sep 2012
Posts: 39
Received Thanks: 42
Allright let me share some real one's lol

Neo Invincible is offline  
Thanks
2 Users
Old 09/02/2012, 11:33   #3
 
elite*gold: 0
Join Date: Jul 2012
Posts: 63
Received Thanks: 20
Quote:
Originally Posted by Neo Invincible View Post
Allright let me share some real one's lol

this is code. what are the packets?
iU0U2bm9E1Gir7gf is offline  
Old 09/02/2012, 11:34   #4
 
elite*gold: 260
Join Date: Sep 2012
Posts: 39
Received Thanks: 42
Quote:
Originally Posted by DarkPlayer123 View Post
this is code. what are the packets?
You actually were away for a while don't ya?
This are packets, based on ByteArray's..


Simple explaination of the working of DO's ByteArrays:

For example: Alien packets:
Code:
.H{......^...T........-=[ Streuner ]=-..!F.........................................^..!i...q...
the HEX of it:
Code:
00 48 7B 1C 00 00 05 E6 A7 5E 00 00 00 54 00 00 00 01 00 00 00 10 2D 3D 5B 20 53 74 72 65 75 6E 65 72 20 5D 3D 2D 00 00 21 46 00 00 18 C9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 14 18 A2 00 00 05 E6 A7 5E 00 00 21 69 00 00 19 71 00 00 03 E8
Then u pick the FIRST 2 Hex (bytes).. and parse them with:
00 48


Result=72 => We got the length of the whole packet here (Doesn't mean u need to add 72 items.. no)

Then the second 2 bytes: 7B 1C


There u got the Packet ID.. and from that way u can find more.. but I'll explain this later
Neo Invincible is offline  
Thanks
4 Users
Old 09/02/2012, 11:40   #5
 
joepie1215's Avatar
 
elite*gold: 56
Join Date: Jul 2010
Posts: 1,232
Received Thanks: 397
***** half your post comes in this thread 0 thanks post up whole codes for the packers lol xDD
joepie1215 is offline  
Old 09/02/2012, 11:41   #6
 
elite*gold: 260
Join Date: Sep 2012
Posts: 39
Received Thanks: 42
Quote:
Originally Posted by joepie1215 View Post
***** half your post comes in this thread 0 thanks post up whole codes for the packers lol xDD
As I said.. people don't know me (yet)
Neo Invincible is offline  
Old 09/02/2012, 11:41   #7
 
elite*gold: 0
Join Date: Jul 2012
Posts: 63
Received Thanks: 20
Quote:
Originally Posted by Neo Invincible View Post
You actually were away for a while don't ya?
This are packets, based on ByteArray's..

i have the packets from UDOBot...
and i don't code java... or understand java. or which language it's coded?
iU0U2bm9E1Gir7gf is offline  
Old 09/02/2012, 11:42   #8
 
elite*gold: 464
Join Date: Dec 2010
Posts: 3,999
Received Thanks: 3,909
@TE
Your packets are the very old packets

Not the acutally ones
Dr.Toni-old is offline  
Old 09/02/2012, 11:43   #9
 
elite*gold: 260
Join Date: Sep 2012
Posts: 39
Received Thanks: 42
Actually it's C#, and not hard to learn.. packets from UDOBot are quite old.. let me say very old
Neo Invincible is offline  
Old 09/02/2012, 11:45   #10
 
elite*gold: 0
Join Date: Jul 2012
Posts: 63
Received Thanks: 20
i'll learn to sniff packets, but i dont understand how to
iU0U2bm9E1Gir7gf is offline  
Old 09/02/2012, 11:46   #11
 
elite*gold: 260
Join Date: Sep 2012
Posts: 39
Received Thanks: 42
Protip: WPEProMod.. or WireShark or something simular, then u'll get also things like:

Code:
.)h....#0|D|7034|7637|0|0|0|0|0|0|7267|7295.
Yes! there are some "old like" packets in DO.. still much of them are used, but another way like before (quite smart).
Neo Invincible is offline  
Old 09/02/2012, 11:49   #12
 
elite*gold: 0
Join Date: Jul 2012
Posts: 63
Received Thanks: 20
Quote:
Originally Posted by Neo Invincible View Post
Protip: WPEProMod.. or WireShark or something simular, then u'll get also things like:

Code:
.)h....#0|D|7034|7637|0|0|0|0|0|0|7267|7295.
Yes! there are some "old like" packets in DO.. still much of them are used, but another way like before (quite smart).
i have WPEProMod ... i think the problem is... i dont understand hex...
iU0U2bm9E1Gir7gf is offline  
Old 09/02/2012, 13:04   #13
 
MagierDesGrauens's Avatar
 
elite*gold: 2
Join Date: Aug 2012
Posts: 1,029
Received Thanks: 1,109
The flying packet was something like
FLY|Hero.X|NewX|Hero.Y|NewY
or
FLY|NewX|Hero.X|NewY|Hero.Y

but NOT
FLY|x|y|hero.x|hero.y
MagierDesGrauens is offline  
Reply


Similar Threads Similar Threads
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...



All times are GMT +2. The time now is 18:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.