/* - EXP HACK - MPGH - Made by whitegun - Updated by nomercyboy */ [ENABLE] aobscan(AOB_XP_HACK,8B 4C 24 0C 8B 51 08 8B F0 8B 41 04 48 03 D0 89 41 04 75 ** 8B 44 24 0C 50 E8 ** ** ** ** 83 C4 04 5F 8B C6 5E 5B 59 C3 8B ) alloc(new_expmem,2048) label(return_exp) label(original_expcode) label(exit_exp) label(EXP_HACK) registersymbol(EXP_HACK) new_expmem: /* Change amount of EXP below in base16 (current at 10,000)*/ mov eax,0x2710 original_expcode: mov ecx,[esp+0C] mov edx,[ecx+08] exit_exp: jmp return_exp AOB_XP_HACK: EXP_HACK: jmp new_expmem nop nop return_exp: [DISABLE] dealloc(new_expmem) EXP_HACK: mov ecx,[esp+0C] mov edx,[ecx+08] unregistersymbol(EXP_HACK)
I thank you all greatly