Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("Made by Junkzy x Bac0nH1ckOff", "DarkTheme")
- local Tab = Window:NewTab("| Player |")
- local Section = Tab:NewSection("Player")
- Section:NewButton("Inf Jump", "It's Make you fly", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/2wgbZ6Xd"))()
- print("Clicked")
- end)
- Section:NewButton("Abmin Script Hub", "idk why I add but use ", function()
- 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")()
- print("Clicked")
- end)
- Section:NewSlider("WalkSpeed", "It's Makes U Faster", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
- end)
- Section:NewSlider("JumpPower", "It's Makes u Jumpy", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
- end)
- local Tab = Window:NewTab("| Mods |")
- local Section = Tab:NewSection("Scripts By Bac0nH1ckOff")
- Section:NewButton("Trampoline Battle Simulator ", "Inf Strength", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Trampoline%20Battle%20Simulator"))()
- print("Clicked")
- end)
- Section:NewButton("Block Digging Simulator ⛏️", "Inf Stats", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Block%20Digging%20Simulator"))()
- print("Clicked")
- end)
- Section:NewButton("Murder Mystery 2 ", "MM Nuke", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Nuke%20MM2"))()
- print("Clicked")
- end)
- Section:NewButton("Type Race! ", "Auto Typer", function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local sb = workspace.SelectionBox
- local vim = game:GetService("VirtualInputManager")
- while game:GetService("RunService").RenderStepped:wait() do
- pcall(function()
- if workspace.SelectionBox.Adornee and workspace.SelectionBox.Adornee ~= workspace.Baseplate then
- local key = (sb.Adornee.SurfaceGui.TextLabel.Text ~= " " and sb.Adornee.SurfaceGui.TextLabel.Text:upper() or "Space")
- vim:SendKeyEvent(true,Enum.KeyCode[key],false,nil)
- wait()
- vim:SendKeyEvent(false,Enum.KeyCode[key],false,nil)
- end
- end)
- end
- print("Clicked")
- end)
- Section:NewButton("Cart Ride Into Rdite! ", "Break Car", function()
- getgenv().AutoBreakCarts = true
- spawn(function()
- while AutoBreakCarts do wait(0.3)
- pcall(function()
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("ClickDetector") then
- fireclickdetector(v)
- end
- end end) end end)
- print("Clicked")
- end)
- local Tab = Window:NewTab("| Credits |")
- local Section = Tab:NewSection("Made by Junkzy x Bac0nH1ckOff")
- local Section = Tab:NewSection("All Scripts Credits to Bac0nH1ckOff")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement