Advertisement
koreanhackerman

Flee the facility GUI

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