Advertisement
FilterYT

Untitled

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