local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))() local Window = Library:NewWindow("Project PotaX") local Tab = Window:NewSection("LocalPlayer exploits") Tab:CreateButton("Walkspeed Exploits", function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100 end) Tab:CreateButton("Jump Power Exploits", function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150 end) Tab:CreateButton("Gravity Exploit [low gravity]", function() game.Workspace.Gravity = 55 end) --Admin Scripts local AdminTab = Window:NewSection("Admin scripts") AdminTab:CreateButton("CLASSIC: infinite yield", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) AdminTab:CreateButton("Nameless NA", function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))() end) AdminTab:CreateButton("Fedora", function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGet('https://raw.githubusercontent.com/alexx1212/fedoratoomutch/main/toomucth'))() end) local R6Tab = Window:NewSection("R6") R6Tab:CreateButton("R6 animation", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fe-Silly-animation-V4-16636"))() end) local ChatBypassTab = Window:NewSection("ChatBypass") ChatBypassTab:CreateButton("Button", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/hellohellohell012321/KAWAII-BYPASS/main/kawaii-bypass",true))() end) local FunTab = Window:NewSection("Fun") FunTab:CreateButton("Improved Chat draw", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ocfi/Choose-ARt-able-remove/main/wassdaadwasda"))() end) FunTab:CreateButton("Fling all", function() loadstring(game:HttpGet("https://pastebin.com/raw/zqyDSUWX"))() end) FunTab:CreateButton("Hat Orbit", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BingusWR/Fe-Spinning-Hat-Script/refs/heads/main/Fe%20Spinning%20Hats%20Script"))() end) local GameTab = Window:NewSection("Games!") GameTab:CreateButton("Brookhaven", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Brookhaven-RP-R4D-TROLL-NO-KEY-17625"))() end) GameTab:CreateButton("Prison Life", function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGet("https://raw.githubusercontent.com/dalloc2/Roblox/main/TigerAdmin.lua"))() end) GameTab:CreateButton("Blox fruits", function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] getgenv().Team = "Pirates" getgenv().FixCrash = false -- Turn it On For Hopping Server, Improve Performance But Silent Aim On Mob And Player getgenv().FixCrash2 = false -- Turn it On For Hopping Server, Improve Performance But Will Remove Speed Changer loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/3b2169cf53bc6104dabe8e19562e5cc2.lua"))() end) GameTab:CreateButton("Another blox fruits", function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/BloxFruits/main/redz9999"))() end)