Skip to content

Instantly share code, notes, and snippets.

@imiric
Created August 8, 2012 15:09
Show Gist options
  • Save imiric/3295736 to your computer and use it in GitHub Desktop.
Save imiric/3295736 to your computer and use it in GitHub Desktop.
; Basketball doodle helper. Consistent throws everytime. ;-)
; Still need a bit of skill to time the ball pickup correctly though.
Throw(time)
{
Send {Space}
sleep time
Send {Space}
return
}
$F7::Throw(250) ; Level 1
$F8::Throw(450) ; Level 2
$F9::Throw(600) ; Level 3
$F10::Throw(750) ; Level 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment