Advertisement
DaOMEGAa32

fe bear gui v1

Aug 8th, 2019
2,697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. -- pastebin just log me out into a guest so i log back in use this or ur bear is alive
  2. -- Farewell Infortality.
  3. -- Version: 2.82
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextButton_3 = Instance.new("TextButton")
  11. local TextButton_4 = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. --Properties:
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  19. Frame.Position = UDim2.new(0.642187476, 0, 0.573148191, 0)
  20. Frame.Size = UDim2.new(0, 596, 0, 308)
  21.  
  22. ImageLabel.Parent = ScreenGui
  23. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  24. ImageLabel.BackgroundTransparency = 1
  25. ImageLabel.Position = UDim2.new(0.642187476, 0, 0.573148131, 0)
  26. ImageLabel.Size = UDim2.new(0, 152, 0, 308)
  27. ImageLabel.Image = "rbxassetid://1871821041"
  28.  
  29. TextButton.Parent = ScreenGui
  30. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextButton.BackgroundTransparency = 0.89999997615814
  32. TextButton.Position = UDim2.new(0.836979151, 0, 0.573148131, 0)
  33. TextButton.Size = UDim2.new(0, 222, 0, 104)
  34. TextButton.Font = Enum.Font.SciFi
  35. TextButton.Text = "X RAY (x is to toggle)"
  36. TextButton.TextColor3 = Color3.new(0, 0, 0)
  37. TextButton.TextScaled = true
  38. TextButton.TextSize = 14
  39. TextButton.TextWrapped = true
  40.  
  41. TextButton_2.Parent = ScreenGui
  42. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextButton_2.BackgroundTransparency = 0.89999997615814
  44. TextButton_2.Position = UDim2.new(0.721354127, 0, 0.573148131, 0)
  45. TextButton_2.Size = UDim2.new(0, 222, 0, 104)
  46. TextButton_2.Font = Enum.Font.SciFi
  47. TextButton_2.Text = "NOCLIP"
  48. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  49. TextButton_2.TextScaled = true
  50. TextButton_2.TextSize = 14
  51. TextButton_2.TextWrapped = true
  52.  
  53. TextButton_3.Parent = ScreenGui
  54. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  55. TextButton_3.BackgroundTransparency = 0.89999997615814
  56. TextButton_3.Position = UDim2.new(0.836979151, 0, 0.669444442, 0)
  57. TextButton_3.Size = UDim2.new(0, 222, 0, 104)
  58. TextButton_3.Font = Enum.Font.SciFi
  59. TextButton_3.Text = "speed"
  60. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  61. TextButton_3.TextScaled = true
  62. TextButton_3.TextSize = 14
  63. TextButton_3.TextWrapped = true
  64.  
  65. TextButton_4.Parent = ScreenGui
  66. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextButton_4.BackgroundTransparency = 0.89999997615814
  68. TextButton_4.Position = UDim2.new(0.721354127, 0, 0.669444442, 0)
  69. TextButton_4.Size = UDim2.new(0, 222, 0, 104)
  70. TextButton_4.Font = Enum.Font.SciFi
  71. TextButton_4.Text = "brightness (kinda?)"
  72. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  73. TextButton_4.TextScaled = true
  74. TextButton_4.TextSize = 14
  75. TextButton_4.TextWrapped = true
  76.  
  77. TextLabel.Parent = ScreenGui
  78. TextLabel.BackgroundColor3 = Color3.new(0.603922, 1, 0.278431)
  79. TextLabel.Position = UDim2.new(0.642187476, 0, 0.526851833, 0)
  80. TextLabel.Size = UDim2.new(0, 596, 0, 50)
  81. TextLabel.Font = Enum.Font.Cartoon
  82. TextLabel.Text = "fe bear gui skid"
  83. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  84. TextLabel.TextScaled = true
  85. TextLabel.TextSize = 14
  86. TextLabel.TextWrapped = true
  87. -- Scripts:
  88. function SCRIPT_ZOLF83_FAKESCRIPT() -- TextButton.LocalScript
  89. local script = Instance.new('LocalScript')
  90. script.Parent = TextButton
  91. function click()
  92. -- ee
  93.  
  94. local t=false
  95.  
  96. local function scan(z,t)
  97. for _,i in pairs(z:GetChildren()) do
  98. if i:IsA("BasePart") and not i.Parent:FindFirstChild("Humanoid") and not i.Parent.Parent:FindFirstChild("Humanoid") then
  99. i.LocalTransparencyModifier=t
  100. end
  101.  
  102. scan(i,t)
  103. end
  104. end
  105.  
  106. function x(v)
  107. if v then
  108. scan(workspace,0.5)
  109. else
  110. scan(workspace,0)
  111. end
  112. end
  113.  
  114. game:GetService("UserInputService").InputBegan:connect(function (input)
  115. if input.UserInputType==Enum.UserInputType.Keyboard and input.KeyCode==Enum.KeyCode.X then
  116. t=not t
  117. x(t)
  118. end
  119. end)
  120. end
  121.  
  122. script.Parent.MouseButton1Down:connect(click)
  123.  
  124. end
  125. coroutine.resume(coroutine.create(SCRIPT_ZOLF83_FAKESCRIPT))
  126. function SCRIPT_YBCY74_FAKESCRIPT() -- TextButton_2.LocalScript
  127. local script = Instance.new('LocalScript')
  128. script.Parent = TextButton_2
  129. function click()
  130. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  131. end
  132.  
  133. script.Parent.MouseButton1Down:connect(click)
  134.  
  135. end
  136. coroutine.resume(coroutine.create(SCRIPT_YBCY74_FAKESCRIPT))
  137. function SCRIPT_BTBV74_FAKESCRIPT() -- TextButton_3.LocalScript
  138. local script = Instance.new('LocalScript')
  139. script.Parent = TextButton_3
  140. function click()
  141. game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
  142. end
  143.  
  144. script.Parent.MouseButton1Down:connect(click)
  145.  
  146. end
  147. coroutine.resume(coroutine.create(SCRIPT_BTBV74_FAKESCRIPT))
  148. function SCRIPT_WMKA75_FAKESCRIPT() -- TextButton_4.LocalScript
  149. local script = Instance.new('LocalScript')
  150. script.Parent = TextButton_4
  151. function click()
  152. local s = Instance.new("PointLight", game.Players.LocalPlayer.Character.Head)
  153. s.Brightness = .9
  154. s.Range = 888
  155.  
  156. game.Lighting.Changed:connect(function()
  157. game.Lighting.TimeOfDay = "14:00:00"
  158. game.Lighting.FogEnd = 9999
  159. game.Lighting.Brightness = 2
  160. game.Lighting.ColorCorrection.Brightness = 0.7
  161. game.Lighting.ColorCorrection.Saturation = 0.1
  162. game.Lighting.Bloom.Intensity = 0.8
  163. end)
  164. end
  165.  
  166. script.Parent.MouseButton1Down:connect(click)
  167.  
  168. end
  169. coroutine.resume(coroutine.create(SCRIPT_WMKA75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement