=> :eek: <=
[GM] Command Script Hack
[GM] Command Script Hack
Instructions :
* HOW TO USE: Log ON Character Selection Screen NOW ACTIVE Script and Log ON The Map. U Can Also ACTIVE Script ON MAP BUT NOT ALL Functions WILL BE WORK - To ACTIVE ALL Swich MAP.
* This Script Allows U to Teleport to Any Place ON The Mini Map Wich Simple Clicks ON IT.
* And Also Allows Use of Several [GM] Commands:
+ /GM NOTICE [Announcements] - DC
+ /GM observermode [on/off] - Only Visual
+ /GM damage [on/off] - Damage Display ON/OFF
* Go Here For INFO How to Add Script Into CheatEngine: [Only registered and activated users can see links. Click Here To Register...]
[GM] Script
Code:
[ENABLE] alloc(newmem,1024) label(returnhere) label(exit) 004EBAA3: returnhere: mov eax,00000002 nop ret exit: jmp returnhere [DISABLE] dealloc(newmem) 004EBAA3: // 8B 80 A8 00 00 00 C3 mov eax,[eax+000000a8] ret
[DEV] Script
Code:
[ENABLE] alloc(newmem,1024) label(returnhere) label(exit) 004EBAA3: returnhere: mov eax,00000003 nop ret exit: jmp returnhere [DISABLE] dealloc(newmem) 004EBAA3: // 8B 80 A8 00 00 00 C3 mov eax,[eax+000000a8] ret