Ok I want to know few things about GM detect.
Does dc me when someone with name [GM] come near me?
Or it dc when someone with name [GM] enter the nam where I hack?
And if this is GM script for dc or for teleport?
Code:
[ENABLE]
alloc(DetectGM,512)
label(ReturnName)
registersymbol(DetectGM)
DetectGM:
cmp [eax+70],5D4D475B //[GM]
je 00000000
mov [esi+0c],00000000
jmp ReturnName
00553F63: //C7 46 0C 00 00 00 00 89 47 04
jmp DetectGM
nop
nop
ReturnName:
[DISABLE]
dealloc(DetectGM)
unregistersymbol(DetectGM)
00553F63:
mov [esi+0c],00000000