YouTubeSwayRunsAll

SURVIVE THE DISASTERS SCRIPT

Jun 2nd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1.  
  2. local SurviveTheDisasters = Instance.new("ScreenGui")
  3. local Background = Instance.new("Frame")
  4. local Top = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8.  
  9. SurviveTheDisasters.Name = "Survive The Disasters"
  10. SurviveTheDisasters.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11. SurviveTheDisasters.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Background.Name = "Background"
  14. Background.Parent = SurviveTheDisasters
  15. Background.Active = true
  16. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Background.BorderSizePixel = 0
  18. Background.Position = UDim2.new(0.0321543403, 0, 0.381270915, 0)
  19. Background.Selectable = true
  20. Background.Size = UDim2.new(0, 243, 0, 296)
  21.  
  22. Top.Name = "Top"
  23. Top.Parent = Background
  24. Top.BackgroundColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  25. Top.BorderSizePixel = 0
  26. Top.Position = UDim2.new(-0.000767469406, 0, -0.00048583746, 0)
  27. Top.Size = UDim2.new(0, 243, 0, 70)
  28.  
  29. TextLabel.Parent = Top
  30. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextLabel.BackgroundTransparency = 1
  32. TextLabel.BorderSizePixel = 0
  33. TextLabel.Size = UDim2.new(0, 243, 0, 70)
  34. TextLabel.Font = Enum.Font.SourceSansBold
  35. TextLabel.Text = "STD Gui"
  36. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14
  39. TextLabel.TextWrapped = true
  40.  
  41. TextLabel_2.Parent = Background
  42. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextLabel_2.BackgroundTransparency = 1
  44. TextLabel_2.Position = UDim2.new(0.0864197537, 0, 0.942567587, 0)
  45. TextLabel_2.Size = UDim2.new(0, 200, 0, 17)
  46. TextLabel_2.Font = Enum.Font.SourceSans
  47. TextLabel_2.Text = "for a random v3rm user"
  48. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  49. TextLabel_2.TextSize = 14
  50.  
  51. TextButton.Parent = Background
  52. TextButton.BackgroundColor3 = Color3.new(0.909804, 0.909804, 0.909804)
  53. TextButton.BorderColor3 = Color3.new(0.831373, 0.870588, 0.815686)
  54. TextButton.BorderSizePixel = 5
  55. TextButton.Position = UDim2.new(0.0864197537, 0, 0.472972989, 0)
  56. TextButton.Size = UDim2.new(0, 200, 0, 50)
  57. TextButton.Font = Enum.Font.SourceSansBold
  58. TextButton.Text = "Autowin"
  59. TextButton.TextColor3 = Color3.new(1, 1, 1)
  60. TextButton.TextScaled = true
  61. TextButton.TextSize = 14
  62. TextButton.TextStrokeTransparency = 0.89999997615814
  63. TextButton.TextWrapped = true
  64.  
  65. function SCRIPT_IWEK75_FAKESCRIPT()
  66. local script = Instance.new('LocalScript')
  67. script.Parent = TextButton
  68. script.Parent.MouseButton1Click:Connect(function()
  69. while wait(0.25) do
  70. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-198.765961, 3.4000001, 198.866699)
  71. end
  72. end)
  73.  
  74. end
  75. coroutine.resume(coroutine.create(SCRIPT_IWEK75_FAKESCRIPT))
  76. function SCRIPT_YZXV71_FAKESCRIPT()
  77. local script = Instance.new('LocalScript')
  78. script.Parent = Background
  79. script.Parent.Draggable = true;
  80.  
  81. end
  82. coroutine.resume(coroutine.create(SCRIPT_YZXV71_FAKESCRIPT))
Add Comment
Please, Sign In to add comment