1_F0

Untitled

Jun 28th, 2020
6,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GUISurvival = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local AFKWins = Instance.new("TextButton")
  6. local Notice = Instance.new("TextLabel")
  7. local TPMap = Instance.new("TextButton")
  8. local TPLobby = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local Creds = Instance.new("TextLabel")
  11. local Crazy = Instance.new("TextButton")
  12. local SAWNIC = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. GUISurvival.Name = "GUISurvival"
  17. GUISurvival.ResetOnSpawn = false
  18. GUISurvival.Parent = game.Players.LocalPlayer.PlayerGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = GUISurvival
  22. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Main.BorderSizePixel = 0
  24. Main.Position = UDim2.new(0, 0, 0.5, -192)
  25. Main.Size = UDim2.new(0, 420, 0, 384)
  26.  
  27. AFKWins.Name = "AFKWins"
  28. AFKWins.Parent = Main
  29. AFKWins.BackgroundColor3 = Color3.new(0.294118, 0.729412, 1)
  30. AFKWins.BorderSizePixel = 0
  31. AFKWins.Position = UDim2.new(0.042857144, 0, 0.802083313, 0)
  32. AFKWins.Size = UDim2.new(0, 383, 0, 40)
  33. AFKWins.Font = Enum.Font.SourceSansLight
  34. AFKWins.Text = "AFK Farm Wins"
  35. AFKWins.TextColor3 = Color3.new(1, 1, 1)
  36. AFKWins.TextSize = 14
  37.  
  38. Notice.Name = "Notice"
  39. Notice.Parent = Main
  40. Notice.BackgroundColor3 = Color3.new(0.294118, 0.729412, 1)
  41. Notice.BackgroundTransparency = 1
  42. Notice.BorderSizePixel = 0
  43. Notice.Position = UDim2.new(0.0452380963, 0, 0.90625, 0)
  44. Notice.Size = UDim2.new(0, 383, 0, 25)
  45. Notice.Font = Enum.Font.SourceSansLight
  46. Notice.Text = "Once enabled, you can't disable this"
  47. Notice.TextColor3 = Color3.new(0, 0, 0)
  48. Notice.TextSize = 14
  49.  
  50. TPMap.Name = "TPMap"
  51. TPMap.Parent = Main
  52. TPMap.BackgroundColor3 = Color3.new(0.294118, 0.729412, 1)
  53. TPMap.BorderSizePixel = 0
  54. TPMap.Position = UDim2.new(0.0452380963, 0, 0.658854187, 0)
  55. TPMap.Size = UDim2.new(0, 383, 0, 40)
  56. TPMap.Font = Enum.Font.SourceSansLight
  57. TPMap.Text = "Teleport to Map"
  58. TPMap.TextColor3 = Color3.new(1, 1, 1)
  59. TPMap.TextSize = 14
  60.  
  61. TPLobby.Name = "TPLobby"
  62. TPLobby.Parent = Main
  63. TPLobby.BackgroundColor3 = Color3.new(0.294118, 0.729412, 1)
  64. TPLobby.BorderSizePixel = 0
  65. TPLobby.Position = UDim2.new(0.0452380963, 0, 0.51171881, 0)
  66. TPLobby.Size = UDim2.new(0, 383, 0, 40)
  67. TPLobby.Font = Enum.Font.SourceSansLight
  68. TPLobby.Text = "Teleport to Lobby"
  69. TPLobby.TextColor3 = Color3.new(1, 1, 1)
  70. TPLobby.TextSize = 14
  71.  
  72. Title.Name = "Title"
  73. Title.Parent = Main
  74. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Title.BorderSizePixel = 0
  76. Title.Position = UDim2.new(0.0452380963, 0, 0.0442708321, 0)
  77. Title.Size = UDim2.new(0, 383, 0, 49)
  78. Title.Font = Enum.Font.SourceSansLight
  79. Title.Text = "Hoofer's Natrual Disaster Survival GUI"
  80. Title.TextScaled = true
  81. Title.TextSize = 14
  82. Title.TextWrapped = true
  83.  
  84. Creds.Name = "Creds"
  85. Creds.Parent = Main
  86. Creds.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Creds.BorderSizePixel = 0
  88. Creds.Position = UDim2.new(0.0452380963, 0, 0.171875, 0)
  89. Creds.Size = UDim2.new(0, 383, 0, 16)
  90. Creds.Font = Enum.Font.SourceSansLight
  91. Creds.Text = "Idea by: Justindhd#1693 | GUI and Scripting by: Hoofer"
  92. Creds.TextScaled = true
  93. Creds.TextSize = 12
  94. Creds.TextWrapped = true
  95.  
  96. Crazy.Name = "Crazy"
  97. Crazy.Parent = Main
  98. Crazy.BackgroundColor3 = Color3.new(0.294118, 0.729412, 1)
  99. Crazy.BorderSizePixel = 0
  100. Crazy.Position = UDim2.new(0.0440476201, 0, 0.364583313, 0)
  101. Crazy.Size = UDim2.new(0, 383, 0, 40)
  102. Crazy.Font = Enum.Font.SourceSansLight
  103. Crazy.Text = "Make your character go Balloon Crazy"
  104. Crazy.TextColor3 = Color3.new(1, 1, 1)
  105. Crazy.TextSize = 14
  106.  
  107. SAWNIC.Name = "SAWNIC"
  108. SAWNIC.Parent = Main
  109. SAWNIC.BackgroundColor3 = Color3.new(0.294118, 0.729412, 1)
  110. SAWNIC.BorderSizePixel = 0
  111. SAWNIC.Position = UDim2.new(0.042857144, 0, 0.229166642, 0)
  112. SAWNIC.Size = UDim2.new(0, 383, 0, 40)
  113. SAWNIC.Font = Enum.Font.SourceSansLight
  114. SAWNIC.Text = "Super Sonic Speed"
  115. SAWNIC.TextColor3 = Color3.new(1, 1, 1)
  116. SAWNIC.TextSize = 14
  117.  
  118. Crazy.MouseButton1Click:connect(function()
  119. while wait(1) do
  120. AnimationId = "569145055"
  121. local Anim = Instance.new("Animation")
  122. Anim.AnimationId = "rbxassetid://"..AnimationId
  123. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  124. k:Play() --Play the animation
  125. k:AdjustSpeed(5)
  126. end
  127. end)
  128.  
  129. SAWNIC.MouseButton1Click:connect(function()
  130. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
  131. end)
  132.  
  133. AFKWins.MouseButton1Click:connect(function()
  134. while true do
  135. wait(5)
  136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  137. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  138. end
  139. end)
  140.  
  141. TPMap.MouseButton1Click:connect(function()
  142. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(106, 46, 3)
  143. end)
  144.  
  145. TPLobby.MouseButton1Click:connect(function()
  146. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-290, 178, 379)
  147. end)
Add Comment
Please, Sign In to add comment