BIT.TRIP Presents... Runner2: Future Legend of Rhythm Alien

BIT.TRIP Presents... Runner2: Future Legend of Rhythm Alien

Not enough ratings
Perfect Bullseye
By VakarianWrex
A simple AutoHotkey script if you're having trouble getting the bullseye.
   
Award
Favorite
Favorited
Unfavorite
Intro
You've probably gotten to the end of a tough level, grabbed all the gold, the pluses and all you have to do now is nail that bullseye.... but then you miss.

If you're having trouble, I've setup a simple AutoHotKey script that should get you the bullseye each time. Just hit F1 the moment you cross over the left side of the blue cannon platform and get that bullseye.

The timing can be a little tight so you may have to just get used to it, but it should be a bit easier to get than trying to gauge it yourself.
Script
; Press F1 → waits 1 second → holds Space for 1 second → releases F1:: { Sleep 7400 ; wait 7.4 seconds after F1 Send("{Space down}") ; press and hold space Sleep 500 ; keep it held for 0.5 seconds Send("{Space up}") ; release space }