Hi Guys i need modify script it will be easy
Hi guys i need modify my script 1.I need when i hold ctrl+mouse1 then shoot and 2. When i hold shift+mouse1 then shoot
Script:
z:: Hotkey, $LButton, Toggle
LButton::
Loop
{
SetMouseDelay 80
Click
If (GetKeyState("LButton","P")=0)
Break
}
Script:
z:: Hotkey, $LButton, Toggle
LButton::
Loop
{
SetMouseDelay 80
Click
If (GetKeyState("LButton","P")=0)
Break
}
