CS:GO Rapidfire and Bhop script :D
Hello everyone this is my first Thread so I wanted to make a simple one.
you need autohotkey for this
Code:
/::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
Code:
Bhop:
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 5
Send, {Blind}{Space}
}
Just a heads up you can be overwatch banned if caught using Bhop script in competitive
. Thanks and make sure to ask me if you need help 
![=]](/forum/images/emotions/=].gif)

