Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.25 KB | None | 0 0
  1. Func PickUpDungeonKey()
  2.     Update("Picking Up Dungeon Key")
  3.     MoveTo(-13174, 2951)
  4.     $Key = GetAgentByName("Dungeon Key")
  5.     If GetDistance($Key) < 4000 Then
  6.         GoToSignpost($Key)
  7.         PickUpItem($Key)
  8.         RndSleep(1000)
  9.     Else
  10.         Resign()
  11.     EndIf
  12. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement