STAR WARS™: Bounty Hunter™

STAR WARS™: Bounty Hunter™

Not enough ratings
Super fast shooting bug
By SeoG
I noticed that there is no limit to the shooting speed in the game if you click the left mouse button instead of holding it down.

I wrote a simple ahk script for convenience (hold down Q to shoot fast)
#Persistent #MaxThreadsPerHotkey 2 Q:: While GetKeyState("Q", "P"){ Click Sleep, 1 } return

You can just paste code above into your AHK script, or dowload it by clicking it[github.com]
   
Award
Favorite
Favorited
Unfavorite
Here you can see how it works