PostCS:GO Bhop scrip

Posts 4660 of 70 · Page 4 of 5
Is there anyway I can change it from pressing space to middle mouse button?
Quote Originally Posted by t o n t i <3 View Post
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
Love your avi and nice share! thank you for taking time out of your day
Anyone know some changes in script , for perfect autobhop , without lose speed
thanks.
nice one mate
How can i change the key from space to Left Shift?
The only way you can get vac banned from AHK is if you compile it into a .exe, otherwise, you're safe.
How do i put this into csgo
How common is it to be banned for using a Bhop script?
for some reason it seems that when I try using this in game it doesn't work. any help please?
so where excactly do u put this
Bhop:
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 5
Send, {Blind}{Space}
}
Quote Originally Posted by sten717 View Post
so what do exactly does this script
This script is opened in AHK and bunny hops for you?..

- - - Updated - - -

Quote Originally Posted by InSane-Skillz View Post
I got banned from autohotkey before. Not sure if it was overwatch or vac but i didn't make it to blantant that i was bhopping
It would be overwatch since VAC cannot detect AHK scripts unless they are writing memory.

- - - Updated - - -

You go to Google and search for "AutoHotkey", download it. After downloaded, open a notepad file and paste the bhop script (what you pasted) into the notepad file. Save the notepad file as *.AHK and save it to your desktop. Double click it and boom, hold space in-game and you'll have a working bhop script!
thanks, you can only get overwatched with you script on MM
Posts 4660 of 70 · Page 4 of 5

Post a Reply

Similar Threads

Tags for this Thread

Need help?