Guest User

Untitled

a guest
Apr 26th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.50 KB | None | 0 0
  1. def OnXPFlag(_bool):
  2.     global Active
  3.     Tools.Log("XPFlag value: " + str(_bool))
  4.     Tools.LoadSettings("1AANinjas")
  5.     Tools.MapTravel("1002",357,343)
  6.     ToServer.ClickNpc(380)
  7.     ToServer.NpcOption(0)
  8.     Tools.Sleep(1000+Player.Ping)
  9.     Tools.PathFind(330,340)
  10.     ToServer.ClickNpc(101619)
  11.     ToServer.NpcOption(0)
  12.     Tools.Sleep(1000+Player.Ping)
  13.     Tools.PathFind(129,373,True)
  14.     Player.Bool.Hunt = True
  15.     Player.Bool.Loot = True
  16.     Tools.RefreshGUI()
  17.     Active = False
  18. Active = True
  19. while Active:
  20.     Tools.Sleep(1000)
Add Comment
Please, Sign In to add comment