Hi i was wondering if this skill hack works or its just outdated? was trying to update it through finding assembly code but still when i change the (00506C04) nothing happens can someone help me ouT?
[ENABLE]
00506C04:
label(_askillLabel)
registersymbol(_askillLabel)
alloc(newmem, 4096)
label(returnhere)
label(exit)
_askillLabel:
jmp newmem
db 90
returnhere:
newmem:
push ebp
mov ecx,esi
mov [edi+61],0a1
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
_askillLabel:
push ebp
mov ecx,esi
mov [edi+61],al
unregistersymbol(_askillLabel)






