I think nowhere is better to learn the development of this kind of bots than the EPVPers/Darkorbit. I was wondering if anyone here could tell me how I would start to learning it, indicates some readings. I'm sorry for the bad english.
I'm also interested but any of the BOT writers does not want to help. I guess I have algorithmic thinking. I know C++, python but I can learn any syntax. However, I have no idea about user interface in programs No idea how to start writing scripts/bots etc.
I'm also interested but any of the BOT writers does not want to help. I guess I have algorithmic thinking. I know C++, python but I can learn any syntax. However, I have no idea about user interface in programs No idea how to start writing scripts/bots etc.
Quote:
Originally Posted by Asplokzin
C++ and Python
Dump the client. Start reversing the networking. Write a TCP socket for the bot. Start doing what the client does and tell your client to collect every bonus box it sees and attack every NPC it sees.
Dump the client. Start reversing the networking. Write a TCP socket for the bot. Start doing what the client does and tell your client to collect every bonus box it sees and attack every NPC it sees.
Note that swf encryption changes weekly, from times even daily. First few packets are encryptions and gotta be sent right otherwise you are listed as a bot user. Send packets in RIGHT order otherwise ban. Edit swf to dump the incoming and outgoing commands (check toshniou) and use fiddler.
Quoted post from Requi just for adding to his.
With all these stuff packed and a few opensource bots (Polska, Toshi) you can make successfully a great packet bot. Good luck
Note that swf encryption changes weekly, from times even daily. First few packets are encryptions and gotta be sent right otherwise you are listed as a bot user. Send packets in RIGHT order otherwise ban. Edit swf to dump the incoming and outgoing commands (check toshniou) and use fiddler.
Quoted post from Requi just for adding to his.
With all these stuff packed and a few opensource bots (Polska, Toshi) you can make successfully a great packet bot. Good luck
Should I learn JScript to do this things? As you said, I was thinking in try to "fix" the Toshi, Should I do all the steps mentioned by Requi?