Pastebloxian

Survive The Disaster GUI

Mar 3rd, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. local SurviveTheDisasters = Instance.new("ScreenGui")
  2. local Background = Instance.new("ImageLabel")
  3. local toggleRequest = Instance.new("TextLabel")
  4. local byViown = Instance.new("TextLabel")
  5. local FE_God = Instance.new("Frame")
  6. local FEGod = Instance.new("TextButton")
  7. local Autofarm = Instance.new("Frame")
  8. local Autofarm_2 = Instance.new("TextButton")
  9. local SurviveTheDisasters_2 = Instance.new("TextLabel")
  10. local Teleport = Instance.new("Frame")
  11. local Teleport_2 = Instance.new("TextButton")
  12.  
  13. SurviveTheDisasters.Name = "Survive The Disasters"
  14. SurviveTheDisasters.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. SurviveTheDisasters.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Background.Name = "Background"
  18. Background.Parent = SurviveTheDisasters
  19. Background.Active = true
  20. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Background.BackgroundTransparency = 1
  22. Background.Position = UDim2.new(0.297479004, 0, 0.19732441, 0)
  23. Background.Selectable = true
  24. Background.Size = UDim2.new(0, 583, 0, 290)
  25. Background.Image = "rbxassetid://2804206750"
  26. Background.ImageColor3 = Color3.new(0.882353, 0.882353, 0.882353)
  27. Background.ScaleType = Enum.ScaleType.Slice
  28. Background.SliceCenter = Rect.new(12, 12, 13, 13)
  29.  
  30. toggleRequest.Name = "toggleRequest"
  31. toggleRequest.Parent = Background
  32. toggleRequest.BackgroundColor3 = Color3.new(1, 1, 1)
  33. toggleRequest.BackgroundTransparency = 1
  34. toggleRequest.Position = UDim2.new(0, 0, 0.902173936, 0)
  35. toggleRequest.Size = UDim2.new(0, 200, 0, 27)
  36. toggleRequest.Font = Enum.Font.SourceSansLight
  37. toggleRequest.Text = "Press 'p' to toggle gui"
  38. toggleRequest.TextColor3 = Color3.new(0, 0, 0)
  39. toggleRequest.TextScaled = true
  40. toggleRequest.TextSize = 14
  41. toggleRequest.TextWrapped = true
  42.  
  43. byViown.Name = "byViown"
  44. byViown.Parent = Background
  45. byViown.BackgroundColor3 = Color3.new(1, 1, 1)
  46. byViown.BackgroundTransparency = 1
  47. byViown.Position = UDim2.new(0.814671814, 0, 0.902173936, 0)
  48. byViown.Size = UDim2.new(0, 96, 0, 27)
  49. byViown.Font = Enum.Font.SourceSansLight
  50. byViown.Text = "By Viown"
  51. byViown.TextColor3 = Color3.new(0, 0, 0)
  52. byViown.TextScaled = true
  53. byViown.TextSize = 14
  54. byViown.TextWrapped = true
  55.  
  56. FE_God.Name = "FE_God"
  57. FE_God.Parent = Background
  58. FE_God.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  59. FE_God.BorderSizePixel = 0
  60. FE_God.Position = UDim2.new(0.0839491487, 0, 0.271032184, 0)
  61. FE_God.Size = UDim2.new(0, 181, 0, 57)
  62.  
  63. FEGod.Name = "FEGod"
  64. FEGod.Parent = FE_God
  65. FEGod.BackgroundColor3 = Color3.new(0.819608, 0.792157, 0.752941)
  66. FEGod.BorderSizePixel = 0
  67. FEGod.Position = UDim2.new(-0.0811008066, 0, -0.189131349, 0)
  68. FEGod.Size = UDim2.new(0, 181, 0, 57)
  69. FEGod.Font = Enum.Font.SourceSansLight
  70. FEGod.Text = "FE God"
  71. FEGod.TextColor3 = Color3.new(0, 0, 0)
  72. FEGod.TextScaled = true
  73. FEGod.TextSize = 14
  74. FEGod.TextWrapped = true
  75.  
  76. Autofarm.Name = "Autofarm"
  77. Autofarm.Parent = Background
  78. Autofarm.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  79. Autofarm.BorderSizePixel = 0
  80. Autofarm.Position = UDim2.new(0.637980044, 0, 0.271032184, 0)
  81. Autofarm.Size = UDim2.new(0, 181, 0, 57)
  82.  
  83. Autofarm_2.Name = "Autofarm"
  84. Autofarm_2.Parent = Autofarm
  85. Autofarm_2.BackgroundColor3 = Color3.new(0.819608, 0.792157, 0.752941)
  86. Autofarm_2.BorderSizePixel = 0
  87. Autofarm_2.Position = UDim2.new(-0.0811008066, 0, -0.189131349, 0)
  88. Autofarm_2.Size = UDim2.new(0, 181, 0, 57)
  89. Autofarm_2.Font = Enum.Font.SourceSansLight
  90. Autofarm_2.Text = "Autofarm: Off"
  91. Autofarm_2.TextColor3 = Color3.new(0, 0, 0)
  92. Autofarm_2.TextScaled = true
  93. Autofarm_2.TextSize = 14
  94. Autofarm_2.TextWrapped = true
  95.  
  96. SurviveTheDisasters_2.Name = "Survive The Disasters"
  97. SurviveTheDisasters_2.Parent = Background
  98. SurviveTheDisasters_2.BackgroundColor3 = Color3.new(1, 1, 1)
  99. SurviveTheDisasters_2.BackgroundTransparency = 1
  100. SurviveTheDisasters_2.Position = UDim2.new(1.86264515e-09, 0, 0, 0)
  101. SurviveTheDisasters_2.Size = UDim2.new(0, 583, 0, 58)
  102. SurviveTheDisasters_2.Font = Enum.Font.SourceSansBold
  103. SurviveTheDisasters_2.Text = "Survive the Disasters GUI"
  104. SurviveTheDisasters_2.TextColor3 = Color3.new(1, 1, 1)
  105. SurviveTheDisasters_2.TextScaled = true
  106. SurviveTheDisasters_2.TextSize = 14
  107. SurviveTheDisasters_2.TextStrokeTransparency = 0.80000001192093
  108. SurviveTheDisasters_2.TextWrapped = true
  109.  
  110. Teleport.Name = "Teleport"
  111. Teleport.Parent = Background
  112. Teleport.BackgroundColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  113. Teleport.BorderSizePixel = 0
  114. Teleport.Position = UDim2.new(0.368683308, 0, 0.584825277, 0)
  115. Teleport.Size = UDim2.new(0, 181, 0, 57)
  116.  
  117. Teleport_2.Name = "Teleport"
  118. Teleport_2.Parent = Teleport
  119. Teleport_2.BackgroundColor3 = Color3.new(0.819608, 0.792157, 0.752941)
  120. Teleport_2.BorderSizePixel = 0
  121. Teleport_2.Position = UDim2.new(-0.0811008066, 0, -0.189131349, 0)
  122. Teleport_2.Size = UDim2.new(0, 181, 0, 57)
  123. Teleport_2.Font = Enum.Font.SourceSansLight
  124. Teleport_2.Text = "Not in STD? Teleport!"
  125. Teleport_2.TextColor3 = Color3.new(0, 0, 0)
  126. Teleport_2.TextScaled = true
  127. Teleport_2.TextSize = 14
  128. Teleport_2.TextWrapped = true
  129. -- Scripts:
  130. function SCRIPT_SQNE83_FAKESCRIPT() -- FEGod.LocalScript
  131. local script = Instance.new('LocalScript')
  132. script.Parent = FEGod
  133. local player = game.Players.LocalPlayer
  134.  
  135. script.Parent.MouseButton1Click:Connect(function()
  136. player.Character.Humanoid:Remove()
  137. wait()
  138. Instance.new('Humanoid', player.Character)
  139. end)
  140.  
  141. end
  142. coroutine.resume(coroutine.create(SCRIPT_SQNE83_FAKESCRIPT))
  143. function SCRIPT_TUWZ79_FAKESCRIPT() -- Autofarm_2.LocalScript
  144. local script = Instance.new('LocalScript')
  145. script.Parent = Autofarm_2
  146. local autofarm = false
  147.  
  148. script.Parent.MouseButton1Click:Connect(function()
  149. if script.Parent.Text == "Autofarm: Off" then
  150. script.Parent.Text = "Autofarm: On"
  151. autofarm = true
  152. while autofarm do
  153. wait()
  154. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-199.449463, 3.4000001, 198.939392)
  155. end
  156. else
  157. script.Parent.Text = "Autofarm: Off"
  158. autofarm = false
  159. end
  160. end)
  161.  
  162. end
  163. coroutine.resume(coroutine.create(SCRIPT_TUWZ79_FAKESCRIPT))
  164. function SCRIPT_XTOA73_FAKESCRIPT()
  165. local script = Instance.new('LocalScript')
  166. script.Parent = Background
  167. script.Parent.Draggable = true
  168.  
  169. end
  170. coroutine.resume(coroutine.create(SCRIPT_XTOA73_FAKESCRIPT))
  171. function SCRIPT_VHJF80_FAKESCRIPT()
  172. local script = Instance.new('LocalScript')
  173. script.Parent = Teleport_2
  174. script.Parent.MouseButton1Click:Connect(function()
  175. local TeleportService = game:GetService("TeleportService")
  176. local player = game.Players.LocalPlayer
  177. local theGame = 18540115
  178.  
  179.  
  180. TeleportService:Teleport(theGame, player)
  181.  
  182. end)
  183.  
  184. end
  185. coroutine.resume(coroutine.create(SCRIPT_VHJF80_FAKESCRIPT))
  186. function SCRIPT_HZUN68_FAKESCRIPT()
  187. local script = Instance.new('LocalScript')
  188. script.Parent = Background
  189. local player = game.Players.LocalPlayer:GetMouse()
  190.  
  191. player.KeyDown:Connect(function(key)
  192. if key == 'p' then
  193. if script.Parent.Visible == false then
  194. script.Parent.Visible = true;
  195. else
  196. script.Parent.Visible = false;
  197. end
  198. end
  199. end)
  200.  
  201. end
  202. coroutine.resume(coroutine.create(SCRIPT_HZUN68_FAKESCRIPT))
Add Comment
Please, Sign In to add comment