Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local NetworkGUI = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Ngravity = Instance.new("TextButton")
- local ZeroGravity = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local SiteWarps = Instance.new("TextButton")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local SCP = Instance.new("Frame")
- local txt = Instance.new("TextLabel")
- local OldMan = Instance.new("TextButton")
- local ThePlagueDoctor = Instance.new("TextButton")
- local ShadowChild = Instance.new("TextButton")
- local CloseB = Instance.new("TextButton")
- local Penut = Instance.new("TextButton")
- local BurningMan = Instance.new("TextButton")
- local Mask = Instance.new("TextButton")
- local MissileStatus = Instance.new("TextButton")
- local MissileControl = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- NetworkGUI.Name = "NetworkGUI"
- NetworkGUI.Parent = ScreenGui
- NetworkGUI.Active = true
- NetworkGUI.Draggable = true
- NetworkGUI.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
- NetworkGUI.BorderColor3 = Color3.fromRGB(0, 0, 0)
- NetworkGUI.BorderSizePixel = 5
- NetworkGUI.Position = UDim2.new(0.403641194, 0, 0.521912217, 0)
- NetworkGUI.Size = UDim2.new(0, 367, 0, 206)
- NetworkGUI.Visible = false
- TextLabel.Parent = NetworkGUI
- TextLabel.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Position = UDim2.new(0.20527859, 0, 0.0406250022, 0)
- TextLabel.Size = UDim2.new(0, 201, 0, 35)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Network Gui"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- Ngravity.Name = "Ngravity"
- Ngravity.Parent = NetworkGUI
- Ngravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Ngravity.Position = UDim2.new(0.54838711, 0, 0.39577207, 0)
- Ngravity.Size = UDim2.new(0, 140, 0, 23)
- Ngravity.Font = Enum.Font.SourceSans
- Ngravity.Text = "Normal Gravity"
- Ngravity.TextColor3 = Color3.fromRGB(0, 0, 0)
- Ngravity.TextSize = 14.000
- ZeroGravity.Name = "ZeroGravity"
- ZeroGravity.Parent = NetworkGUI
- ZeroGravity.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ZeroGravity.Position = UDim2.new(0.0293255113, 0, 0.39577207, 0)
- ZeroGravity.Size = UDim2.new(0, 140, 0, 23)
- ZeroGravity.Font = Enum.Font.SourceSans
- ZeroGravity.Text = "Zero Gravity"
- ZeroGravity.TextColor3 = Color3.fromRGB(0, 0, 0)
- ZeroGravity.TextSize = 14.000
- Close.Name = "Close"
- Close.Parent = NetworkGUI
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.Position = UDim2.new(0.874659419, 0, 0.0367647074, 0)
- Close.Size = UDim2.new(0, 39, 0, 35)
- Close.Font = Enum.Font.Gotham
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 0, 0)
- Close.TextSize = 30.000
- Close.MouseButton1Down:connect(function()
- Open.Visible = true
- NetworkGUI.Visible = false
- end)
- SiteWarps.Name = "Site-76 Warps"
- SiteWarps.Parent = NetworkGUI
- SiteWarps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SiteWarps.Position = UDim2.new(0.289531469, 0, 0.840591133, 0)
- SiteWarps.Size = UDim2.new(0, 139, 0, 23)
- SiteWarps.Font = Enum.Font.SourceSans
- SiteWarps.Text = "Site-76 Warps"
- SiteWarps.TextColor3 = Color3.fromRGB(0, 0, 0)
- SiteWarps.TextSize = 14.000
- SiteWarps.MouseButton1Down:connect(function()
- SCP.Visible = true
- end)
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ScreenGui
- OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- OpenFrame.Position = UDim2.new(0.00913241971, 0, 0.48007971, 0)
- OpenFrame.Size = UDim2.new(0, 112, 0, 34)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.fromRGB(68, 68, 68)
- Open.Position = UDim2.new(0.0446428582, 0, 0.0882352963, 0)
- Open.Size = UDim2.new(0, 102, 0, 27)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextSize = 14.000
- Open.MouseButton1Down:connect(function()
- NetworkGUI.Visible = true
- OpenFrame.Visible = false
- end)
- SCP.Name = "SCP"
- SCP.Parent = ScreenGui
- SCP.Active = true
- SCP.Draggable = true
- SCP.BackgroundColor3 = Color3.fromRGB(89, 89, 89)
- SCP.BorderColor3 = Color3.fromRGB(0, 0, 0)
- SCP.BorderSizePixel = 5
- SCP.Position = UDim2.new(0.288356662, 0, 0.0418325476, 0)
- SCP.Size = UDim2.new(0, 334, 0, 218)
- SCP.Visible = false
- txt.Parent = SCP
- txt.BackgroundColor3 = Color3.fromRGB(130, 130, 130)
- txt.BorderColor3 = Color3.fromRGB(0, 0, 0)
- txt.Position = UDim2.new(0.197435692, 0, 0.0339583345, 0)
- txt.Size = UDim2.new(0, 201, 0, 35)
- txt.Font = Enum.Font.SourceSans
- txt.Text = "Site-76 Warps"
- txt.TextColor3 = Color3.fromRGB(0, 0, 0)
- txt.TextSize = 14.000
- OldMan.Name = "OldMan"
- OldMan.Parent = SCP
- OldMan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- OldMan.Position = UDim2.new(0.0353135355, 0, 0.493449271, 0)
- OldMan.Size = UDim2.new(0, 140, 0, 23)
- OldMan.Font = Enum.Font.SourceSans
- OldMan.Text = "The Old Man"
- OldMan.TextColor3 = Color3.fromRGB(0, 0, 0)
- OldMan.TextSize = 14.000
- ThePlagueDoctor.Name = "ThePlagueDoctor"
- ThePlagueDoctor.Parent = SCP
- ThePlagueDoctor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ThePlagueDoctor.Position = UDim2.new(0.0353135355, 0, 0.285680324, 0)
- ThePlagueDoctor.Size = UDim2.new(0, 140, 0, 23)
- ThePlagueDoctor.Font = Enum.Font.SourceSans
- ThePlagueDoctor.Text = "The Plague Doctor"
- ThePlagueDoctor.TextColor3 = Color3.fromRGB(0, 0, 0)
- ThePlagueDoctor.TextSize = 14.000
- ShadowChild.Name = "ShadowChild"
- ShadowChild.Parent = SCP
- ShadowChild.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ShadowChild.Position = UDim2.new(0.542792201, 0, 0.493449152, 0)
- ShadowChild.Size = UDim2.new(0, 140, 0, 23)
- ShadowChild.Font = Enum.Font.SourceSans
- ShadowChild.Text = "Shadow Child"
- ShadowChild.TextColor3 = Color3.fromRGB(0, 0, 0)
- ShadowChild.TextSize = 14.000
- CloseB.Name = "Close"
- CloseB.Parent = SCP
- CloseB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseB.BackgroundTransparency = 1.000
- CloseB.Position = UDim2.new(0.874659419, 0, 0.0367647074, 0)
- CloseB.Size = UDim2.new(0, 39, 0, 35)
- CloseB.Font = Enum.Font.Gotham
- CloseB.Text = "X"
- CloseB.TextColor3 = Color3.fromRGB(255, 0, 0)
- CloseB.TextSize = 30.000
- CloseB.MouseButton1Down:connect(function()
- SCP.Visible = false
- end)
- Penut.Name = "Penut"
- Penut.Parent = SCP
- Penut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Penut.Position = UDim2.new(0.0324295238, 0, 0.685806632, 0)
- Penut.Size = UDim2.new(0, 139, 0, 23)
- Penut.Font = Enum.Font.SourceSans
- Penut.Text = "Penut"
- Penut.TextColor3 = Color3.fromRGB(0, 0, 0)
- Penut.TextSize = 14.000
- BurningMan.Name = "BurningMan"
- BurningMan.Parent = SCP
- BurningMan.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BurningMan.Position = UDim2.new(0.5397982, 0, 0.28109318, 0)
- BurningMan.Size = UDim2.new(0, 140, 0, 23)
- BurningMan.Font = Enum.Font.SourceSans
- BurningMan.Text = "Burning Man"
- BurningMan.TextColor3 = Color3.fromRGB(0, 0, 0)
- BurningMan.TextSize = 14.000
- Mask.Name = "Mask"
- Mask.Parent = SCP
- Mask.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Mask.Position = UDim2.new(0.54440558, 0, 0.685806692, 0)
- Mask.Size = UDim2.new(0, 139, 0, 23)
- Mask.Font = Enum.Font.SourceSans
- Mask.Text = "Mask"
- Mask.TextColor3 = Color3.fromRGB(0, 0, 0)
- Mask.TextSize = 14.000
- MissileStatus.Name = "MissileStatus"
- MissileStatus.Parent = SCP
- MissileStatus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MissileStatus.Position = UDim2.new(0.0324295238, 0, 0.855531454, 0)
- MissileStatus.Size = UDim2.new(0, 139, 0, 23)
- MissileStatus.Font = Enum.Font.SourceSans
- MissileStatus.Text = "Missile Status Room"
- MissileStatus.TextColor3 = Color3.fromRGB(0, 0, 0)
- MissileStatus.TextSize = 14.000
- MissileControl.Name = "MissileControl"
- MissileControl.Parent = SCP
- MissileControl.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MissileControl.Position = UDim2.new(0.54440558, 0, 0.855531454, 0)
- MissileControl.Size = UDim2.new(0, 139, 0, 23)
- MissileControl.Font = Enum.Font.SourceSans
- MissileControl.Text = "Missile Control Room"
- MissileControl.TextColor3 = Color3.fromRGB(0, 0, 0)
- MissileControl.TextSize = 14.000
- --Scripts
- ZeroGravity.MouseButton1Down:connect(function()
- game.Workspace.Gravity = 0
- end)
- Ngravity.MouseButton1Down:connect(function()
- game.Workspace.Gravity = 196.2
- end)
- ThePlagueDoctor.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(606.599243, -166.099716, 319.219482)
- end)
- Penut.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(625.179871, 21.6182766, -320.214264)
- end)
- ShadowChild.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.95194817, -167.365082, -140.782333)
- end)
- OldMan.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(662.728027, -166.100006, -60.7211647)
- end)
- Mask.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(209.007645, -166.126175, -59.7641449)
- end)
- MissileControl.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(380.095551, 209.426804, 1388.63867)
- end)
- MissileStatus.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.7826328, -164.826019, 162.31633)
- end)
- BurningMan.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(112.343285, -164.116791, -305.475006)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement