Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("bandahub", "Ocean")
- -- Tabs
- local Tab1 = Window:NewTab("Players")
- local Tab1Section = Tab1:NewSection("player")
- local Tab2 = Window:NewTab("others")
- local Tab2Section = Tab2:NewSection("others")
- local Tab3 = Window:NewTab("MAIN")
- local Tab3Section = Tab3:NewSection("MAPS")
- local Tab4 = Window:NewTab("RTX")
- local Tab4Section = Tab4:NewSection("rtx's mods")
- -- Buttons/Windows/Idk
- Tab1Section:NewButton("Inf Jumps", "Enables Inf Jumps", function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- Tab1Section:NewToggle("Fov", "Changes Fov", function(state)
- if state then
- game.Workspace.CurrentCamera.FieldOfView = 120
- else
- game.Workspace.CurrentCamera.FieldOfView = 80
- end
- end)
- Tab1Section:NewSlider("Speed", "Sussy Speed", 250, 120, function(v)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
- end)
- Tab2Section:NewButton("infiniteyield", "script", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
- end)
- Tab2Section:NewButton("fly", "WOW FLYING", function()
- --ARCEUS X FLY V2 SCRIPT BY me_ozoneYT
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104")()
- end)
- Tab2Section:NewButton("Keyboard", "type like pc", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
- end)
- Tab2Section:NewButton("wall walking", "walk", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))()
- end)
- Tab3Section:NewButton("PetSimulatorX hub", "ButtonInfo", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/Ryans/main/GhostHub-PetSimX.lua"))()
- end)
- Tab2Section:NewButton("anmiton pack", "change anmiton", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
- end)
- Tab3Section:NewButton("brookhaven ice hub", "ICE YUM", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- end)
- Tab2Section:NewButton("1x1x1x", "make you like hacker not fe", function()
- loadstring(game:HttpGet(("https://pastebin.com/6FGvHq4N"), true))()
- end)
- Tab4Section:NewButton("RTX BY STAR", "shader", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Z6m1aPy1",true))()
- end)
- Tab4Section:NewButton("SUPER RTX", "shader", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Freeze-Tool-Test.md/main/RTX%20Gui%20Hub.md'))()
- end)
- Tab1Section:NewButton("Nolag", "fps 100+", function()
- loadstring(game:HttpGet(("https://pastebin.com/nqm4XdXc"), true))()
- end)
- Tab2Section:NewButton("AIMLOCK", "KILL UR SUSSY ENEMY", function()
- loadstring(game:HttpGet(("https://pastebin.com/bpNqtLS9"), true))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement