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"))
- ScreenGui0 = Instance.new("ScreenGui")
- TextButton1 = Instance.new("TextButton")
- Script2 = Instance.new("Script")
- Frame3 = Instance.new("Frame")
- TextLabel4 = Instance.new("TextLabel")
- TextLabel5 = Instance.new("TextLabel")
- TextLabel6 = Instance.new("TextLabel")
- ScreenGui0.Parent = mas
- TextButton1.Name = "n"
- TextButton1.Parent = ScreenGui0
- TextButton1.Size = UDim2.new(0, 1933, 0, 37)
- TextButton1.Position = UDim2.new(-0.00364583335, 0, 0, 0)
- TextButton1.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
- TextButton1.Font = Enum.Font.SourceSans
- TextButton1.FontSize = Enum.FontSize.Size14
- TextButton1.TextColor3 = Color3.new(0, 0, 0)
- TextButton1.TextScaled = true
- TextButton1.TextWrapped = true
- Script2.Name = "Gui_Setup"
- Script2.Parent = ScreenGui0
- table.insert(cors,sandbox(Script2,function()
- warn("Primare Functions Get")
- num = 0
- local function getfunc(Func, GetScript)
- print("Working huh")
- function func(prop,g)
- v = getmetatable({GetScript}, Func,g)
- if GetScript ~= ("Nil") then
- print("Function Got")
- GetScript.Name= Func
- CreateFunc = {}
- v = function()
- wait()
- print(v)
- local Name = function()
- pcall(coroutine.running(v))
- --warn--
- print(game)
- wait(0.1)
- for n =1,string.len(" <Place Id> <".. game.GameId .. ">".. "<CreatorID> <".. game.CreatorId ..">"),50 do
- wait()
- script.Parent.n.Text = string.sub(" <Place Id> <".. game.GameId .. ">".. "<CreatorID> <".. game.CreatorId ..">" ,n)
- script.Parent.n.Size = script.Parent.n.Size == UDim2.new(0,script.Parent.n.TextBounds.X)
- end
- end
- Name()
- end
- v()
- end
- end
- func("Func",19)
- end
- getfunc("GSU<Gui_Setup>",script)
- end))
- Frame3.Parent = ScreenGui0
- Frame3.Size = UDim2.new(0, 39, 0, 805)
- Frame3.Position = UDim2.new(-0.0072916667, 0, 0.0438908674, 0)
- Frame3.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
- TextLabel4.Parent = ScreenGui0
- TextLabel4.Size = UDim2.new(0, 149, 0, 805)
- TextLabel4.Text = "yabro Was Here"
- TextLabel4.Position = UDim2.new(0.013020833, 0, 0.0438908674, 0)
- TextLabel4.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
- TextLabel4.Font = Enum.Font.SourceSans
- TextLabel4.FontSize = Enum.FontSize.Size14
- TextLabel4.TextColor3 = Color3.new(0, 0, 0)
- TextLabel5.Parent = ScreenGui0
- TextLabel5.Size = UDim2.new(0, 182, 0, 78)
- TextLabel5.Text = ""
- TextLabel5.Position = UDim2.new(0, 0, -0.0486358255, 0)
- TextLabel5.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
- TextLabel5.Font = Enum.Font.SourceSans
- TextLabel5.FontSize = Enum.FontSize.Size14
- TextLabel5.TextColor3 = Color3.new(0, 0, 0)
- TextLabel6.Parent = ScreenGui0
- TextLabel6.Size = UDim2.new(0, 25, 0, 78)
- TextLabel6.Text = ""
- TextLabel6.Position = UDim2.new(0, 0, -0.0482374765, 0)
- TextLabel6.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
- TextLabel6.Font = Enum.Font.SourceSans
- TextLabel6.FontSize = Enum.FontSize.Size14
- TextLabel6.TextColor3 = Color3.new(0, 0, 0)
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
- 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