Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;COPYRIGHT 2013 WARFAR
- ;JERVERSTERISAFAGGOT
- Loop
- {
- IfWinActive, Tekkit Classic
- {
- Random, key, 1, 4
- if key = 1
- {
- Send {w down}
- Sleep, 500
- Send {w up}
- }
- else if key = 2
- {
- Send {s down}
- Sleep, 500
- Send {s up}
- }
- else if key = 3
- {
- Send {a down}
- Sleep, 500
- Send {a up}
- }
- else if key = 4
- {
- Send {d down}
- Sleep, 500
- Send {d up}
- Sleep, 2000
- }
- }
- else
- {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment