Complex Bots -- Anyone done that here?

Ikstob, were you part of the Innerspace community? I was pretty heavily involved there in bot development. Managed the computer networks for some of the gold farming companies using IS and some custom stuff I wrote.

Sounds interesting, can you tell us more about it?
 
PM me if you are still looking for someone to work with you.

Am no good at poker, but I can automate pretty much anything, any website or existing program running on a pc.

If you have the logic, i can build and improve it.
 
PM me if you are still looking for someone to work with you.

Am no good at poker, but I can automate pretty much anything, any website or existing program running on a pc.

If you have the logic, i can build and improve it.

PM Sent
 
For Dll injection, don't you need to know/understand the code of the original process running to make any function calls?
That'd generally be the approach, sometimes people just hook standard Winsock API then decode the packets in order to control player communication to server and send commands to the server through the option connection via the client.

However, in some if not most cases they adjust either memory in the client to modify things or actually reverse engineer the functions they need to call.
 
Arbitrary functions calls are not that difficult assuming that the ABI methodology is known. Function prologues in assembly are pretty easy to locate once you know the general format, and after the stack is loaded it is pretty easy to deduce and replicate the parameter list.
 
Back
Top