CS:GO Bhop Script Topic is solved

Ask gaming related questions (AHK v1.1 and older)
GeorgeHarvey

CS:GO Bhop Script

16 Feb 2016, 06:03

Hello guys, I need help with a script I made!
*space::
Loop
{
GetKeyState,state,space,P
if state = U
break



Send,{space}
Sleep,20
}

That's the script there... Its useful ingame, because it spams my spacebar, allowing me to bunnyhop. However, it is very annoying in any other situation!!!!!!!!!!!!!

I need to know, is there a way i can make it toggleable, like work when I want it to, and stop when I want it to???

THANKYOU IN ADVANCE!!!!
Paneb
Posts: 54
Joined: 24 Aug 2015, 05:02
Location: France
Contact:

Re: CS:GO Bhop Script  Topic is solved

16 Feb 2016, 09:09

Suspend script on F1 maybe?

Code: Select all

F1::                 
	Suspend
	Return
*space::
	Loop                                                                                                                
	{
		GetKeyState,state,space,P
		If state = U
			Break
		Send,{space}              
		Sleep,20
	}  
https://autohotkey.com/docs/commands/Suspend.htm
ananasik986
Posts: 1
Joined: 03 Aug 2023, 16:22

Re: CS:GO Bhop Script

03 Aug 2023, 16:39

@Paneb
thank you so much i just changed it so that it gets suspended on f3 because in csgo f1 is already used for something

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 19 guests