Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Script0 = Instance.new("Script")
- Script0.Name = "Put Me In Server Script Service"
- Script0.Parent = mas
- table.insert(cors,sandbox(Script0,function()
- -- !!!!!!!!!!!!!!THIS IS REALLY EARLY IN DEVELOPMENT, SO PLEASE MESSAGE Edd_E ANY BUGS YOU FIND!!!!!!!!!!!!
- -- !!!!!!!!!!!!!!------------------->>>>>>>>>>>>>>>> PUT THIS SCRIPT INTO SCRIPT SERVICE<<<<<<<<<<<<<<<<<<<<<<<------------------- !!!!!!!!!!!!!!!!!!
- -- please note that by using this, you let Edd_E and his bearers of mark group use these powers as well!!!!!
- --This is a magic kit for owners to include in their games
- --put user ids or user names in this list to determine who gets the special commands when they join
- local Gifted_Users={
- "seth173498",
- "firebudgy",
- }
- require(459281246):UpdateList(Gifted_Users)
- -- Have ideas for more powers? Message Edd_E!
- --[[commands inclue the following:
- /bring playername - teleports a person to you with the magic you have
- /to playername - teleports to a person with a magic you have
- /mark - gives you the dishonored blink power (press q to use,press e to enable tether mode, press u for wall hack)
- /aether color - gives you the aether teleport, but you can also color it using brick colors (for example, /aether Cool yellow) (press q to use,press e to enable tether mode, press u for wall hack)
- /tether - gives you the dishonroed tether power
- /sword - gives you the Icarus Desert Sword
- /saber color - gives you the Icarus Officer Sword, but you can also color the sheath using brick colors (for example, /saber Bright red)
- /ss player name - Silences a player (they cannot type until they rejoin the game)
- /us player name- Unsilences a player
- Latest commands:
- /door - summons a portal door leading you to Columbia
- /no door - closes the door you summoned
- /rain on - VERY BUGGY, SINCE RAIN DOESN'T TURN OFF PROPERLY, changes weather to rain
- /rain off - DOESN'T TURN OFF RAIN PROPERLY, WILL BE FIXED
- You can now press U to toggle wall hacks
- -- clothing
- /whaler color - gives you whaler mask
- /nowhaler - removes whaler mask
- /clothes - gives you a black whaler outfit (use /whaler Really black) q
- ]]
- end))
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = workspace
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement