Csgo Bhop Help Please

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
iiAmNinja
Posts: 3
Joined: 04 Aug 2016, 13:59

Csgo Bhop Help Please

04 Aug 2016, 14:56

This may be a simple piece of code here, but i want to ask you can you please help me with this code

I am still learning the basics of coding in school (i mean like basic basic scratch 2)

Basically i want to make it so that when jump/script runs, space and control has to be held in for it to work.

In other words, space and control has to be held in for it to autojump

Please and Thank you!!!

Greatly Appreciated

Code: Select all

;Improved Bhop by enHanced+
;Press F11 to toggle
;End key to close the application
 
F11:: Hotkey, *~$Space, Toggle
 
End::
ExitApp
 
*~$Space::
Sleep 5
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break 
Sleep 1
Send, {Blind}{Space}
}
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Araphen, DaveT1, Joey5, KolaBorat and 165 guests