Advertisement
C-H-4-0-S

Hub

Jun 10th, 2024 (edited)
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2.  
  3. local Window = Library:NewWindow("Universal Chaos Hub")
  4.  
  5. local Cheats = Window:NewSection("Player")
  6.  
  7. Cheats:CreateButton("Speed Toggle", function()
  8. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 125
  9. end)
  10.  
  11. Cheats:CreateButton("Speed Untoggle", function()
  12. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  13. end)
  14.  
  15. Cheats:CreateButton("JumpPower Toggle", function()
  16. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  17. end)
  18.  
  19. Cheats:CreateButton("JumpPower Untoggle", function()
  20. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  21. end)
  22.  
  23. Cheats:CreateButton("InfJump", function()
  24. local InfiniteJumpEnabled = true
  25. game:GetService("UserInputService").JumpRequest:connect(function()
  26. if InfiniteJumpEnabled then
  27. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  28. end
  29. end)
  30. end)
  31.  
  32. Cheats:CreateButton("Settings Gui", function()
  33. loadstring(game:HttpGet("https://pastebin.com/raw/RD5xCK6k"))()
  34. end)
  35.  
  36. local Cheats = Window:NewSection("Antifling")
  37.  
  38. Cheats:CreateButton("Antifling by aram", function()
  39. loadstring(game:HttpGet("https://raw.githubusercontent.com/Anklh/Antifling-By-aram/main/Antifling%20By%20Aram"))()
  40. end)
  41.  
  42. local Cheats = Window:NewSection("Guis")
  43.  
  44.  
  45. Cheats:CreateButton("Fling Button", function()
  46. loadstring(game:HttpGet("https://pastebin.com/raw/zRPwmamu"))()
  47. end)
  48.  
  49. local Cheats = Window:NewSection("Guis 2")
  50.  
  51.  
  52. Cheats:CreateButton("Ghosthub", function()
  53. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Ghost-Hub-9730"))()
  54. end)
  55.  
  56. Cheats:CreateButton("illusion", function()
  57. loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))()
  58. end)
  59.  
  60. Cheats:CreateButton("Fly gui", function()
  61. loadstring(game:HttpGet("https://pastefy.app/M0N30XXG/raw"))();
  62. end)
  63.  
  64. Cheats:CreateButton("Noclip", function()
  65. loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))()
  66. end)
  67.  
  68. Cheats:CreateButton("CoolGui", function()
  69. loadstring(game:HttpGet("https://raw.githubusercontent.com/wik7123/hi/main/copyezskid%20ok"))()
  70. end)
  71.  
  72. Cheats:CreateButton("1x1x1x1 gui", function()
  73. loadstring(game:HttpGet("https://pastebin.com/raw/qaQ8vH3v"))()
  74. end)
  75.  
  76. Cheats:CreateButton("Tubersgui", function()
  77. loadstring(game:HttpGet("https://pastebin.com/raw/BybmNvRP"))()
  78. end)
  79.  
  80. local Cheats = Window:NewSection("More guis")
  81.  
  82. Cheats:CreateButton("Scriptmaster v3", function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/gBPEUrer"))()
  84. end)
  85.  
  86. Cheats:CreateButton("Swordgui", function()
  87. loadstring(game:HttpGet("https://pastebin.com/raw/G3qXczEb"))()
  88. end)
  89.  
  90. Cheats:CreateButton("Universal Silent aim", function()
  91. loadstring(game:HttpGet("https://pastebin.com/raw/ZYzDjBTn"))()
  92. end)
  93.  
  94. local Cheats = Window:NewSection("Style")
  95.  
  96. Cheats:CreateButton("Rainbow Chat", function()
  97. loadstring(game:HttpGet("https://pastebin.com/raw/Xuf6hvJW"))()
  98. end)
  99.  
  100. Cheats:CreateButton("Head Movement", function()
  101. loadstring(game:HttpGet("https://pastebin.com/raw/GTiddvZc"))()
  102. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement