Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Use ScrollLock to toggle this script on/off, usable at www.haxball.com/play
- */
- ;splashtext
- Progress, B1 w400 cwFFFFFF fs18 zh0, Use ScrollLock to toggle the script`n On/Off, , , Arial
- Sleep 3000
- Progress, Off
- ~Tab::
- if ( GetKeyState("ScrollLock", "T") ) ; this will be 'true' if ScrollLock is toggled 'on'
- Suspend, On
- Else
- send {}
- return
- ~Enter::Suspend, Off
- ;double kick
- $z::
- if ( GetKeyState("ScrollLock", "T") ) ; this will be 'true' if ScrollLock is toggled 'on'
- {send, {x down}
- sleep, 10
- send, {x up}
- sleep, 25
- send, {x down}
- sleep, 10
- send, {x up}
- sleep, 300
- }
- else send z
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement