Advertisement
Guest User

ROBLOX MXD ADMIN SCRIPT

a guest
Sep 21st, 2017
918
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 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. Model0 = Instance.new("Model")
  20. Part1 = Instance.new("Part")
  21. PointLight2 = Instance.new("PointLight")
  22. Decal3 = Instance.new("Decal")
  23. Script4 = Instance.new("Script")
  24. Script5 = Instance.new("Script")
  25. Model0.Name = "MXD Admin GUI"
  26. Model0.Parent = mas
  27. Part1.Name = "RemoveThis"
  28. Part1.Parent = Model0
  29. Part1.Material = Enum.Material.SmoothPlastic
  30. Part1.BrickColor = BrickColor.new("Really black")
  31. Part1.Transparency = 1
  32. Part1.Anchored = true
  33. Part1.CanCollide = false
  34. Part1.FormFactor = Enum.FormFactor.Custom
  35. Part1.Size = Vector3.new(2.5, 2.5, 0.200000003)
  36. Part1.CFrame = CFrame.new(-10.3000002, 1.29999995, -9.10000038, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  37. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  38. Part1.Position = Vector3.new(-10.3000002, 1.29999995, -9.10000038)
  39. Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  40. PointLight2.Parent = Part1
  41. PointLight2.Brightness = 100
  42. PointLight2.Range = 60
  43. Decal3.Parent = Part1
  44. Decal3.Texture = "rbxassetid://563926551"
  45. Decal3.Face = Enum.NormalId.Back
  46. Script4.Name = "Remove"
  47. Script4.Parent = mas
  48. table.insert(cors,sandbox(Script4,function()
  49. if script.Parent.Parent:FindFirstChild('RemoveThis') then script.Parent.Parent:FindFirstChild('RemoveThis'):remove() end
  50. script.Parent:remove()
  51. end))
  52. Script5.Name = "Instructions/MXD Admin GUI"
  53. Script5.Parent = Model0
  54. table.insert(cors,sandbox(Script5,function()
  55. local config = {
  56. ['Admins'] = {'change friends username here.'};
  57. ['Free Admin'] = false;
  58. ['ViP Admin'] = false;
  59. ['ViP Admin Pass'] = {0};
  60. }
  61. --[[ ]]script.Parent.Parent = game.ServerScriptService require(753939062)(config) --[[Hi there nice to meet you.
  62. _____ _ _ _
  63. |_ _| | | | | (_)
  64. | | _ __ ___| |_ _ __ _ _ ___| |_ _ ___ _ __ ___
  65. | | | '_ \/ __| __| '__| | | |/ __| __| |/ _ \| '_ \/ __|
  66. _| |_| | | \__ \ |_| | | |_| | (__| |_| | (_) | | | \__ \
  67. |_____|_| |_|___/\__|_| \__,_|\___|\__|_|\___/|_| |_|___/
  68.  
  69. - Don't remove this script
  70.  
  71. local config = {
  72. ['Admins'] = {'friends username here.'}; just change friends username here. to someone else.
  73. ['Free Admin'] = false; Everyone will be an admin.
  74. ['ViP Admin'] = false; so everyone has to buy the pass to have it.
  75. ['ViP Admin Pass'] = {0}; change 0 to your pass ID.
  76. }
  77. --]]
  78. end))
  79. for i,v in pairs(mas:GetChildren()) do
  80. v.Parent = script
  81. pcall(function() v:MakeJoints() end)
  82. end
  83. mas:Destroy()
  84. for i,v in pairs(cors) do
  85. spawn(function()
  86. pcall(v)
  87. end)
  88. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement