but i need pointers for hp, char position, mob position on map ....
...and everything other useful too
my bot works ... but it could be alot better ^^
DWORD staticAddr = 0x0092EAAC;
DWORD tobase = readMem(staticAddr,4)+0x20;;
DWORD base = readMem(tobase,4);
//for example hp -> base+HP
DWORD HP = 0x450;
DWORD MP = 0x454;
DWORD HPmax = 0x480;
DWORD MPmax = 0x484;
DWORD vigor = 0x464;
DWORD speed;
DWORD charx;
DWORD chary;
DWORD lvl = 0x448;
DWORD exp = 0x458;
DWORD jump = 0xB14; //set it to 1 for jump hack
DWORD money = 0xB14;
DWORD petHP; //
DWORD petHPmax;
DWORD petHunger;
DWORD mobPointer = 0xA24;
DWORD mobPointerMouse = 0xA3C;






