Search found 1 match

by suetlung
17 Aug 2023, 01:29
Forum: Gaming
Topic: Hold Left button for rapid fire Left Button
Replies: 0
Views: 1157

Hold Left button for rapid fire Left Button

I made this to play light gun games. This is my version 1 script Activated := false Rapid := false MButton & RButton::{ global Activated := !Activated if (Activated) { ToolTip "Activated", 100, 100 SetTimer () => ToolTip(), -2000 } else { ToolTip "Deactivated", 100, 100 SetTimer () => ToolTip(), -20...

Go to advanced search