Search found 1 match

by Imis
Nov 4th, ’20, 09:37
Forum: General Discussion
Topic: How to toggle autofire on/off with same key?
Replies: 0
Views: 9605

How to toggle autofire on/off with same key?

Hi guys, I'm struggling with finding a way to toggle basically pressing space repeatedly on and off. I tried to use the ones in the library but I can't make it work. Right now I use: SetTimer, PressTheKey, 9000 Return PressTheKey: Send, {space} Return But this doesn't have the on/off option and I ca...