Godofadmin1337

flee gui

Jan 2nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local Frame_3 = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local ESP = Instance.new("TextButton")
  9. local CLOSE = Instance.new("TextButton")
  10. local NOCLIP = Instance.new("TextButton")
  11. local FOG = Instance.new("TextButton")
  12. local CREDITS = Instance.new("TextBox")
  13. local mainopenframe = Instance.new("ImageButton")
  14.  
  15. -- Properties
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. Frame.Parent = ScreenGui
  20. Frame.BackgroundColor3 = Color3.new(0.282353, 0, 0.258824)
  21. Frame.Position = UDim2.new(0.234875441, 0, 0.110671937, 0)
  22. Frame.Size = UDim2.new(0, 476, 0, 271)
  23. Frame.Visible = false
  24.  
  25. Frame_2.Parent = Frame
  26. Frame_2.BackgroundColor3 = Color3.new(0.564706, 0.541176, 0.666667)
  27. Frame_2.BackgroundTransparency = 0.60000002384186
  28. Frame_2.Size = UDim2.new(0, 476, 0, 273)
  29. Frame_2.SizeConstraint = Enum.SizeConstraint.RelativeXX
  30.  
  31. Frame_3.Parent = Frame_2
  32. Frame_3.BackgroundColor3 = Color3.new(0.694118, 0.101961, 0.635294)
  33. Frame_3.BackgroundTransparency = 0.60000002384186
  34. Frame_3.Size = UDim2.new(0, 476, 0, 50)
  35.  
  36. TextLabel.Parent = Frame_3
  37. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  38. TextLabel.BackgroundTransparency = 1
  39. TextLabel.Size = UDim2.new(0, 476, 0, 50)
  40. TextLabel.Font = Enum.Font.Bodoni
  41. TextLabel.FontSize = Enum.FontSize.Size14
  42. TextLabel.Text = "FLEE THE FACILITY GUI"
  43. TextLabel.TextColor3 = Color3.new(0.0823529, 1, 0.572549)
  44. TextLabel.TextScaled = true
  45. TextLabel.TextSize = 14
  46. TextLabel.TextWrapped = true
  47.  
  48. ESP.Name = "ESP"
  49. ESP.Parent = Frame_2
  50. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  51. ESP.Position = UDim2.new(0.0630252063, 0, 0.241758257, 0)
  52. ESP.Size = UDim2.new(0, 416, 0, 50)
  53. ESP.Font = Enum.Font.Code
  54. ESP.FontSize = Enum.FontSize.Size14
  55. ESP.Text = "ESP"
  56. ESP.TextColor3 = Color3.new(0.0784314, 1, 0.462745)
  57. ESP.TextScaled = true
  58. ESP.TextSize = 14
  59. ESP.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0)
  60. ESP.TextWrapped = true
  61.  
  62. CLOSE.Name = "CLOSE"
  63. CLOSE.Parent = Frame_2
  64. CLOSE.BackgroundColor3 = Color3.new(0.6, 0, 0)
  65. CLOSE.Position = UDim2.new(0.884453773, 0, 0.941391945, 0)
  66. CLOSE.Size = UDim2.new(0, 55, 0, 14)
  67. CLOSE.Font = Enum.Font.SourceSans
  68. CLOSE.FontSize = Enum.FontSize.Size14
  69. CLOSE.Text = ""
  70. CLOSE.TextSize = 14
  71.  
  72. NOCLIP.Name = "NOCLIP"
  73. NOCLIP.Parent = Frame_2
  74. NOCLIP.BackgroundColor3 = Color3.new(0, 0, 0)
  75. NOCLIP.BorderColor3 = Color3.new(0, 0, 0)
  76. NOCLIP.Position = UDim2.new(0.0630252138, 0, 0.450549483, 0)
  77. NOCLIP.Size = UDim2.new(0, 416, 0, 50)
  78. NOCLIP.Font = Enum.Font.SourceSans
  79. NOCLIP.FontSize = Enum.FontSize.Size14
  80. NOCLIP.Text = "NOCLIP"
  81. NOCLIP.TextColor3 = Color3.new(0.0784314, 1, 0.462745)
  82. NOCLIP.TextScaled = true
  83. NOCLIP.TextSize = 14
  84. NOCLIP.TextStrokeColor3 = Color3.new(1, 0, 0)
  85. NOCLIP.TextWrapped = true
  86.  
  87. FOG.Name = "FOG"
  88. FOG.Parent = Frame_2
  89. FOG.BackgroundColor3 = Color3.new(0, 0, 0)
  90. FOG.Position = UDim2.new(0.0630252138, 0, 0.655677676, 0)
  91. FOG.Size = UDim2.new(0, 416, 0, 50)
  92. FOG.Font = Enum.Font.SourceSans
  93. FOG.FontSize = Enum.FontSize.Size14
  94. FOG.Text = "Remove FOG"
  95. FOG.TextColor3 = Color3.new(0.0784314, 1, 0.462745)
  96. FOG.TextScaled = true
  97. FOG.TextSize = 14
  98. FOG.TextWrapped = true
  99.  
  100. CREDITS.Name = "CREDITS"
  101. CREDITS.Parent = Frame_2
  102. CREDITS.BackgroundColor3 = Color3.new(1, 1, 1)
  103. CREDITS.BackgroundTransparency = 1
  104. CREDITS.BorderColor3 = Color3.new(1, 1, 1)
  105. CREDITS.BorderSizePixel = 0
  106. CREDITS.Position = UDim2.new(0.0630252138, 0, 0.915750921, 0)
  107. CREDITS.Size = UDim2.new(0, 189, 0, 21)
  108. CREDITS.Font = Enum.Font.Garamond
  109. CREDITS.FontSize = Enum.FontSize.Size24
  110. CREDITS.Text = "Megumu#8577 & Jesus-Kun#9981"
  111. CREDITS.TextColor3 = Color3.new(0.0784314, 1, 0.462745)
  112. CREDITS.TextSize = 20
  113.  
  114. mainopenframe.Name = "main open frame"
  115. mainopenframe.Parent = ScreenGui
  116. mainopenframe.BackgroundColor3 = Color3.new(1, 1, 1)
  117. mainopenframe.Position = UDim2.new(0, 0, 0.889328063, 0)
  118. mainopenframe.Size = UDim2.new(0, 100, 0, 56)
  119. mainopenframe.Image = "rbxgameasset://Images/Openxd"
  120. mainopenframe.ImageColor3 = Color3.new(0.333333, 0, 1)
  121.  
  122. mainopenframe.MouseButton1Click:connect(function()
  123. Frame.Visible = true
  124. end)
  125.  
  126. CLOSE.MouseButton1Click:connect(function()
  127. Frame.Visible = false
  128. end)
  129.  
  130. ESP.MouseButton1Click:connect(function()
  131. local name = "BillboardGui"
  132. local function Modify(BillboardGui)
  133. BillboardGui.Enabled = true
  134. end
  135.  
  136. local function recursive(obj)
  137. for _, child in pairs(obj:GetChildren()) do
  138. if (child.Name == name) then
  139. Modify(child);
  140. end
  141. recursive(child);
  142. end
  143. end
  144. recursive(workspace);
  145. end)
  146.  
  147. game:GetService('RunService').Stepped:connect(function()
  148. if noclip then
  149. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  150. end
  151. end)
  152. NOCLIP.MouseButton1Click:connect(function()
  153. noclip = not noclip
  154. if NOCLIP.Text == "NOCLIP" then
  155. NOCLIP.Text = "DISABLE NOCLIP"
  156. else
  157. NOCLIP.Text = "NOCLIP"
  158. end
  159. end)
  160.  
  161. FOG.MouseButton1Click:connect(function()
  162. game.Lighting.FogEnd = 100000
  163. game.Lighting.FogStart = 100000
  164. end)
Add Comment
Please, Sign In to add comment