Advertisement
SumitScripts

Made by Junkzy x Bac0nH1ckOff [Added More]

Jan 5th, 2024 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("Made by Junkzy x Bac0nH1ckOff", "DarkTheme")
  3.  
  4. local Tab = Window:NewTab("| Player |")
  5. local Section = Tab:NewSection("Player")
  6. Section:NewButton("Inf Jump", "It's Make you fly", function()
  7. loadstring(game:HttpGet("https://pastebin.com/raw/2wgbZ6Xd"))()
  8. print("Clicked")
  9. end)
  10.  
  11. Section:NewButton("Abmin Script Hub", "idk why I add but use ", function()
  12. 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\34\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\103\48\48\108\88\112\108\111\105\116\101\114\47\103\48\48\108\88\112\108\111\105\116\101\114\47\109\97\105\110\47\70\101\37\50\48\98\121\112\97\115\115\34\44\32\116\114\117\101\41\41\40\41\10")()
  13. print("Clicked")
  14. end)
  15.  
  16. Section:NewSlider("WalkSpeed", "It's Makes U Faster", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  17. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  18. end)
  19.  
  20. Section:NewSlider("JumpPower", "It's Makes u Jumpy", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  21. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  22. end)
  23.  
  24. local Tab = Window:NewTab("| Mods |")
  25. local Section = Tab:NewSection("Scripts By Bac0nH1ckOff")
  26.  
  27. Section:NewButton("Trampoline Battle Simulator ", "Inf Strength", function()
  28. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Trampoline%20Battle%20Simulator"))()
  29. print("Clicked")
  30. end)
  31.  
  32. Section:NewButton("Block Digging Simulator ⛏️", "Inf Stats", function()
  33. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Block%20Digging%20Simulator"))()
  34. print("Clicked")
  35. end)
  36.  
  37. Section:NewButton("Murder Mystery 2 ", "MM Nuke", function()
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Nuke%20MM2"))()
  39. print("Clicked")
  40. end)
  41.  
  42. Section:NewButton("Type Race! ", "Auto Typer", function()
  43. --[[
  44. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  45. ]]
  46. local sb = workspace.SelectionBox
  47. local vim = game:GetService("VirtualInputManager")
  48. while game:GetService("RunService").RenderStepped:wait() do
  49. pcall(function()
  50. if workspace.SelectionBox.Adornee and workspace.SelectionBox.Adornee ~= workspace.Baseplate then
  51. local key = (sb.Adornee.SurfaceGui.TextLabel.Text ~= " " and sb.Adornee.SurfaceGui.TextLabel.Text:upper() or "Space")
  52. vim:SendKeyEvent(true,Enum.KeyCode[key],false,nil)
  53. wait()
  54. vim:SendKeyEvent(false,Enum.KeyCode[key],false,nil)
  55. end
  56. end)
  57. end
  58. print("Clicked")
  59. end)
  60.  
  61. Section:NewButton("Cart Ride Into Rdite! ", "Break Car", function()
  62. getgenv().AutoBreakCarts = true
  63. spawn(function()
  64. while AutoBreakCarts do wait(0.3)
  65. pcall(function()
  66. for i,v in pairs(workspace:GetDescendants()) do
  67. if v:IsA("ClickDetector") then
  68. fireclickdetector(v)
  69. end
  70. end end) end end)
  71. print("Clicked")
  72. end)
  73.  
  74. local Tab = Window:NewTab("| Credits |")
  75. local Section = Tab:NewSection("Made by Junkzy x Bac0nH1ckOff")
  76. local Section = Tab:NewSection("All Scripts Credits to Bac0nH1ckOff")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement