Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScriptCentreBlueyStudios = Instance.new("ScreenGui")
- local scriptpanel = Instance.new("Frame")
- local UIGradient = Instance.new("UIGradient")
- local Close = Instance.new("TextButton")
- local scriptlist = Instance.new("ScrollingFrame")
- local scripts = Instance.new("TextButton")
- local findbest = Instance.new("TextButton")
- local becrushedbyaspeedingwall = Instance.new("TextButton")
- local piggy = Instance.new("TextButton")
- local piggy_2 = Instance.new("TextButton")
- --Properties:
- ScriptCentreBlueyStudios.Name = "ScriptCentreBlueyStudios"
- ScriptCentreBlueyStudios.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScriptCentreBlueyStudios.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScriptCentreBlueyStudios.ResetOnSpawn = false
- scriptpanel.Name = "scriptpanel"
- scriptpanel.Parent = ScriptCentreBlueyStudios
- scriptpanel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scriptpanel.BorderSizePixel = 0
- scriptpanel.Position = UDim2.new(0.43503657, 0, 0.328767091, 0)
- scriptpanel.Size = UDim2.new(0.129197121, 0, 0.342009157, 0)
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(39, 255, 237)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(38, 190, 255))}
- UIGradient.Parent = scriptpanel
- Close.Name = "Close"
- Close.Parent = scriptpanel
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.875705898, 0, 0, 0)
- Close.Size = UDim2.new(0.122598864, 0, 0.100000001, 0)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(0, 0, 0)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- scriptlist.Name = "scriptlist"
- scriptlist.Parent = scriptpanel
- scriptlist.Active = true
- scriptlist.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scriptlist.BackgroundTransparency = 1.000
- scriptlist.BorderSizePixel = 0
- scriptlist.Position = UDim2.new(0, 0, 0.100000001, 0)
- scriptlist.Size = UDim2.new(0.998000085, 0, 0.899999976, 0)
- scriptlist.BottomImage = ""
- scriptlist.CanvasSize = UDim2.new(0, 0, 1, 0)
- scriptlist.ScrollBarThickness = 7
- scriptlist.TopImage = ""
- scripts.Name = "scripts"
- scripts.Parent = scriptlist
- scripts.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- scripts.BorderSizePixel = 0
- scripts.Position = UDim2.new(0, 0, 0.031152647, 0)
- scripts.Size = UDim2.new(1.00030506, 0, 0.100000001, 0)
- scripts.Font = Enum.Font.Jura
- scripts.Text = "/scripts"
- scripts.TextColor3 = Color3.fromRGB(0, 0, 0)
- scripts.TextScaled = true
- scripts.TextSize = 14.000
- scripts.TextWrapped = true
- findbest.Name = "findbest"
- findbest.Parent = scriptlist
- findbest.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- findbest.BorderSizePixel = 0
- findbest.Position = UDim2.new(0, 0, 0.164664, 0)
- findbest.Size = UDim2.new(1.00030506, 0, 0.100000001, 0)
- findbest.Font = Enum.Font.Jura
- findbest.Text = "/findbest"
- findbest.TextColor3 = Color3.fromRGB(0, 0, 0)
- findbest.TextScaled = true
- findbest.TextSize = 14.000
- findbest.TextWrapped = true
- becrushedbyaspeedingwall.Name = "becrushedbyaspeedingwall"
- becrushedbyaspeedingwall.Parent = scriptlist
- becrushedbyaspeedingwall.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- becrushedbyaspeedingwall.BorderSizePixel = 0
- becrushedbyaspeedingwall.Position = UDim2.new(0, 0, 0.347129494, 0)
- becrushedbyaspeedingwall.Size = UDim2.new(1.00030506, 0, 0.100000001, 0)
- becrushedbyaspeedingwall.Font = Enum.Font.Jura
- becrushedbyaspeedingwall.Text = "/speedingwall"
- becrushedbyaspeedingwall.TextColor3 = Color3.fromRGB(0, 0, 0)
- becrushedbyaspeedingwall.TextScaled = true
- becrushedbyaspeedingwall.TextSize = 14.000
- becrushedbyaspeedingwall.TextWrapped = true
- piggy.Name = "piggy"
- piggy.Parent = scriptlist
- piggy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- piggy.BorderSizePixel = 0
- piggy.Position = UDim2.new(0, 0, 0.480640829, 0)
- piggy.Size = UDim2.new(1.00030506, 0, 0.100000001, 0)
- piggy.Font = Enum.Font.Jura
- piggy.Text = "/piggy"
- piggy.TextColor3 = Color3.fromRGB(0, 0, 0)
- piggy.TextScaled = true
- piggy.TextSize = 14.000
- piggy.TextWrapped = true
- piggy_2.Name = "piggy"
- piggy_2.Parent = scriptlist
- piggy_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- piggy_2.BorderSizePixel = 0
- piggy_2.Position = UDim2.new(0, 0, 0.618602514, 0)
- piggy_2.Size = UDim2.new(1.00030506, 0, 0.100000001, 0)
- piggy_2.Font = Enum.Font.Jura
- piggy_2.Text = "/wizardtycoon"
- piggy_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- piggy_2.TextScaled = true
- piggy_2.TextSize = 14.000
- piggy_2.TextWrapped = true
- -- Scripts:
- local function HXJJ_fake_script() -- Close.close
- local script = Instance.new('LocalScript', Close)
- end
- coroutine.wrap(HXJJ_fake_script)()
- local function GINMWU_fake_script() -- findbest.LocalScript
- local script = Instance.new('LocalScript', findbest)
- script.Parent.MouseButton1Click:Connect(function()
- if game.PlaceId == 281489669 then
- loadstring(game:HttpGet("https://pastebin.com/raw/VzNarQJt"))()
- else
- if game.PlaceId == 4623386862 then
- loadstring(game:HttpGet("https://pastebin.com/raw/FfTNNXkg"))()
- else
- if game.PlaceId == 482742811 then
- else
- end
- end
- end
- end)
- end
- coroutine.wrap(GINMWU_fake_script)()
- local function CZEN_fake_script() -- becrushedbyaspeedingwall.LocalScript
- local script = Instance.new('LocalScript', becrushedbyaspeedingwall)
- --becrushedbyaspeedingwallscript
- end
- coroutine.wrap(CZEN_fake_script)()
- local function CBLV_fake_script() -- piggy_2.LocalScript
- local script = Instance.new('LocalScript', piggy_2)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/FfTNNXkg"))()
- end)
- end
- coroutine.wrap(CBLV_fake_script)()
- local function SDILF_fake_script() -- ScriptCentreBlueyStudios.antidetect
- local script = Instance.new('LocalScript', ScriptCentreBlueyStudios)
- script.Parent.Parent = game.CoreGui
- end
- coroutine.wrap(SDILF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment