I need a script made bc im new :) explaination is desc.

Ask gaming related questions (AHK v1.1 and older)
iNRage
Posts: 9
Joined: 11 Dec 2017, 22:57

I need a script made bc im new :) explaination is desc.

11 Dec 2017, 23:05

I'm VERY new to AHK and i would love something made for me. :D
If you ever have played cs:go you know that the m4 2 shots to the head.
What i want is a script bound to F5 that makes it when i press Left Mouse once it shoots twice (not held but just breifly clicked)
Also i want this to be a toggle on toggle off script thingy. :crazy:

Thanks!
-iNRage

P.S. It would be nice if you could teach me how to bind a key! But it is not needed
Rohwedder
Posts: 7625
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: I need a script made bc im new :) explaination is desc.

12 Dec 2017, 04:31

Hallo,
try:

Code: Select all

Hotkey, LButton, Off
Return
F5::Hotkey, LButton, Toggle ;Hotkey F5 toggles Hotkey LButton on/off
LButton::Send, {Click 2} 	;Hotkey LButton sends Double Click
End::ExitApp 				;Hotkey End ends Script

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 68 guests