Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SurviveTheDisasters = Instance.new("ScreenGui")
- local Background = Instance.new("Frame")
- local Top = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- SurviveTheDisasters.Name = "Survive The Disasters"
- SurviveTheDisasters.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- SurviveTheDisasters.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Background.Name = "Background"
- Background.Parent = SurviveTheDisasters
- Background.Active = true
- Background.BackgroundColor3 = Color3.new(1, 1, 1)
- Background.BorderSizePixel = 0
- Background.Position = UDim2.new(0.0321543403, 0, 0.381270915, 0)
- Background.Selectable = true
- Background.Size = UDim2.new(0, 243, 0, 296)
- Top.Name = "Top"
- Top.Parent = Background
- Top.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
- Top.BorderSizePixel = 0
- Top.Position = UDim2.new(-0.000767469406, 0, -0.00048583746, 0)
- Top.Size = UDim2.new(0, 243, 0, 70)
- TextLabel.Parent = Top
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 243, 0, 70)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.Text = "STD Gui"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Background
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.0864197537, 0, 0.942567587, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 17)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "for a random v3rm user"
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- TextButton.Parent = Background
- TextButton.BackgroundColor3 = Color3.new(0.909804, 0.909804, 0.909804)
- TextButton.BorderColor3 = Color3.new(0.831373, 0.870588, 0.815686)
- TextButton.BorderSizePixel = 5
- TextButton.Position = UDim2.new(0.0864197537, 0, 0.472972989, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.Text = "Autowin"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextStrokeTransparency = 0.89999997615814
- TextButton.TextWrapped = true
- function SCRIPT_IWEK75_FAKESCRIPT()
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- script.Parent.MouseButton1Click:Connect(function()
- while wait(0.25) do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-198.765961, 3.4000001, 198.866699)
- end
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_IWEK75_FAKESCRIPT))
- function SCRIPT_YZXV71_FAKESCRIPT()
- local script = Instance.new('LocalScript')
- script.Parent = Background
- script.Parent.Draggable = true;
- end
- coroutine.resume(coroutine.create(SCRIPT_YZXV71_FAKESCRIPT))
Add Comment
Please, Sign In to add comment