Sir Laipert. How to use the Auto Next Quest?
Quote:
this is example :
Address "CabalMain.exe"+00727FFC
2 offset : 88C and 1C90 lvl
or
Address "CabalMain.exe"+00727FFC
5 offset : 6DC 314 63C 3CC 3B8 nation
how can i write in c++ dll ?
if you have time tell me thanks
void Level()
{
DWORD *Base_1 = (DWORD*)(*(DWORD*)0x00727FFC + 88C);
*(DWORD*)(*(DWORD*)Base_1 + 1C90) = 190;
}