Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- pastebin just log me out into a guest so i log back in use this or ur bear is alive
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
- Frame.Position = UDim2.new(0.642187476, 0, 0.573148191, 0)
- Frame.Size = UDim2.new(0, 596, 0, 308)
- ImageLabel.Parent = ScreenGui
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Position = UDim2.new(0.642187476, 0, 0.573148131, 0)
- ImageLabel.Size = UDim2.new(0, 152, 0, 308)
- ImageLabel.Image = "rbxassetid://1871821041"
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.BackgroundTransparency = 0.89999997615814
- TextButton.Position = UDim2.new(0.836979151, 0, 0.573148131, 0)
- TextButton.Size = UDim2.new(0, 222, 0, 104)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "X RAY (x is to toggle)"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- TextButton_2.Parent = ScreenGui
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.BackgroundTransparency = 0.89999997615814
- TextButton_2.Position = UDim2.new(0.721354127, 0, 0.573148131, 0)
- TextButton_2.Size = UDim2.new(0, 222, 0, 104)
- TextButton_2.Font = Enum.Font.SciFi
- TextButton_2.Text = "NOCLIP"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14
- TextButton_2.TextWrapped = true
- TextButton_3.Parent = ScreenGui
- TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_3.BackgroundTransparency = 0.89999997615814
- TextButton_3.Position = UDim2.new(0.836979151, 0, 0.669444442, 0)
- TextButton_3.Size = UDim2.new(0, 222, 0, 104)
- TextButton_3.Font = Enum.Font.SciFi
- TextButton_3.Text = "speed"
- TextButton_3.TextColor3 = Color3.new(0, 0, 0)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14
- TextButton_3.TextWrapped = true
- TextButton_4.Parent = ScreenGui
- TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_4.BackgroundTransparency = 0.89999997615814
- TextButton_4.Position = UDim2.new(0.721354127, 0, 0.669444442, 0)
- TextButton_4.Size = UDim2.new(0, 222, 0, 104)
- TextButton_4.Font = Enum.Font.SciFi
- TextButton_4.Text = "brightness (kinda?)"
- TextButton_4.TextColor3 = Color3.new(0, 0, 0)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14
- TextButton_4.TextWrapped = true
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(0.603922, 1, 0.278431)
- TextLabel.Position = UDim2.new(0.642187476, 0, 0.526851833, 0)
- TextLabel.Size = UDim2.new(0, 596, 0, 50)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "fe bear gui skid"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- -- Scripts:
- function SCRIPT_ZOLF83_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- function click()
- -- ee
- local t=false
- local function scan(z,t)
- for _,i in pairs(z:GetChildren()) do
- if i:IsA("BasePart") and not i.Parent:FindFirstChild("Humanoid") and not i.Parent.Parent:FindFirstChild("Humanoid") then
- i.LocalTransparencyModifier=t
- end
- scan(i,t)
- end
- end
- function x(v)
- if v then
- scan(workspace,0.5)
- else
- scan(workspace,0)
- end
- end
- game:GetService("UserInputService").InputBegan:connect(function (input)
- if input.UserInputType==Enum.UserInputType.Keyboard and input.KeyCode==Enum.KeyCode.X then
- t=not t
- x(t)
- end
- end)
- end
- script.Parent.MouseButton1Down:connect(click)
- end
- coroutine.resume(coroutine.create(SCRIPT_ZOLF83_FAKESCRIPT))
- function SCRIPT_YBCY74_FAKESCRIPT() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_2
- function click()
- 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
- end
- script.Parent.MouseButton1Down:connect(click)
- end
- coroutine.resume(coroutine.create(SCRIPT_YBCY74_FAKESCRIPT))
- function SCRIPT_BTBV74_FAKESCRIPT() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_3
- function click()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end
- script.Parent.MouseButton1Down:connect(click)
- end
- coroutine.resume(coroutine.create(SCRIPT_BTBV74_FAKESCRIPT))
- function SCRIPT_WMKA75_FAKESCRIPT() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_4
- function click()
- local s = Instance.new("PointLight", game.Players.LocalPlayer.Character.Head)
- s.Brightness = .9
- s.Range = 888
- game.Lighting.Changed:connect(function()
- game.Lighting.TimeOfDay = "14:00:00"
- game.Lighting.FogEnd = 9999
- game.Lighting.Brightness = 2
- game.Lighting.ColorCorrection.Brightness = 0.7
- game.Lighting.ColorCorrection.Saturation = 0.1
- game.Lighting.Bloom.Intensity = 0.8
- end)
- end
- script.Parent.MouseButton1Down:connect(click)
- end
- coroutine.resume(coroutine.create(SCRIPT_WMKA75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement