Advertisement
Guest User

Byp4sser Script // Murderers VS Sheriffs Duels

a guest
Jun 21st, 2023
8,238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Byp4ss3r's Murderers VS Sheriffs Duels Hub", "Ocean")
  3.  
  4. -- MAIN
  5. local Main = Window:NewTab("Main")
  6. local MainSection = Main:NewSection("Main")
  7.  
  8.  
  9. MainSection:NewButton("Hitbox Expander", "Expanded + Visual hitbox", function()
  10. loadstring(game:HttpGet('https://pastebin.com/raw/zr5xBZKr'))()
  11. end)
  12.  
  13. OtherSection:NewToggle("Obviously Hacking Mode", "Makes You Jump High And Walk Fast", function(state)
  14. if state then
  15. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  16. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  17. else
  18. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  19. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  20. end
  21. end)
  22.  
  23. OtherSection:NewButton("Infinite Yield", "FE Admin Commands", function()
  24. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  25. end)
  26.  
  27. EspSection:NewButton("Chams", "See A Person Behind A Wall", function()
  28. loadstring(game:HttpGet(('https://pastebin.com/raw/QH47i0JP'),true))()
  29. end)
  30.  
  31. --LOCAL PLAYER
  32. local Player = Window:NewTab("Player")
  33. local PlayerSection = Player:NewSection("Player")
  34.  
  35. PlayerSection:NewSlider("Walkspeed Changer", "Change If You Want To", 500, 16, function(s)
  36. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  37. end)
  38.  
  39. PlayerSection:NewSlider("Jumppower Changer", "Change If You Want Prob Doesnt Work", 350, 50, function(s)
  40. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  41. end)
  42.  
  43. PlayerSection:NewButton("Reset WS/JP", "Resets to all defaults", function()
  44. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  45. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  46. end)
  47.  
  48.  
  49. --Other
  50. local Other = Window:NewTab("Other")
  51. local OtherSection = Other:NewSection("Other")
  52.  
  53. OtherSection:NewButton("Chat Spoofer", "Lets you chat for other people", function()
  54. loadstring(game:HttpGet(('https://pastebin.com/raw/djBfk8Li'),true))()
  55. end)
  56.  
  57. OtherSection:NewButton("Bypassed Fly", "Literally fly in any game", function()
  58. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nicuse/RobloxScripts/main/BypassedFly.lua"))()
  59.  
  60. Fly(true)
  61. end)
  62.  
  63. -- Esp
  64. local Esp = Window:NewTab("Esp")
  65. local EspSection = Other:NewSection("Esp")
  66.  
  67. EspSection:NewButton("Esp", "Player Info / see player through walls", function()
  68. loadstring(game:HttpGet(('https://pastebin.com/raw/nqyGkWvx'),true))()
  69. end)
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement