Advertisement
agunq

Please dont

Apr 8th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1.  
  2. if cmd == "newmoe"
  3. text = MOE.getUpdate(user.name.downcase)
  4. room.message text, true
  5. end
  6.  
  7. if cmd == "nmoe"
  8. text = MOE.next(user.name.downcase)
  9. room.message text, true
  10. end
  11.  
  12. if cmd == "pmoe"
  13. text = MOE.back(user.name.downcase)
  14. room.message text, true
  15. end
  16.  
  17. if cmd == "bmoe"
  18. if args
  19. text = MOE.bypass(user.name.downcase, args)
  20. else
  21. text = "please input your link for bypass"
  22. end
  23. room.message text, true
  24. end
  25.  
  26.  
  27. if cmd == "moen"
  28. text = MOE.mnext(user.name.downcase)
  29. room.message text, true
  30. end
  31.  
  32. if cmd == "moep"
  33. text = MOE.mback(user.name.downcase)
  34. room.message text, true
  35. end
  36.  
  37.  
  38. if cmd == "moe"
  39. if args
  40. text = MOE.getMirror(user.name.downcase, args)
  41. else
  42. text = "i will try to make dirrect download link for you :3"
  43. end
  44. print text
  45. room.message text, true
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement