Help Auto HotKey (AHK) C-Bug Script

Elcomediante

Active member
Joined
Mar 27, 2013
Messages
93
Reaction score
1
Hi, im trying to get working a script for c-bug if anyone can help post here;

Code:
º::Suspend
~$LButton::
    While GetKeyState("LButton", "P"){
        Click
        Sleep 50  ;  milliseconds
    }
return

If you press the Lmouse button it will automatically fire it's working with the c-bug cleo mod but i want to get working without it so i need to add the crouch function
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,692
Reaction score
105
Well i dont know how cbug works but the crouch button is "C" i dont realy have alot of exeperience on ahk its something like {C} or something
 
Top