Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. MaceDef= 0x401F6B60
  2. Arcane = 0x400E8D53
  3. undress = 0
  4.  
  5. while 1:
  6. while not undress and Player.BuffsExist("NoRearm") and not Player.CheckLayer("LeftHand"):
  7. undress=1
  8. Misc.Pause(200)
  9. Player.EquipItem(Arcane)
  10. if undress and not Player.BuffsExist("NoRearm") and not Player.CheckLayer("RightHand"):
  11. Items.Move(Arcane,Player.Backpack,1)
  12. Misc.Pause(500)
  13. Player.EquipItem(MaceDef)
  14. undress = 0
  15. Misc.Pause(400)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement