Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local Window = Library:NewWindow("SCP 3008 | InfinityHub")
- local Section = Window:NewSection("Options")
- Section:CreateButton("No Fog", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- game.Lighting.FogEnd = 100000
- game.Lighting.FogStart = 0
- game.Lighting.ClockTime = 14
- game.Lighting.Brightness = 2
- game.Lighting.GlobalShadows = false
- print("Clicked")
- end)
- Section:CreateButton("full brightness", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/7S3aQsQF"))()
- print("Clicked")
- end)
- Section:CreateButton("Fly V3 Gui", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua'))()
- print("Clicked")
- end)
- Section:CreateButton("Speed", function()
- function isNumber(str) if tonumber(str) ~= nil or str == 'inf' then return true end end local tspeed = 1 local hb = game:GetService("RunService").Heartbeat local tpwalking = true local player = game:GetService("Players") local lplr = player.LocalPlayer local chr = lplr.Character local hum = chr and chr:FindFirstChildWhichIsA("Humanoid") while tpwalking and hb:Wait() and chr and hum and hum.Parent do if hum.MoveDirection.Magnitude > 0 then if tspeed and isNumber(tspeed) then chr:TranslateBy(hum.MoveDirection * tonumber(tspeed)) else chr:TranslateBy(hum.MoveDirection) end end end
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement