Warning: Undefined variable $http_response_header in /var/www/html/new/skunity/library/skUnity/Util/HTTP.php on line 95

HypixelNick.sk

Created by DinPro

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.

# 
# Hypixel Nick v1.4
#
# Made by DinPro
#

options:
	prefix: &c&lHypixelNick
	version: 1.4
	warnmsg: &cWarning! Upon quit Nickname will change back!
	onmsg: &aNickname Changed!
	
command /hypixelnick <text> [<text>]:
	aliases: /hn
	usage: &c/hypixelnick Help/Author/Reload/Version 
	trigger:
		if arg 1 = "help":
			if player has permission "hn.admin":
				message "&b---------------&aHypixel Nick&b---------------"
				message "&a/hn reload &7- &6Reloads the skript"
				message "&a/hn version &7- &6Shows the current version"
				message "&a/hn help &7- &6Shows this help menu"
				message "&a/hn author &7- &6Shows the Author of the skript"
				message "&a/randomname on/off &7- &6Pick a Random Name"
				message "&a/name <name> &7- &6Pick a Custom Name!"
				exit
			else:
				message "{@prefix} &cYou don't have permission &6hn.admin&c!"
		if arg 1 is "author":
			if player has permission "hn.admin":
				message "{@prefix} &aThe Author of this Skript is &bDinPro&a!"
				exit
			else:
				message "{@prefix} &cYou don't have the permission &6hn.version&c!"
		if arg 1 is "reload":
			if player has permission "hn.admin":
				make console execute command "/sk reload HypixelNick.sk"
				message "{@prefix} &bSuccessfully reloaded &aHypixel Nick"
				exit
			else:
				message "{@prefix} &cYou don't have the permission &6hn.admin&c!"
		if arg 1 is "version":
			if player has permission "hn.admin":
				message "{@prefix} &aYou are currently running &6Hypixel Nick &aon the version &8{@version}"
				exit
			else:
				message "{@prefix} &cYou don't have the permission &6hn.version&c!"      				

command /randomname <text>:
	aliases: /rn
	usage: &c/randomname &aON&c/&4OFF
	permission: randomname.use
	trigger:
		if arg 1 is "off":
			wait 5 ticks
			message "{@prefix} &aRandom Name Disabled!"
			send player title "&cRandom name &6OFF"
			set the player's tablist name to "%sender%"
			set the player's display name to "%player%"
			stop
		if arg 1 is "on":
			message "{@prefix} {@onmsg}"
			message "{@prefix} {@warnmsg}"
			send player title "&cSelecting a random name..." for 1 second
			wait 1 second
			send player title "&cRandom Name &aON" with subtitle "&cEnjoy! :D" for 3 seconds
			set {_r} to random integer between 1 and 30
			if {_r} is 1:
				set player's display name to "Rookie321"
				wait 10 ticks
				set the player's tablist name to "Rookie321"
			if {_r} is 2:
				set player's display name to "Stoner312"
				wait 10 ticks
				set the player's tablist name to "Stoner312"
			if {_r} is 3:
				set player's display name to "NickCrompton"
				wait 10 ticks
				set the player's tablist name to "NickCrompton"
			if {_r} is 4:
				set player's display name to "DinPro"
				wait 10 ticks
				set the player's tablist name to "DinPro"
			if {_r} is 5:
				set player's display name to "SubtoTechnoBot231"
				wait 10 ticks
				set the player's tablist name to "SubtoTechnoBot231"
			if {_r} is 6:
				set player's display name to "SunflowerBee"
				wait 10 ticks
				set the player's tablist name to "SunflowerBee"
			if {_r} is 7:
				set player's display name to "BeaMav3rick"
				wait 10 ticks
				set the player's tablist name to "BeaMav3rick"
			if {_r} is 8:
				set player's display name to "KillerK33MStar"
				wait 10 ticks
				set the player's tablist name to "KillerK33MStar"
			if {_r} is 9:
				set player's display name to "WhatsMyName"
				wait 10 ticks
				set the player's tablist name to "WhatsMyName"
			if {_r} is 10:
				set player's display name to "ThatPLGamer"
				wait 10 ticks
				set the player's tablist name to "ThatPLGamer"
			if {_r} is 11:
				set player's display name to "Cookiezzzzzz"
				wait 10 ticks
				set the player's tablist name to "Cookiezzzzzz"
			if {_r} is 12:
				set player's display name to "1738Hey"
				wait 10 ticks
				set the player's tablist name to "1738Hey"
			if {_r} is 13:
				set player's display name to "Ih8MyName"
				wait 10 ticks
				set the player's tablist name to "Ih8MyName"
			if {_r} is 14:
				set player's display name to "Hypix3lFanb0y"
				wait 10 ticks
				set the player's tablist name to "Hypix3lFanb0y"
			if {_r} is 15:
				set player's display name to "GamerCZ31"
				wait 10 ticks
				set the player's tablist name to "GamerCZ31"
			if {_r} is 16:
				set player's display name to "MLGAF"
				wait 10 ticks
				set the player's tablist name to "MLGAF"
			if {_r} is 17:
				set player's display name to "RoiWassai31"
				wait 10 ticks
				set the player's tablist name to "RoiWassai31"
			if {_r} is 18:
				set player's display name to "KS1"
				wait 10 ticks
				set the player's tablist name to "KS1"
			if {_r} is 19:
				set player's display name to "ipromotesony"
				wait 10 ticks
				set the player's tablist name to "ipromotesony"				
			if {_r} is 20:
				set player's display name to "ArmorBoy23"
				wait 10 ticks
				set the player's tablist name to "ArmorBoy23"
			if {_r} is 21:
				set player's display name to "IliekTurtes1"
				wait 10 ticks
				set the player's tablist name to "IliekTurtes1"
			if {_r} is 22:
				set player's display name to "Jp_321"
				wait 10 ticks
				set the player's tablist name to "Jp_321"
			if {_r} is 23:
				set player's display name to "Mon3y1sLyf3"
				wait 10 ticks
				set the player's tablist name to "Mon3y1sLyf3"
			if {_r} is 24:
				set player's display name to "WS2A"
				wait 10 ticks
				set the player's tablist name to "WS2A"
			if {_r} is 25:
				set player's display name to "iControlU"
				wait 10 ticks
				set the player's tablist name to "iControlU"
			if {_r} is 26:
				set player's display name to "InnapropriateName1"
				wait 10 ticks
				set the player's tablist name to "InnapropriateName1"
			if {_r} is 27:
				set player's display name to "GoingBananas21"
				wait 10 ticks
				set the player's tablist name to "GoingBananas21"
			if {_r} is 28:
				set player's display name to "HateMyEx"
				wait 10 ticks
				set the player's tablist name to "HateMyEx"
			if {_r} is 29:
				set player's display name to "Ganst3r4Lyf3"
				wait 10 ticks
				set the player's tablist name to "Ganst3r4Lyf3"
			if {_r} is 30:
				set player's display name to "CMIYKI"
				wait 10 ticks
				set the player's tablist name to "CMIYKI"
			if {_r} is 31:
				set player's display name to "IcookRice"
				wait 10 ticks
				set the player's tablist name to "IcookRice"
			if {_r} is 32:
				set player's display name to "SMASH202"
				wait 10 ticks
				set the player's tablist name to "SMASH202"
			if {_r} is 33:
				set player's display name to "Savage101"
				wait 10 ticks
				set the player's tablist name to "Savage101"
			if {_r} is 34:
				set player's display name to "Unit3dW3Stand1"
				wait 10 ticks
				set the player's tablist name to "Unit3dW3Stand1"
			if {_r} is 35:
				set player's display name to "Dimitri21"
				wait 10 ticks
				set the player's tablist name to "Dimitri21"
			if {_r} is 36:
				set player's display name to "M3atBa11s"
				wait 10 ticks
				set the player's tablist name to "M3atBa11s"
			if {_r} is 37:
				set player's display name to "____"
				wait 10 ticks
				set the player's tablist name to "____"
				set player's display name to "C00lBoie121"
				wait 10 ticks
				set the player's tablist name to "C00lBoie121"
			if {_r} is 38:
				set player's display name to "MitziCrash"
				wait 10 ticks
				set the player's tablist name to "MitziCrash"
			if {_r} is 39:
				set player's display name to "BlinkDas_"
				wait 10 ticks
				set the player's tablist name to "BlinkDas_"
			if {_r} is 40:
				set player's display name to "Sub_Team"
				wait 10 ticks
				set the player's tablist name to "Sub_Team"
				
command /name <text>:
	aliases: /nd
	usage: &c/name &a<name>
	permission: selectname.use
	trigger:
		if arg 1 is set:
			message "{@prefix} {@onmsg}"
			message "{@prefix} {@warnmsg}"
			send player title "&cSelecting a name..." for 1 second
			wait 1 second
			send player title "&cCustom Name &aON" with subtitle "&cEnjoy! :D" for 3 seconds
			set player's display name to "%arg-1%"
			wait 10 ticks
			set the player's tablist name to "%arg-1%"