need a hotkey with toggle!!

Ask gaming related questions (AHK v1.1 and older)
oddtrip
Posts: 2
Joined: 08 Aug 2017, 15:32

need a hotkey with toggle!!

08 Aug 2017, 15:37

ive tried a few times but seem to fail everytime, i need a hotkey where you press a button and it begins to type /cf and then /vpitems over and over and over until i press the button again. I was hoping it would also have a 1 second delay inbetween them. if anyone can help me that would be amazing.
Last edited by oddtrip on 08 Aug 2017, 22:14, edited 1 time in total.
oddtrip
Posts: 2
Joined: 08 Aug 2017, 15:32

Re: repeating hotkey

08 Aug 2017, 16:32

if it helps at all this is for gta v
Grillenfrige
Posts: 5
Joined: 27 Jun 2017, 18:31

Re: need a hotkey with toggle!!

16 Aug 2017, 22:29

ok so here you go

Toggle with F1

Code: Select all

toggles := false 
loop
{
while (toggles = true)
{
send /cf
sleep 1000
send /vpitems
sleep 1000
}
}
F1::
toggles := !toggles
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 90 guests