Advertisement
GustavoDestroyer

VOCÊ NÃO DEVIA ESTAR AQUI

Dec 19th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.61 KB | None | 0 0
  1. local FloodEscapeGUI = Instance.new("ScreenGui")
  2. local Background = Instance.new("Frame")
  3. local Titulo = Instance.new("TextLabel")
  4. local Canal = Instance.new("TextLabel")
  5. local YouTube = Instance.new("Frame")
  6. local YouTube_2 = Instance.new("ImageLabel")
  7. local FecharBotao = Instance.new("ImageButton")
  8. local AutomaticoBotao = Instance.new("TextButton")
  9. local LigadoDesligado = Instance.new("TextLabel")
  10. local BackgroundEscolha = Instance.new("Frame")
  11. local Pos = Instance.new("Frame")
  12. local Abrir = Instance.new("TextButton")
  13. local EntradaFacil = Instance.new("Part")
  14. local EntradaMedio = Instance.new("Part")
  15. local EntradaDificil = Instance.new("Part")
  16.  
  17. Automatico = false
  18. D = false
  19. D2 = false
  20.  
  21. FloodEscapeGUI.Name = "FloodEscapeGUI"
  22. FloodEscapeGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. FloodEscapeGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Background.Name = "Background"
  26. Background.Parent = FloodEscapeGUI
  27. Background.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  28. Background.Position = UDim2.new(0.5, -300, 0.5, -175)
  29. Background.Size = UDim2.new(0, 600, 0, 350)
  30.  
  31. Titulo.Name = "Titulo"
  32. Titulo.Parent = Background
  33. Titulo.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  34. Titulo.Size = UDim2.new(1, 0, 0, 50)
  35. Titulo.Font = Enum.Font.SourceSansBold
  36. Titulo.Text = "FLOOD ESCAPE GUI"
  37. Titulo.TextColor3 = Color3.new(0, 0, 0)
  38. Titulo.TextScaled = true
  39. Titulo.TextSize = 14
  40. Titulo.TextWrapped = true
  41.  
  42. Abrir.Name = "Abrir"
  43. Abrir.Parent = FloodEscapeGUI
  44. Abrir.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  45. Abrir.Position = UDim2.new(1, -200, 0.5, -25)
  46. Abrir.Size = UDim2.new(0, 200, 0, 50)
  47. Abrir.Font = Enum.Font.SourceSansBold
  48. Abrir.Text = "ABRIR"
  49. Abrir.TextColor3 = Color3.new(0, 0, 0)
  50. Abrir.TextScaled = true
  51. Abrir.TextSize = 14
  52. Abrir.TextWrapped = true
  53. Abrir.Visible = false
  54. Abrir.MouseButton1Click:Connect(function()
  55.     Abrir.Visible = false
  56.     Background.Visible = true
  57. end)
  58.  
  59. Canal.Name = "Canal"
  60. Canal.Parent = Background
  61. Canal.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  62. Canal.BorderSizePixel = 0
  63. Canal.Position = UDim2.new(0.333333343, 0, 0.857142866, 0)
  64. Canal.Size = UDim2.new(0.666666687, 0, 0, 50)
  65. Canal.Font = Enum.Font.SourceSansBold
  66. Canal.Text = " https://bit.ly/35A5U1r"
  67. Canal.TextColor3 = Color3.new(0, 0, 0)
  68. Canal.TextScaled = true
  69. Canal.TextSize = 14
  70. Canal.TextWrapped = true
  71.  
  72. YouTube.Name = "YouTube"
  73. YouTube.Parent = Background
  74. YouTube.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  75. YouTube.BorderSizePixel = 0
  76. YouTube.LayoutOrder = -1
  77. YouTube.Position = UDim2.new(0, 0, 0.857142866, 0)
  78. YouTube.Size = UDim2.new(0, 200, 0, 50)
  79.  
  80. YouTube_2.Name = "YouTube"
  81. YouTube_2.Parent = YouTube
  82. YouTube_2.BackgroundColor3 = Color3.new(1, 1, 1)
  83. YouTube_2.BackgroundTransparency = 1
  84. YouTube_2.LayoutOrder = 1
  85. YouTube_2.Size = UDim2.new(0, 200, 0, 50)
  86. YouTube_2.Image = "rbxassetid://4525940646"
  87.  
  88. FecharBotao.Name = "FecharBotao"
  89. FecharBotao.Parent = Background
  90. FecharBotao.BackgroundColor3 = Color3.new(1, 1, 1)
  91. FecharBotao.BackgroundTransparency = 1
  92. FecharBotao.Position = UDim2.new(0.916666687, 0, 0, 0)
  93. FecharBotao.Size = UDim2.new(0, 50, 0, 50)
  94. FecharBotao.Image = "rbxassetid://150902481"
  95. FecharBotao.MouseButton1Click:Connect(function()
  96.     Background.Visible = false
  97.     Abrir.Visible = true
  98. end)
  99.  
  100. AutomaticoBotao.Name = "AutomaticoBotao"
  101. AutomaticoBotao.Parent = Background
  102. AutomaticoBotao.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  103. AutomaticoBotao.Position = UDim2.new(0.333333343, 0, 0.314285725, 0)
  104. AutomaticoBotao.Size = UDim2.new(0, 200, 0, 50)
  105. AutomaticoBotao.Font = Enum.Font.SourceSansBold
  106. AutomaticoBotao.Text = "AUTOMATICO"
  107. AutomaticoBotao.TextColor3 = Color3.new(0, 0, 0)
  108. AutomaticoBotao.TextScaled = true
  109. AutomaticoBotao.TextSize = 14
  110. AutomaticoBotao.TextWrapped = true
  111. AutomaticoBotao.MouseButton1Click:Connect(function()
  112.     if D == false then
  113.         D = true
  114.         if Automatico == false then
  115.             Automatico = true
  116.             Pos:TweenPosition(UDim2.new(1, -100, 1, -55))
  117.             LigadoDesligado.Text = "LIGADO"
  118.         else
  119.             Automatico = false
  120.             Pos:TweenPosition(UDim2.new(0, 5, 1, -55))
  121.             LigadoDesligado.Text = "DESLIGADO"
  122.         end
  123.         AutomaticoBotao.Text = "3s"
  124.         wait(1)
  125.         AutomaticoBotao.Text = "2s"
  126.         wait(1)
  127.         AutomaticoBotao.Text = "1s"
  128.         wait(1)
  129.         AutomaticoBotao.Text = "AUTOMATICO"
  130.         D = false
  131.     end
  132. end)
  133.  
  134. LigadoDesligado.Name = "LigadoDesligado"
  135. LigadoDesligado.Parent = Background
  136. LigadoDesligado.BackgroundColor3 = Color3.new(1, 1, 1)
  137. LigadoDesligado.BackgroundTransparency = 1
  138. LigadoDesligado.Position = UDim2.new(0.333333343, 0, 0.457142889, 0)
  139. LigadoDesligado.Size = UDim2.new(0, 200, 0, 50)
  140. LigadoDesligado.Font = Enum.Font.SourceSans
  141. LigadoDesligado.Text = "DESLIGADO"
  142. LigadoDesligado.TextColor3 = Color3.new(0, 0, 0)
  143. LigadoDesligado.TextScaled = true
  144. LigadoDesligado.TextSize = 14
  145. LigadoDesligado.TextWrapped = true
  146.  
  147. BackgroundEscolha.Name = "BackgroundEscolha"
  148. BackgroundEscolha.Parent = Background
  149. BackgroundEscolha.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  150. BackgroundEscolha.Position = UDim2.new(0.325000018, 0, 0.600000024, 0)
  151. BackgroundEscolha.Size = UDim2.new(0, 210, 0, 60)
  152.  
  153. Pos.Name = "Pos"
  154. Pos.Parent = BackgroundEscolha
  155. Pos.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  156. Pos.Position = UDim2.new(0, 5, 0, 5)
  157. Pos.Size = UDim2.new(0, 95, 0, 50)
  158.  
  159. EntradaFacil.Name = "EntradaFacil"
  160. EntradaFacil.Size = Vector3.new(16, 1, 16)
  161. EntradaFacil.Position = Vector3.new(-424.5, 255.5, 121.5)
  162. EntradaFacil.Anchored = true
  163. EntradaFacil.Transparency = 1
  164. EntradaFacil.CanCollide = false
  165. EntradaFacil.Parent = game.Workspace
  166. EntradaFacil.Touched:Connect(function(hit)
  167.     if Automatico == true then
  168.         if hit.Parent.Name == game.Players.LocalPlayer.Name then
  169.             if D2 == false then
  170.                 D2 = true
  171.                 wait(5)
  172.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-240.7, 160.1, 61.9)
  173.                 wait(0.2)
  174.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-392.5, 258.34, 268.5)
  175.                 wait(1)
  176.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-420, 264.5, 129.294)
  177.                 wait(1)
  178.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-424.5, 264.5, 121.5)
  179.                 D2 = false
  180.             end
  181.         end
  182.     end
  183. end)
  184.  
  185. EntradaMedio.Name = "EntradaMedio"
  186. EntradaMedio.Size = Vector3.new(16, 1, 16)
  187. EntradaMedio.Position = Vector3.new(-392.5, 255.5, 119.5)
  188. EntradaMedio.Anchored = true
  189. EntradaMedio.Transparency = 1
  190. EntradaMedio.CanCollide = false
  191. EntradaMedio.Parent = game.Workspace
  192. EntradaMedio.Touched:Connect(function(hit)
  193.     if Automatico == true then
  194.         if hit.Parent.Name == game.Players.LocalPlayer.Name then
  195.             if D2 == false then
  196.                 D2 = true
  197.                 wait(5)
  198.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-240.7, 160.1, 191.9)
  199.                 wait(0.2)
  200.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-392.5, 258.34, 268.5)
  201.                 wait(1)
  202.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-392.5, 264.5, 128.5)
  203.                 wait(1)
  204.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-392.5, 264.4, 119.5)
  205.                 D2 = false
  206.             end
  207.         end
  208.     end
  209. end)
  210.  
  211. EntradaDificil.Name = "EntradaDificil"
  212. EntradaDificil.Size = Vector3.new(16, 1, 16)
  213. EntradaDificil.Position = Vector3.new(-360.5, 255.5, 121.5)
  214. EntradaDificil.Anchored = true
  215. EntradaDificil.Transparency = 1
  216. EntradaDificil.CanCollide = false
  217. EntradaDificil.Parent = game.Workspace
  218. EntradaDificil.Touched:Connect(function(hit)
  219.     if Automatico == true then
  220.         if hit.Parent.Name == game.Players.LocalPlayer.Name then
  221.             if D2 == false then
  222.                 D2 = true
  223.                 wait(5)
  224.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-240.7, 160.1, 321.9)
  225.                 wait(0.2)
  226.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-392.5, 258.34, 268.5)
  227.                 wait(1)
  228.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-365, 263.5, 129.294)
  229.                 wait(1)
  230.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-360.5, 263.5, 121.5)
  231.                 D2 = false
  232.             end
  233.         end
  234.     end
  235. end)
  236.  
  237. local botchats = {
  238.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network",
  239.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network",
  240.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network",
  241.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network",
  242.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network",
  243.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network",
  244.     "[SCRIPT]: FLOOD ESCAPE GUI | Brasil Network"
  245. }
  246.  
  247. TC = 60
  248.  
  249. for i=1,TC do
  250.     game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(botchats[math.random(1, #botchats)], "All")
  251.     wait(60)
  252. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement