Advertisement
Guest User

December snowball farming auto code

a guest
Nov 26th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5. Pause
  6. Loop{
  7.     Loop 2000{
  8.     MouseClick, left
  9.     }
  10.     sleep 120
  11.     send {6}
  12.     sleep 100
  13.     send {t}
  14.     sleep 100
  15.     send /sell hand
  16.     sleep 1000
  17.     send {Enter}
  18.     sleep 1000
  19.     send {t}
  20.     sleep 1000
  21.     send /spawn
  22.     sleep 1000
  23.     send {Enter}
  24.     sleep 1000
  25.     send {t}
  26.     sleep 1000
  27.     send /back
  28.     send {Enter}
  29.     sleep 1000
  30.     send {3}
  31. }
  32. z::Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement