Advertisement
Guest User

Skript

a guest
Jan 23rd, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. 𝙈𝙖𝙙𝙚 𝘽𝙮 𝙕𝙤𝙢𝙗𝙞𝙚𝘾𝙤𝙢𝙢𝙪𝙣𝙞𝙨𝙩/𝙆𝙤𝙛𝙛𝙞𝙚#0453
  2. --------------------------------------------
  3. on right click holding ghast tear named "&dInsta-Escape":
  4. send "&bYou begin to teleport..."
  5. wait 2 seconds
  6. teleport the player to 305, 9, 22
  7.  
  8. on right click on diamond block:
  9. set {goal.&uuid of player&} to true
  10. set slot 5 of player to paper named "&7Toilet Paper"
  11. send "&bTake this to the bathroom and wash the bowl clean as can be, and don't forget the back..."
  12.  
  13. on right click on quarts stair holding paper named "&7Toilet Paper"
  14. send "&bYou scrubbed the toilet clean as could be!"
  15. set {goal.&uuid of player&} to false
  16. set slot 5 of player to stick named "&l&bRandomizer Stick"
  17.  
  18. on right click holding stick named "&l&bRandomizer Stick"
  19. set {_item} to cod
  20. enchant {_item} with knockback 1
  21. set lore of {_item} to "&cIllegal"
  22. set {_item2} to paper
  23. enchant {_item2} with sharpness 2
  24. set lore of {_item2} to "&cIllegal"
  25. set {_item3} to shears with damage 242
  26. enchant {_item3} with sharpness 3
  27. set lore of {_item3} to "&816 Durability||&cIllegal"
  28. set {_item4} to stick
  29. set lore of {_item4} to "&cIllegal
  30. enchant {_item4} with knockback 2
  31. enchant {_item4} with sharpness 2
  32. set {_item5} to lever
  33. enchant {_item5} with sharpness 4
  34. enchant {_item5} with knockback 3
  35. set lore of {_item5} to "&cIllegal"
  36. set {_item6} to ghast tear
  37. enchant {_item6} with sharpness 5
  38. enchant {_item6} with knockback 4
  39. set lore of {_item6} to "&dMystical||&7Highly Illegal|
  40. set {random.%player%} to random number between 0 and 15
  41. if {random.%player%} is 0:
  42. set cursor slot of player to 32 bread named "&7baguette"
  43. if {random.%player%} is 1:
  44. set cursor slot of player to 16 brick named "&7Chocolate"
  45. if {random.%player%} is 2:
  46. set cursor slot of player to 8 golden apple named "&7Fresh Apple"
  47. if {random.%player%} is 3:
  48. set cursor slot of player to 4 charcoal named "&7Fuel"
  49. if {random.%player%} is 4:
  50. set cursor slot of player to 2 wooden shovel named "&4Shovel"
  51. if {random.%player%} is 5:
  52. set cursor slot of player to 1 {_item} named "&4Wet Fish"
  53. if {random.%player%} is 6:
  54. set cursor slot of player to 1 {_item2} named "&4Paper Cut"
  55. if {random.%player%} is 7:
  56. set cursor slot of player to 1 {_item3} named "&4Rusty Scissors"
  57. if {random.%player%} is 8:
  58. set cursor slot of player to 1 {_item4} named "&dWooden Rod"
  59. if {random.%player%} is 9:
  60. set cursor slot of player to 1 {_item5} named "&dBurnt Torch"
  61. if {random.%player%} is 10:
  62. set cursor slot of player to 1 {_item6} named "&dInsta-Escape"
  63. if {random.%player%} is 11:
  64. set cursor slot of player to air
  65. send "&bStick Broke"
  66. if {random.%player%} is 12:
  67. set cursor slot of player to air
  68. send "&bStick Broke"
  69. if {random.%player%} is 13:
  70. set cursor slot of player to air
  71. send "&bStick Broke"
  72. if {random.%player%} is 14:
  73. set cursor slot of player to air
  74. send "&bStick Broke"
  75. if {random.%player%} is 15:
  76. set cursor slot of player to air
  77. send "&bStick Broke"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement