Bunnyhop and Autopsitol hack

07/08/2011 16:33 dj-torrent1#1
der hack ist 100% clean und kann nicht von vac oder so detected werden

einfach starten und zocken ... mit alt (links) macht man bunnyhop und mit maustaste links autopistol


p.s. gecripted mit autohotkey
07/08/2011 16:49 EQ8#2
Code:
; <COMPILER: v1.0.48.3>
$LAlt::

if GetKeyState("LAlt","P")
Loop
{
if not GetKeyState("Lalt","P")
break
SetKeyDelay, 10
SendEvent, {SPACE}
Process, Priority,, High
}

$LButton::
Loop
{
if not GetKeyState("LButton", "P")
break
SetKeyDelay, 10
Click
Process, Priority,, High
}
It's clean and functional, haven't tested in game ><