Advertisement
GamingstarYT

Untitled

Jun 17th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("bandahub", "Ocean")
  3.  
  4. -- Tabs
  5.  
  6. local Tab1 = Window:NewTab("Players")
  7. local Tab1Section = Tab1:NewSection("player")
  8.  
  9. local Tab2 = Window:NewTab("others")
  10. local Tab2Section = Tab2:NewSection("others")
  11.  
  12. local Tab3 = Window:NewTab("MAIN")
  13. local Tab3Section = Tab3:NewSection("MAPS")
  14.  
  15. local Tab4 = Window:NewTab("RTX")
  16. local Tab4Section = Tab4:NewSection("rtx's mods")
  17.  
  18. -- Buttons/Windows/Idk
  19.  
  20. Tab1Section:NewButton("Inf Jumps", "Enables Inf Jumps", function()
  21. local InfiniteJumpEnabled = true
  22. game:GetService("UserInputService").JumpRequest:connect(function()
  23. if InfiniteJumpEnabled then
  24. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  25. end
  26. end)
  27. end)
  28.  
  29. Tab1Section:NewToggle("Fov", "Changes Fov", function(state)
  30. if state then
  31. game.Workspace.CurrentCamera.FieldOfView = 120
  32. else
  33. game.Workspace.CurrentCamera.FieldOfView = 80
  34. end
  35. end)
  36.  
  37. Tab1Section:NewSlider("Speed", "Sussy Speed", 250, 120, function(v)
  38. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
  39. end)
  40.  
  41. Tab2Section:NewButton("infiniteyield", "script", function()
  42. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  43. end)
  44.  
  45. Tab2Section:NewButton("fly", "WOW FLYING", function()
  46. --ARCEUS X FLY V2 SCRIPT BY me_ozoneYT
  47. 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")()
  48. end)
  49.  
  50. Tab2Section:NewButton("Keyboard", "type like pc", function()
  51. loadstring(game:HttpGet(('https://raw.githubusercontent.com/manimcool21/Keyboard-FE/main/Protected%20(3).lua'),true))()
  52. end)
  53.  
  54. Tab2Section:NewButton("wall walking", "walk", function()
  55. loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))()
  56. end)
  57.  
  58. Tab3Section:NewButton("PetSimulatorX hub", "ButtonInfo", function()
  59. loadstring(game:HttpGet("https://raw.githubusercontent.com/ScriptRUs/Ryans/main/GhostHub-PetSimX.lua"))()
  60. end)
  61.  
  62. Tab2Section:NewButton("anmiton pack", "change anmiton", function()
  63. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui", true))()
  64. end)
  65.  
  66. Tab3Section:NewButton("brookhaven ice hub", "ICE YUM", function()
  67. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  68.  
  69. end)
  70.  
  71. Tab2Section:NewButton("1x1x1x", "make you like hacker not fe", function()
  72. loadstring(game:HttpGet(("https://pastebin.com/6FGvHq4N"), true))()
  73. end)
  74.  
  75. Tab4Section:NewButton("RTX BY STAR", "shader", function()
  76. loadstring(game:HttpGet("https://pastebin.com/raw/Z6m1aPy1",true))()
  77. end)
  78.  
  79. Tab4Section:NewButton("SUPER RTX", "shader", function()
  80. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Freeze-Tool-Test.md/main/RTX%20Gui%20Hub.md'))()
  81. end)
  82.  
  83. Tab1Section:NewButton("Nolag", "fps 100+", function()
  84. loadstring(game:HttpGet(("https://pastebin.com/nqm4XdXc"), true))()
  85. end)
  86.  
  87. Tab2Section:NewButton("AIMLOCK", "KILL UR SUSSY ENEMY", function()
  88. loadstring(game:HttpGet(("https://pastebin.com/bpNqtLS9"), true))()
  89. end)
  90.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement