Advertisement
SumitScripts

Blade ball Script OP Fixed Happy New Year 🎊

Jan 1st, 2024
35,590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  2. local Window = Library.CreateLib("Blade Ball By SumitScripts x DreamBoy", "DarkTheme")
  3. local Tab = Window:NewTab("| Main |")
  4. local Section = Tab:NewSection("Blade Ball")
  5. Section:NewButton("Auto Block/Auto Parry", "ButtonInfo", function()
  6. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/autoparrybest"))()
  7. print("Clicked")
  8. end)
  9. Section:NewButton("Manual Spam", "ButtonInfo", function()
  10. local gui, frame, button = Instance.new("ScreenGui", game.CoreGui), Instance.new("Frame"), Instance.new("TextButton")
  11. gui.ResetOnSpawn = false
  12. frame.Size, frame.Position, frame.BackgroundColor3, frame.BorderSizePixel, frame.Active, frame.Draggable, frame.Parent = UDim2.new(0, 150, 0, 75), UDim2.new(0, 10, 0, 10), Color3.new(0, 0, 0), 0, true, true, gui
  13. button.Text, button.Size, button.Position, button.BackgroundColor3, button.BorderColor3, button.BorderSizePixel, button.Font, button.TextColor3, button.TextSize, button.Parent = "Manual spam", UDim2.new(1, -20, 1, -20), UDim2.new(0, 10, 0, 10), Color3.new(0, 0, 0), Color3.new(), 2, Enum.Font.SourceSans, Color3.new(1, 1, 1), 16, frame
  14.  
  15. local activated = false
  16.  
  17. local function toggle()
  18. activated, button.Text = not activated, activated and "Off" or "On"
  19.  
  20. while activated do
  21. local args = {1.5, CFrame.new(-254.29, 112.14, -119.27) * CFrame.Angles(-2.03, 0.57, 2.31), {["2617721424"] = Vector3.new(-273.40, -724.80, -20.92)}, {910, 154}}
  22. game:GetService("ReplicatedStorage").Remotes.ParryAttempt:FireServer(unpack(args))
  23. game:GetService("RunService").Heartbeat:Wait()
  24. button.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  25. end
  26. end
  27.  
  28. local function showNotification()
  29. game.StarterGui:SetCore("SendNotification", {Title = "Manual Spam", Text = "Made By DenDenZ", Duration = 5})
  30. end
  31.  
  32. button.MouseButton1Click:Connect(function()
  33. toggle()
  34. showNotification()
  35. end)
  36. print("Clicked")
  37. end)
  38.  
  39. Section:NewButton("No lag", "ButtonInfo", function()
  40. _G.Stop = false --stop the script
  41. local function FOV()
  42. if game.Players.LocalPlayer.Character.HumanoidRootPart:FindFirstChild("CameraPositioner") then
  43. game.Players.LocalPlayer.Character.HumanoidRootPart:FindFirstChild("CameraPositioner"):Destroy()
  44. end
  45. local part = Instance.new("Part")
  46. part.Name = "CameraPositioner"
  47. part.Anchored = true
  48. part.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  49. part.CanCollide = false
  50. game:GetService("RunService").RenderStepped:Connect(function()
  51. part.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(1,-100000000,-100)
  52. end)
  53. local camera = workspace.CurrentCamera
  54. camera.CameraSubject = part
  55. for _,v in pairs(workspace:GetDescendants()) do
  56. if v:IsA("ParticleEmitter") then
  57. v:Destroy()
  58. end
  59. if v:IsA("Decal") then v:Destroy() end
  60. if v:IsA("BasePart") then v.Material = Enum.Material.SmoothPlastic end
  61. end
  62. if _G.Stop then
  63. camera.CameraSubject=game.Players.LocalPlayer.Character.Humanoid
  64. end
  65. end
  66.  
  67. FOV()
  68. print("Clicked")
  69. end)
  70.  
  71. local Tab = Window:NewTab("| Credits |")
  72. local Section = Tab:NewSection("Made By SumitScripts")
  73. local Section = Tab:NewSection("Scripter DreamBoy")
  74. local Section = Tab:NewSection("More Scripts In www.SumitScripts.com")
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement