basic mini map script no auto update how would i update this?
[ENABLE]
aobscan(_aGM,8B 80 A0 00 00 00 C3)
label(_aGMLabel)
registersymbol(_aGMLabel)
alloc(newmem, 4096)
label(returnhere)
label(exit)
0056A063:
_aGMLabel:
jmp newmem
db 58
returnhere:
newmem:
mov eax,00000003
nop
ret
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
_aGMLabel:
mov eax,[eax+000000a0]
ret
unregistersymbol(_aGMLabel)






