Hello, I tried to remove /set on status 32 but I can't figure it out...
Here is the script, I'm using 5.4 ps_game :
[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem:
cmp byte ptr [esi+00005808],01
je 00480D40
originalcode:
cmp byte ptr [esi+00005808],01
exit:
jmp returnhere
00480D40:
nop
nop
returnhere:
[DISABLE]
dealloc(newmem)
00480D40:
cmp byte ptr [esi+00005808],02






