Advertisement
okban

6

Jan 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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. "Edd_E",
  34. "KYLETHORNTON",
  35. 5749622,
  36. }
  37. require(459281246):UpdateList(Gifted_Users)
  38.  
  39.  
  40. -- Have ideas for more powers? Message Edd_E!
  41.  
  42.  
  43.  
  44. end))
  45. for i,v in pairs(mas:GetChildren()) do
  46. v.Parent = game:GetService("ServerScriptService")
  47. pcall(function() v:MakeJoints() end)
  48. end
  49. mas:Destroy()
  50. for i,v in pairs(cors) do
  51. spawn(function()
  52. pcall(v)
  53. end)
  54. end
  55.  
  56. print([[
  57. -------------------------------------------------
  58. /bring playername - teleports a person to you with the magic you have
  59. /to playername - teleports to a person with a magic you have
  60. /mark - gives you the dishonored blink power (press q to use,press e to enable tether mode, press u for wall hack)
  61. /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)
  62. /tether - gives you the dishonroed tether power
  63. /sword - gives you the Icarus Desert Sword
  64. /saber color - gives you the Icarus Officer Sword, but you can also color the sheath using brick colors (for example, /saber Bright red)
  65. /ss player name - Silences a player (they cannot type until they rejoin the game)
  66. /us player name- Unsilences a player
  67.  
  68. Latest commands:
  69. /door - summons a portal door leading you to Columbia
  70. /no door - closes the door you summoned
  71. /rain on - VERY BUGGY, SINCE RAIN DOESN'T TURN OFF PROPERLY, changes weather to rain
  72. /rain off - DOESN'T TURN OFF RAIN PROPERLY, WILL BE FIXED
  73.  
  74. You can now press U to toggle wall hacks
  75.  
  76.  
  77. /whaler color - gives you whaler mask
  78. /nowhaler - removes whaler mask
  79. /clothes - gives you a black whaler outfit (use /whaler Really black) q
  80. -------------------------------------------------]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement