Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Made by SumitScripts x JH HH Gaming's Blade ball Script
- local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
- local Window = Library.CreateLib("Blade ball - SumitScripts x JH NN Gaming", "LightTheme")
- local Tab = Window:NewTab("| Main |")
- 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 Section = Tab:NewSection("Blade ball")
- Section:NewButton("Auto Parry", "Auto Blocker", function()
- getgenv().god = true
- while getgenv().god and task.wait() do
- for _,ball in next, workspace.Balls:GetChildren() do
- if ball then
- if game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, ball.Position)
- if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Highlight") then
- game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = ball.CFrame * CFrame.new(0, 0, (ball.Velocity).Magnitude * -0.5)
- game:GetService("ReplicatedStorage").Remotes.ParryButtonPress:Fire()
- end
- end
- end
- end
- end
- print("Clicked")
- end)
- Section:NewButton("No Lag (New Update)", "ButtonInfo", function()
- -- Made by SumitScripts
- _G.Settings = {
- Players = {
- ["Ignore Me"] = true, -- Ignore your Character
- ["Ignore Others"] = true -- Ignore other Characters
- },
- Meshes = {
- Destroy = false, -- Destroy Meshes
- LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
- },
- Images = {
- Invisible = true, -- Invisible Images
- LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
- Destroy = false, -- Destroy Images
- },
- Other = {
- ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
- ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
- ["No Explosions"] = true, -- Makes Explosion's invisible
- ["Low Water Graphics"] = true, -- Removes Water Quality
- ["No Shadows"] = true, -- Remove Shadows
- ["Low Rendering"] = true, -- Lower Rendering
- ["Low Quality Parts"] = true -- Lower quality parts
- }
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
- print("Clicked")
- end)
- Section:NewButton("Auto Clicker", "Autoclicker by JH HH Gaming", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/ROBLOX_AutoClicker"))()
- print("Clicked")
- end)
- local Tab = Window:NewTab("| Credits |")
- local Section = Tab:NewSection("Made by Sumit Scripts")
- local Section = Tab:NewSection("Scripter By JH HH Gaming")
- local Section = Tab:NewSection("All Scripts Credit To Owner")
- local Section = Tab:NewSection("More Scripts in www.pastebin.com/u/SumitScripts")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement