Advertisement
SumitScripts

(NoKey) JH HH Gaming x SumitScripts Blade ball Script

Jan 3rd, 2024
587
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. Made by SumitScripts x JH HH Gaming's Blade ball Script
  2.  
  3. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  4. local Window = Library.CreateLib("Blade ball - SumitScripts x JH NN Gaming", "LightTheme")
  5.  
  6. local Tab = Window:NewTab("| Main |")
  7. local Section = Tab:NewSection("Player")
  8. Section:NewButton("Inf Jump", "It's Make you fly", function()
  9. loadstring(game:HttpGet("https://pastebin.com/raw/2wgbZ6Xd"))()
  10. print("Clicked")
  11. end)
  12.  
  13. Section:NewButton("Abmin Script Hub", "idk why I add but use ", function()
  14. 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")()
  15. print("Clicked")
  16. end)
  17.  
  18. Section:NewSlider("WalkSpeed", "It's Makes U Faster", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  19. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  20. end)
  21.  
  22. Section:NewSlider("JumpPower", "It's Makes u Jumpy", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  23. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  24. end)
  25.  
  26. local Section = Tab:NewSection("Blade ball")
  27. Section:NewButton("Auto Parry", "Auto Blocker", function()
  28. getgenv().god = true
  29. while getgenv().god and task.wait() do
  30. for _,ball in next, workspace.Balls:GetChildren() do
  31. if ball then
  32. if game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  33. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position, ball.Position)
  34. if game:GetService("Players").LocalPlayer.Character:FindFirstChild("Highlight") then
  35. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = ball.CFrame * CFrame.new(0, 0, (ball.Velocity).Magnitude * -0.5)
  36. game:GetService("ReplicatedStorage").Remotes.ParryButtonPress:Fire()
  37. end
  38. end
  39. end
  40. end
  41. end
  42. print("Clicked")
  43. end)
  44.  
  45. Section:NewButton("No Lag (New Update)", "ButtonInfo", function()
  46. -- Made by SumitScripts
  47. _G.Settings = {
  48. Players = {
  49. ["Ignore Me"] = true, -- Ignore your Character
  50. ["Ignore Others"] = true -- Ignore other Characters
  51. },
  52. Meshes = {
  53. Destroy = false, -- Destroy Meshes
  54. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  55. },
  56. Images = {
  57. Invisible = true, -- Invisible Images
  58. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  59. Destroy = false, -- Destroy Images
  60. },
  61. Other = {
  62. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  63. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  64. ["No Explosions"] = true, -- Makes Explosion's invisible
  65. ["Low Water Graphics"] = true, -- Removes Water Quality
  66. ["No Shadows"] = true, -- Remove Shadows
  67. ["Low Rendering"] = true, -- Lower Rendering
  68. ["Low Quality Parts"] = true -- Lower quality parts
  69. }
  70. }
  71. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  72. print("Clicked")
  73. end)
  74.  
  75. Section:NewButton("Auto Clicker", "Autoclicker by JH HH Gaming", function()
  76. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/ROBLOX_AutoClicker"))()
  77. print("Clicked")
  78. end)
  79.  
  80. local Tab = Window:NewTab("| Credits |")
  81. local Section = Tab:NewSection("Made by Sumit Scripts")
  82. local Section = Tab:NewSection("Scripter By JH HH Gaming")
  83. local Section = Tab:NewSection("All Scripts Credit To Owner")
  84. local Section = Tab:NewSection("More Scripts in www.pastebin.com/u/SumitScripts")
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement