szumielxd

BlackFridaySB

Nov 22nd, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. on command:
  2.  
  3. command is "azrank":
  4. full command contains " vip 30d":
  5. set {_p} to full command
  6. replace all " 30d" with " -add9d" in {_p}
  7. wait 1 second
  8. execute console command "%{_p}% -s"
  9. replace all "azrank " with "" in {_p}
  10. replace all " vip -add9d" with "" in {_p}
  11. send " &4 " to {_p} parsed as player
  12. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  13. send " &6&lBlack Friday: &7Dodano dodatkowe &e9 dni &7do twojego VIPA!" to {_p} parsed as player
  14. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  15. full command contains " vip 1mo":
  16. set {_p} to full command
  17. replace all " 1mo" with " -add9d" in {_p}
  18. wait 1 second
  19. execute console command "%{_p}% -s"
  20. replace all "azrank " with "" in {_p}
  21. replace all " vip -add9d" with "" in {_p}
  22. send " &4 " to {_p} parsed as player
  23. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  24. send " &6&lBlack Friday: &7Dodano dodatkowe &e9 dni &7do twojego VIPA!" to {_p} parsed as player
  25. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  26. command is "rank":
  27. full command contains " vip 30d":
  28. set {_p} to full command
  29. replace all " 30d" with " -add9d" in {_p}
  30. wait 1 second
  31. execute console command "%{_p}% -s"
  32. replace all "rank " with "" in {_p}
  33. replace all " vip -add9d" with "" in {_p}
  34. send " &4 " to {_p} parsed as player
  35. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  36. send " &6&lBlack Friday: &7Dodano dodatkowe &e9 dni &7do twojego VIPA!" to {_p} parsed as player
  37. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  38. full command contains " vip 1mo":
  39. set {_p} to full command
  40. wait 1 second
  41. replace all " 1mo" with " -add9d" in {_p}
  42. execute console command "%{_p}% -s"
  43. replace all "rank " with "" in {_p}
  44. replace all " vip -add9d" with "" in {_p}
  45. send " &4 " to {_p} parsed as player
  46. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  47. send " &6&lBlack Friday: &7Dodano dodatkowe &e9 dni &7do twojego VIPA!" to {_p} parsed as player
  48. send "&4&ka&8&m &4&ka" to {_p} parsed as player
  49.  
  50.  
  51. command is "doladowanie":
  52. full command contains " kasa1 ":
  53. set {_p} to full command
  54. replace all "doladowanie kasa1 " with "" in {_p}
  55. execute console command "eco give %{_p}% 12000"
  56. full command contains " kasa2 ":
  57. set {_p} to full command
  58. replace all "doladowanie kasa2 " with "" in {_p}
  59. execute console command "eco give %{_p}% 60000"
  60. full command contains " kasa3 ":
  61. set {_p} to full command
  62. replace all "doladowanie kasa3 " with "" in {_p}
  63. execute console command "eco give %{_p}% 90000"
  64. full command contains " kasa4 ":
  65. set {_p} to full command
  66. replace all "doladowanie kasa4 " with "" in {_p}
  67. execute console command "eco give %{_p}% 150000"
Advertisement
Add Comment
Please, Sign In to add comment