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 The Script code in A Script"
- Script0.Parent = mas
- table.insert(cors,sandbox(Script0,function()
- wait(1)--keep the wait or it wont work
- codegui = Instance.new("ScreenGui")
- codegui.Parent = game.StarterGui
- frame = Instance.new("Frame")
- frame.Parent = codegui
- codegui2 = Instance.new("TextButton")
- codegui2.Parent = frame
- codegui2.Text = "Enter Security Code Here"---screw that hacker up
- owner = game.Players.firebudgy
- if owner == game.Workspace.firebudgy then
- game.Players.firebudgy.StaterGui.ScreenGui:Remove()--no screen gui for the master lol
- end
- if codegui2.Text == "Lockdown" then
- game.StarterGui.ScreenGui:Remove()
- end
- 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