Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Save this as steamblaster.ahk in Notepad or something.
- f2::Suspend ; Press F2 to toggle on/off
- LButton::
- Loop
- {
- SetMouseDelay 20
- Click down
- sleep 100
- Send {E down} ; NOTE: Replace E with your healing hose ability button if you're using another key for that ability.
- sleep 100
- Send {E up} ; NOTE: Replace E with your healing hose ability button if you're using another key for that ability.
- sleep 200
- Click up
- sleep 25
- If (GetKeyState("LButton","P")=0)
- Break
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment