Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. if(vision)
  2. log("&2[Macro]&f vision off")
  3. unset(vision)
  4. stop()
  5. else
  6. log("&2[Macro]&f vision on")
  7. set(vision)
  8. do(5000)
  9. if((%XPOS% = -1509) && (%ZPOS% = -77))
  10. look(360)
  11. endif
  12. if((%XPOS% = -1515) && (%ZPOS% = -77))
  13. look(90)
  14. endif
  15. if((%XPOS% = -1515) && (%ZPOS% = -84))
  16. look(180)
  17. endif
  18. if((%XPOS% = -1509) && (%ZPOS% = -84))
  19. look(270)
  20. endif
  21. loop
  22. log("&2[Macro]&f vision off")
  23. unset(vision)
  24. stop()
  25. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement