CS:GO Bhop scrip
Hello guys!
I found a CS:GO bunnyhop script.
Not the best, but I think better then scrolling.
Use this with autohotkey.
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}
}


not ahk