no i mean dont edit ur posts just put the script in here like what the other dude did when he made the fail aimbot no offense. he put it in here and we pasted it onto autoit or w/e. u post it here and we paste it onto autohotkey program. then just tell us the keys on a separate post and we bunnying like pro(i can bunny pro by my self just helping out choobs)
xD
i need that .....!
Code:
$*space::
Loop
{
if not GetKeyState("space", "P")
break
Send {Blind}{space}
}
return
$*c::
Loop
{
if not GetKeyState("c", "P")
break
Send {Blind}{c}
}
#MaxHotkeysPerInterval 2000
l::reload
return
That's the code. It also is set to autospam "c" when you hold it down. It was already like that in the script that I found and I didn't really notice until I posted this.