Search found 2 matches

by Gattsu
17 May 2022, 02:36
Forum: Gaming Help (v1)
Topic: Loop "w" while holding LeftAlt Topic is solved
Replies: 2
Views: 243

Loop "w" while holding LeftAlt Topic is solved

Hello this is my first script, I want to loop "w" every 25 ms while im holding LeftAlt, so i tried this : <!:: While(GetKeyState("<!", "P")) { Send w Sleep 25 } Return it works if im using a key like "x" but not with Alt

Go to advanced search