anyone know about autohotkey, please help me this problem.thank you very much
this luascript Works well with me.
PHP Code:
function WallhackClick(sender)
start=readInteger("CabalMain.exe+B85AD0")+0x40814
for i=0,0x3ffff,4 do
writeBytes(start+i,0)
end
end






