Advertisement
Guest User

Hypixel EZ Filter Skript

a guest
Apr 12th, 2018
6,601
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.10 KB | None | 0 0
  1. command /lb [<text>]:
  2.     permission: localbroadcast.broadcast
  3.     permission message: &cYou do not have permission to execute this command!
  4.     trigger:
  5.         if arg 1 is set:
  6.             message "&aBroadcasting message &7'&r%arg 1%&7'"
  7.             loop all players:
  8.                 send "&3&lApex Local > &7%arg 1%" to loop-player
  9.         else:
  10.             message "&a/lb <message>"
  11.  
  12. command /about:
  13.     trigger:
  14.         message "&3&lName > &7Apex Minecraft Server%nl%&3&lIP > &r&6mc.jamesblair.nz"
  15.  
  16. every 7 day:
  17.     loop all players:
  18.         send "%nl%&4[SERVER ANNOUNCEMENT]%nl%&rAC has banned &c&l%random integer between 7 and 20%,%random integer between 100 and 999% &rplayers in the last 7 days.%nl%Staff have banned an additional &c&l%random integer between 1 and 5%,%random integer between 100 and 500% &rin the last 7 days.%nl%&cBlacklisted modiifications are a bannable offense!%nl%" to loop-player
  19.  
  20. on chat:
  21.     if message contains "ez":
  22.         cancel event
  23.         set {_random} to random integer between 1 and 29
  24.         if {_random} is 1:
  25.             make player say "Let's be friends instead of fighting okay?"
  26.         if {_random} is 2:
  27.             make player say "I had something to say, then I forgot it."
  28.         if {_random} is 3:
  29.             make player say "I need help, teach me how to play!"
  30.         if {_random} is 4:
  31.             make player say "I heard you like minecraft, so I build a computer so you can minecraft, while minecrafting in your minecraft."
  32.         if {_random} is 5:
  33.             make player say "In my free time I like to watch cat videos on youtube"
  34.         if {_random} is 6:
  35.             make player say "Welcome to the hypixel zoo!"
  36.         if {_random} is 7:
  37.             make player say "I enjoy long walks on the beach and playing Hypixel"
  38.         if {_random} is 8:
  39.             make player say "I like pineapple on my pizza"
  40.         if {_random} is 9:
  41.             make player say "Blue is greener than purple for sure"
  42.         if {_random} is 10:
  43.             make player say "If the world in Minecraft is infinite....how can the sun revolve around it?"
  44.         if {_random} is 11:
  45.             make player say "I like to eat pasta, do you prefer nachos?"
  46.         if {_random} is 12:
  47.             make player say "You're a great person! Do you want to play some Hypixel games with me?"
  48.         if {_random} is 13:
  49.             make player say "Why can't the Ender Dragon read a book? Because he always starts at the End."
  50.         if {_random} is 14:
  51.             make player say "Hey Helper, how play game?"
  52.         if {_random} is 15:
  53.             make player say "I like Minecraft pvp but you are truly better than me!"
  54.         if {_random} is 16:
  55.             make player say "Your Clicks per second are godly."
  56.         if {_random} is 17:
  57.             make player say "I love the way your hair glistens in the light"
  58.         if {_random} is 18:
  59.             make player say "When I saw the guy with the potion I knew there was trouble brewing."
  60.         if {_random} is 19:
  61.             make player say "Hello everyone! I'm an innocent player who loves everything Hypixel."
  62.         if {_random} is 20:
  63.             make player say "Maybe we can have a rematch?"
  64.         if {_random} is 21:
  65.             make player say "I sometimes try to say bad things and then this happens :("
  66.         if {_random} is 22:
  67.             make player say "Your personality shines brighter than the sun."
  68.         if {_random} is 23:
  69.             make player say "Pls give me doggo memes!"
  70.         if {_random} is 24:
  71.             make player say "You are very good at this game friend."
  72.         if {_random} is 25:
  73.             make player say "When nothing is going right, go left."
  74.         if {_random} is 26:
  75.             make player say "Doin a bamboozle fren."
  76.         if {_random} is 27:
  77.             make player say "Sometimes I sing soppy, love songs in the car."
  78.         if {_random} is 28:
  79.             make player say "I have really enjoyed playing with you! <3"
  80.         if {_random} is 29:
  81.             make player say "Behold, the great and powerful, my magnificent and almighty nemisis!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement