Search found 5 matches

by fazniro
04 Aug 2022, 09:40
Forum: Gaming Help (v1)
Topic: Send two keys after each other in loop (build upon existing script)
Replies: 3
Views: 481

Re: Send two keys after each other in loop (build upon existing script)

~2::3 XButton1:: While GetKeyState("XButton1", "P") Click, X1 Return Thanks the second part of the code works great! But i dont know how to incorporate the first part with ~2::3 Basically i just want to hold down 1 key and then until i release the key it should send: 1,2,1,2,1,2 my code looks like ...
by fazniro
04 Aug 2022, 05:21
Forum: Gaming Help (v1)
Topic: Send two keys after each other in loop (build upon existing script)
Replies: 3
Views: 481

Send two keys after each other in loop (build upon existing script)

Hi all, I have this script that repeatedly sends a key if i just hold down the same key. However, I would like to add so that if i hold down a key it sends one key 1 then another key 2 and loops to start sending key 1 again etc. (the part with scroll lock is just to enable/disable the script) So how...
by fazniro
04 Feb 2018, 18:16
Forum: Gaming Help (v1)
Topic: how to use shift+key in World of Warcraft?
Replies: 5
Views: 2581

Re: how to use shift+key in World of Warcraft?

:/ I'm total noob at AHK could you please paste the full code... I tried this but it dont work <::Suspend, Toggle #ifWinActive World of Warcraft { $+4:: Loop { If not (GetKeyState("Shift","P") and GetKeyState("4","P")) break Send +4 sleep 18 } return } and i tried this (dont work) <::Suspend, Toggle...
by fazniro
04 Feb 2018, 16:03
Forum: Gaming Help (v1)
Topic: how to use shift+key in World of Warcraft?
Replies: 5
Views: 2581

Re: how to use shift+key in World of Warcraft?

I'm happy someone replied! but it doesn't work what you send me... What i currently have is a code that will spam a key as long as i hold it down. I can do this with every single key... like 1,2,3,4, a,b,c,d etc. but i need this spamming feature on keys used in combination with shift. So if i for ex...
by fazniro
04 Feb 2018, 10:56
Forum: Gaming Help (v1)
Topic: how to use shift+key in World of Warcraft?
Replies: 5
Views: 2581

how to use shift+key in World of Warcraft?

I currently use this code.. but i would like to use shift+4 as well.. <::Suspend, Toggle ifWinActive World of Warcraft { $4:: Loop { if not GetKeyState("4", "P") break Send 4 sleep 18 } return } its used for spamming keys in wow while holding down the specified key, but would just like to add a modi...

Go to advanced search