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;
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
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