Search found 2 matches

by Mikaellpc
09 Aug 2022, 22:29
Forum: Ask for Help (v2)
Topic: How to make my code work Topic is solved
Replies: 3
Views: 905

Re: How to make my code work Topic is solved

Send "{" key " down}" Same for the other one. I have just one more question, can this if check with a loop I'm using cause performance problems or not? final version if anyone wants #Requires AutoHotkey v2.0-beta downCombo(key,aKey){ if (GetKeyState(aKey)){ ; Check if Down is already active if(GetK...
by Mikaellpc
09 Aug 2022, 21:57
Forum: Ask for Help (v2)
Topic: How to make my code work Topic is solved
Replies: 3
Views: 905

How to make my code work Topic is solved

I have some problems playing multiversus on pc because Down Normal Attack is very hard to do and I'm trying to make a script to make these actions easier, the purpose of my function is When aKey is pressed then do: ArrowDown Hold, key Hold, ArrowDown Release, Wait for aKey Release, key Release But w...

Go to advanced search