DBot for SwSRO

02/26/2011 22:03 vegzetdani#1
Hi, I am BlackSun!
I started a project called "DS-Bot". It will be a bot for private servers (i only can test it on SwSRO 2, but i think it will work with all psro).
This bot is packet based. I stuck at reading the character's position (X and Y) and walking. I can read the character's SP/EXP/MP/HP/Name/Level. I just started it a few days ago, so it's everything the bot can do :D. I will release the bot for free if i done it, but the packets are hard to understand, so need some help:). Right now enought to help me with the coords + walk. I hope you can help me. Thank you.

Some picture: [Only registered and activated users can see links. Click Here To Register...]

If you have some unneeded money then feel free to donate:

[Only registered and activated users can see links. Click Here To Register...]
02/26/2011 22:18 TheOxide#2
Quote:
Originally Posted by vegzetdani View Post
Hi, I am BlackSun!
I started a project called "DBot". It will be a bot for private servers (i only can test it on SwSRO 2, but i think it will work with all psro).
This bot is packet based. I stuck at reading the character's position (X and Y) and walking. I can read the character's SP/EXP/MP/HP/Name/Level. I just started it a few days ago, so it's everything the bot can do :D. I will release the bot for free if i done it, but the packets are hard to understand, so need some help:). Right now enought to help me with the coords + walk. I hope you can help me. Thank you.

Some picture: [Only registered and activated users can see links. Click Here To Register...]
lol noex already released v1.5a , so useless

edit : i thought u r trying to crack db-bot lol
02/26/2011 22:30 vegzetdani#3
lol guys, missunderstand me, i'm not try to crack anything. And why DBot? because my name is Dani in the real life so D as Dani :D, and no, i dont want any other name. And again: "DBot" Not DB-Bot or something like this...., but maybe i rename it to D-Bot XD
02/26/2011 22:31 TheRealHero#4
Quote:
Originally Posted by vegzetdani View Post
lol guys, missunderstand me, i'm not try to crack anything. And why DBot? because my name is Dani in the real life so D as Dani :D, and no, i dont want any other name. And again: "DBot" Not DB-Bot or something like this...., but maybe i rename it to D-Bot XD
I would pay for it, if you name it DS-Bot :D
Dani's Super bot :DDDD
02/26/2011 22:39 vegzetdani#5
:D, i dont need your money XD (joke :D), i will rename it i think, i rly like this name:D DS-Bot so cool:D

edit: I renamed the project xD
pic: [Only registered and activated users can see links. Click Here To Register...]

edit2: donate button added, now you can pay XD
02/26/2011 23:24 TheRealHero#6
Quote:
Originally Posted by vegzetdani View Post
:D, i dont need your money XD (joke :D), i will rename it i think, i rly like this name:D DS-Bot so cool:D

edit: I renamed the project xD
pic: [Only registered and activated users can see links. Click Here To Register...]

edit2: donate button added, now you can pay XD
Donated. :D - I'll never do that again xD

$2
02/27/2011 06:55 vegzetdani#7
Quote:
Originally Posted by TheRealHero View Post
Donated. :D - I'll never do that again xD

$2
WoW, he rly paid 2$ xD, thank you:D.
btw i still cant understand the walking packet + can't read the coords, so anyone can help me?
02/27/2011 08:20 vorosmihaly#8
9B 89 00 00 object id
01 has destination
A7 62 destination sectors
20 01 x destination
28 00 z destination (40)
1A 06 y
01 has source
A7 62 source sectors
13 0A x source
00 00 20 42 z source (40) (float?!)
FB 3C y source

(it's from the old sremu thingy)
02/27/2011 15:19 vegzetdani#9
Quote:
Originally Posted by vorosmihaly View Post
9B 89 00 00 object id
01 has destination
A7 62 destination sectors
20 01 x destination
28 00 z destination (40)
1A 06 y
01 has source
A7 62 source sectors
13 0A x source
00 00 20 42 z source (40) (float?!)
FB 3C y source

(it's from the old sremu thingy)
Thanks, i already have the SREmu's packets. but if i read that "X source" what i need to do with it, because it got something around 30000 while i was at 2256 and the same with Y source (i inverted the original x source (13 0A -> 0A 13 and then converted it to number). So it dont work. or maybe i missed something?

edit: Anyone have the old phBot source? It could help me a lot.