
Originally Posted by
tonti666
Hello guys!
I found a CS:GO bunnyhop script.
Not the best, but I think better then scrolling.
Code:
Bhop:
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 5
Send, {Blind}{Space}
}
Use this with autohotkey.
You can use this aswell
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
- - - Updated - - -
try this
F11:: Hotkey, *~$Space, Toggle
End::
ExitApp
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
I think that f11 doesnt work but save it as .exe and it should run smoothly.
- - - Updated - - -
F11:: Hotkey, *~$Mouse3, Toggle
End::
ExitApp
*~$Mouse3::
Sleep 5
Loop
{
GetKeyState, Mouse3State, Mouse3, P
If Mouse3State = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
Try this i dont know if it will work but go on csgo and make jump to middle mouse button on my razer deathadder its mouse3