Guest User

Untitled

a guest
Apr 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.62 KB | None | 0 0
  1. def Alpha():
  2.     if 25 < Player.Level <38:
  3.         Tools.MapTravel("bi",319,133)
  4.         Tools.Sleep(1000)
  5.         Player.Radius = 80
  6.         Player.Bool.Radius = True
  7.         Player.MaxAttkCountOnFS = 2
  8.         Player.XPSpellID = 6011
  9.         Player.Bool.XPSkill = True
  10.         Player.Bool.AutoReLogin = True
  11.         Player.ReLoginDelay = 30
  12.         Player.MoveSpeed = 800
  13.         Player.FSDelay = 50
  14.         Player.Bool.RepairBox = True
  15.         Player.RepairDura=20
  16.         Tools.SetHunt(True)
  17.         Tools.Sleep(1000)
  18.         Tools.RefreshGUI()
  19.     while Player.Level < 40:
  20.         Tools.Sleep(1000)
  21.     if Player.Level == 40:
  22.         Tools.Sleep(2000)
  23.         Tools.SetHunt(False)
  24.         Tools.MapTravel("mk",185,185)
  25. Alpha()
Add Comment
Please, Sign In to add comment