Needed Script

Ask gaming related questions (AHK v1.1 and older)
Alucxrd
Posts: 3
Joined: 15 Jan 2018, 05:28

Needed Script

15 Jan 2018, 08:22

I need a script that Presses Q 10 times then holds down C for 10 seconds. I tried making the script myself but utterly failed. Anyone? :?
User avatar
Spawnova
Posts: 557
Joined: 08 Jul 2015, 00:12
Contact:

Re: Needed Script

15 Jan 2018, 17:49

Code: Select all

f1::  ;hotkey = F1, to activate the below code
loop 10 {
	send q
	sleep 30 ;sleep 30ms after each press   (1000ms = 1 second)
}
send {c down}
sleep 10000 ;1000 = 1 second, so 10000 = 10 seconds
send {c up}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 37 guests