d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Basic Programming Bot
Closed New Topic New Poll
Member
Posts: 4,609
Joined: Mar 9 2008
Gold: 2,937.00
Oct 23 2012 09:11am
I have a lot of knowledge in C# and C++ to get by, and I wanted to create a event driven bot to get events from the game and based off the certain event do a scenario.

Here is the Game: pokemmo.eu


This is just a pesudocode kinda detail
Code

Pokemon Battle Commenses in Wilderness
IF ( Pokemon != x (certain Pokemon I want to fight )
Flee Battle
Else
while( pokemon not dead)
 Use skills to kill pokemon



Real low level view of what I am trying to accomplish. I can use CheatEngine to get the index of pokemon of who I battle but I have no idea where to start. To use a dll injection to inject code to run? I am looking for advice here. Not get better language skills. I have the skills I just want to know where to start.

Just a picture of the dll files I found


Go Back To Programming & Development Topic List
Closed New Topic New Poll