Advertisement
MaxTheDev21

MaxTheDev21 Exploit HUB V1.0

Dec 27th, 2021 (edited)
35,675
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.76 KB | None | 1 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/kbUMBe0B"))()
  2. local Window = Library.CreateLib("MaxTheDev21 HUB", "Serpent")
  3.  
  4. -- PLAYER
  5. local Player = Window:NewTab("Player")
  6. local PlayerSection = Player:NewSection("Exploits That Alter The Player")
  7.  
  8. PlayerSection:NewSlider("Walkspeed", "Changes the players walkspeed.", 150, 16, function(v)
  9.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
  10. end)
  11.  
  12. PlayerSection:NewSlider("Jump Power", "Changes the players jump power.", 250, 50, function(v)
  13.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = v
  14. end)
  15.  
  16. --------------------------------
  17.  
  18. -- ESSENTIALS
  19. local Essentials = Window:NewTab("Essentials")
  20. local EssentialsSection = Essentials:NewSection("Exploits That Are Essential")
  21.  
  22. EssentialsSection:NewButton("Anti-Idle Kicker - v2.0", "Prevents you from getting kicked from the game.", function()
  23.     local PlayersUi = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25.     if PlayersUi:FindFirstChild("AntiIdleKickerMaxTheDev21") then
  26.         -- already loaded
  27.     else
  28.         loadstring(game:HttpGet("https://pastebin.com/raw/5n5fQwXy"))()
  29.     end
  30. end)
  31.  
  32. --------------------------------
  33.  
  34. -- SPECIFIC GAMES
  35. local SpecificGames = Window:NewTab("Specific Games")
  36. local SpecificGamesSection = SpecificGames:NewSection("Exploits That Will Only Load In Specific Games")
  37.  
  38. SpecificGamesSection:NewButton("Southwest Florida - v4.0", "Loads the MaxTheDev21 exploit.", function()
  39.     if game.PlaceId == 5104202731 then
  40.         loadstring(game:HttpGet("https://pastebin.com/raw/hEe3jfrb"))()
  41.     end
  42. end)
  43.  
  44. SpecificGamesSection:NewButton("Jumping Simulator X - v1.0", "Loads the MaxTheDev21 exploit.", function()
  45.     if game.PlaceId == 4556538510 then
  46.         loadstring(game:HttpGet("https://pastebin.com/raw/QTPKqQ52"))()
  47.     end
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement