AntiEZ.sk

Created by Unknown

Just so you know, we don't know the file format for every file. If it's just a bunch of random characters, it's probably a .zip or .jar.

#MADE BY OOF ON SKUNITY#
#DO NOT STEAL THIS SKRIPT OR IMPROVE IT WITHOUT MY PERMISSION#






















































on load:
	send "&aAntiEZ by OOF on SkUnity: &eAntiEZ was loaded correctly!" to the console
	
	
	
	

on load:
	if folder "plugins/AntiEZ" doesn't exists:
		create folder "plugins/AntiEZ"
		
	if file "plugins/AntiEZ/config.yml" doesn't exists:
		wait 1 tick
		create file "plugins/AntiEZ/config.yml"
		set "Version" to "1.0" in yaml file "plugins/AntiEZ/config.yml"
		set "message.1" to "&fSometimes I sing soppy love songs in the car." in yaml file "plugins/AntiEZ/config.yml"
		set "message.2" to "&fWhen nothing is going right,go left." in yaml file "plugins/AntiEZ/config.yml"
		set "message.3" to "&fWhat happens if I add chocolate milk to macaroni and cheese?" in yaml file "plugins/AntiEZ/config.yml"
		set "message.4" to "&fWhy can't the Ender Dragon read a book? Because he always starts at the End." in yaml file "plugins/AntiEZ/config.yml"
		set "message.5" to "&fBegold, the great and powerful,my magnificent and almighty nemisis!" in yaml file "plugins/AntiEZ/config.yml"
		set "message.6" to "&fI sometimes try to say bad things and then this happens :(" in yaml file "plugins/AntiEZ/config.yml"
		set "message.7" to "&fI like to eat pasta, do you prefer nachos?" in yaml file "plugins/AntiEZ/config.yml"
		set "message.8" to "&fIf the world in Minecraft is infinite...how can the sun revolve around it?" in yaml file "plugins/AntiEZ/config.yml"
		set "message.9" to "&fHello everyone!I'm an innocent player who loves everything." in yaml file "plugins/AntiEZ/config.yml"
		set "message.10" to "&fIn my free time I like to watch cat videos on youtube." in yaml file "plugins/AntiEZ/config.yml"


		set {version} to value "Version" get of "plugins/AntiEZ/config.yml"	
		set {message1} to value "message.1" get of "plugins/AntiEZ/config.yml"	
		set {message2} to value "message.2" get of "plugins/AntiEZ/config.yml"	
		set {message3} to value "message.3" get of "plugins/AntiEZ/config.yml"	
		set {message4} to value "message.4" get of "plugins/AntiEZ/config.yml"	
		set {message5} to value "message.5" get of "plugins/AntiEZ/config.yml"	
		set {message6} to value "message.6" get of "plugins/AntiEZ/config.yml"
		set {message7} to value "message.7" get of "plugins/AntiEZ/config.yml"
		set {message8} to value "message.8" get of "plugins/AntiEZ/config.yml"
		set {message9} to value "message.9" get of "plugins/AntiEZ/config.yml"		
		set {message10} to value "message.10" get of "plugins/AntiEZ/config.yml"

on chat:
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message1}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message2}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message3}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message4}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message5}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message6}%"
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message7}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message8}%"	
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" in message with "%{message9}%"
		stop
	chance of 50%:
		replace all "Ez" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" or "GG EZ" or "EZ GG" or "E Z" or "easy" or "EZZY" or "YOUR TRASH" or "UR BAD" or "UR TRASH" or "your actually trash" in message with "%{message10}%"
		stop