STAR WARS™: Bounty Hunter™

STAR WARS™: Bounty Hunter™

Ikke nok vurderinger
Super fast shooting bug
Af 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]
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Here you can see how it works