need help....wallhack autohotkey script.

07/15/2017 12:04 jasonvn#1
_I searched a lot of topics,But still do not find what i need.So I need to create this topic for help.Wallhack scripts have a lot in the forum.But I need the code written in autohotkey ([Only registered and activated users can see links. Click Here To Register...] 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,do
    
writeBytes(start+i,0)
  
end
end 
but i need autohotkey code.
07/15/2017 16:03 Acid#2
#moved
07/15/2017 16:47 jasonvn#3
thank.. @[Only registered and activated users can see links. Click Here To Register...]