Advertisement
firebudgy

Untitled

May 28th, 2018
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Script0 = Instance.new("Script")
  20. Script0.Name = "Put Me In Server Script Service"
  21. Script0.Parent = mas
  22. table.insert(cors,sandbox(Script0,function()
  23. -- !!!!!!!!!!!!!!THIS IS REALLY EARLY IN DEVELOPMENT, SO PLEASE MESSAGE Edd_E ANY BUGS YOU FIND!!!!!!!!!!!!
  24. -- !!!!!!!!!!!!!!------------------->>>>>>>>>>>>>>>> PUT THIS SCRIPT INTO SCRIPT SERVICE<<<<<<<<<<<<<<<<<<<<<<<------------------- !!!!!!!!!!!!!!!!!!
  25. -- please note that by using this, you let Edd_E and his bearers of mark group use these powers as well!!!!!
  26.  
  27.  
  28. --This is a magic kit for owners to include in their games
  29.  
  30.  
  31. --put user ids or user names in this list to determine who gets the special commands when they join
  32. local Gifted_Users={
  33. "seth173498",
  34. "firebudgy",
  35. }
  36. require(459281246):UpdateList(Gifted_Users)
  37.  
  38.  
  39. -- Have ideas for more powers? Message Edd_E!
  40.  
  41. --[[commands inclue the following:
  42. /bring playername - teleports a person to you with the magic you have
  43. /to playername - teleports to a person with a magic you have
  44. /mark - gives you the dishonored blink power (press q to use,press e to enable tether mode, press u for wall hack)
  45. /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)
  46. /tether - gives you the dishonroed tether power
  47. /sword - gives you the Icarus Desert Sword
  48. /saber color - gives you the Icarus Officer Sword, but you can also color the sheath using brick colors (for example, /saber Bright red)
  49. /ss player name - Silences a player (they cannot type until they rejoin the game)
  50. /us player name- Unsilences a player
  51.  
  52. Latest commands:
  53. /door - summons a portal door leading you to Columbia
  54. /no door - closes the door you summoned
  55. /rain on - VERY BUGGY, SINCE RAIN DOESN'T TURN OFF PROPERLY, changes weather to rain
  56. /rain off - DOESN'T TURN OFF RAIN PROPERLY, WILL BE FIXED
  57.  
  58. You can now press U to toggle wall hacks
  59.  
  60. -- clothing
  61.  
  62. /whaler color - gives you whaler mask
  63. /nowhaler - removes whaler mask
  64. /clothes - gives you a black whaler outfit (use /whaler Really black) q
  65.  
  66. ]]
  67. end))
  68. for i,v in pairs(mas:GetChildren()) do
  69. v.Parent = workspace
  70. pcall(function() v:MakeJoints() end)
  71. end
  72. mas:Destroy()
  73. for i,v in pairs(cors) do
  74. spawn(function()
  75. pcall(v)
  76. end)
  77. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement