Advertisement
Zwiebelle1301706

Bladeball script

May 20th, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. --[[
  2.  
  3. ██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
  4. █░░░░░░██░░░░░░█░░░░░░░░██░░░░░░░░█░░░░░░░░░░░░░░█░░░░░░█████████░░░░░░░░░░░░░░█░░░░░░░░░░█░░░░░░░░░░░░░░█████████████
  5. █░░▄▀░░██░░▄▀░░█░░▄▀▄▀░░██░░▄▀▄▀░░█░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀░░█████████░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀▄▀▄▀░░█░░▄▀▄▀▄▀▄▀▄▀░░█████████████
  6. █░░▄▀░░██░░▄▀░░█░░░░▄▀░░██░░▄▀░░░░█░░▄▀░░░░░░▄▀░░█░░▄▀░░█████████░░▄▀░░░░░░▄▀░░█░░░░▄▀░░░░█░░░░░░▄▀░░░░░░█████████████
  7. █░░▄▀░░██░░▄▀░░███░░▄▀▄▀░░▄▀▄▀░░███░░▄▀░░██░░▄▀░░█░░▄▀░░█████████░░▄▀░░██░░▄▀░░███░░▄▀░░███████░░▄▀░░█████████████████
  8. █░░▄▀░░██░░▄▀░░███░░░░▄▀▄▀▄▀░░░░███░░▄▀░░░░░░▄▀░░█░░▄▀░░█████████░░▄▀░░██░░▄▀░░███░░▄▀░░███████░░▄▀░░█████████████████
  9. █░░▄▀░░██░░▄▀░░█████░░▄▀▄▀▄▀░░█████░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀░░█████████░░▄▀░░██░░▄▀░░███░░▄▀░░███████░░▄▀░░█████████████████
  10. █░░▄▀░░██░░▄▀░░███░░░░▄▀▄▀▄▀░░░░███░░▄▀░░░░░░░░░░█░░▄▀░░█████████░░▄▀░░██░░▄▀░░███░░▄▀░░███████░░▄▀░░█████████████████
  11. █░░▄▀▄▀░░▄▀▄▀░░███░░▄▀▄▀░░▄▀▄▀░░███░░▄▀░░█████████░░▄▀░░█████████░░▄▀░░██░░▄▀░░███░░▄▀░░███████░░▄▀░░█████████████████
  12. █░░░░▄▀▄▀▄▀░░░░█░░░░▄▀░░██░░▄▀░░░░█░░▄▀░░█████████░░▄▀░░░░░░░░░░█░░▄▀░░░░░░▄▀░░█░░░░▄▀░░░░█████░░▄▀░░█████████████████
  13. ███░░░░▄▀░░░░███░░▄▀▄▀░░██░░▄▀▄▀░░█░░▄▀░░█████████░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀▄▀▄▀▄▀▄▀░░█░░▄▀▄▀▄▀░░█████░░▄▀░░█████████████████
  14. █████░░░░░░█████░░░░░░░░██░░░░░░░░█░░░░░░█████████░░░░░░░░░░░░░░█░░░░░░░░░░░░░░█░░░░░░░░░░█████░░░░░░█████████████████
  15.  
  16.  
  17. ░]]--
  18.  
  19. print("Loading Blade ball x Vxploits . . .")
  20. wait(3)
  21. print("Detected device")
  22. wait(1)
  23. print("Loaded!")
  24.  
  25. game.StarterGui:SetCore("SendNotification", {
  26. Title = "VXPLOIT!";
  27. Text = "Copied our discord to your clipboard!";
  28. Icon = "";
  29. Duration = "12";
  30. })
  31.  
  32. setclipboard("https://discord.gg/X3a5JcFS")
  33. toclipboard("https://discord.gg/X3a5JcFS")
  34.  
  35.  
  36.  
  37. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  38. local Window = Library.CreateLib("Blade Ball VXPloit Admin Panel by VXPloit", "DarkTheme")
  39. local Tab = Window:NewTab("| Main |")
  40. local Section = Tab:NewSection("Blade Ball")
  41. Section:NewButton("Auto Block/Auto Parry", "ButtonInfo", function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/autoparrybest"))()
  43. print("Clicked")
  44. end)
  45. Section:NewButton("Manual Spam", "ButtonInfo", function()
  46. local gui, frame, button = Instance.new("ScreenGui", game.CoreGui), Instance.new("Frame"), Instance.new("TextButton")
  47. gui.ResetOnSpawn = false
  48. 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
  49. 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
  50.  
  51. local activated = false
  52.  
  53. local function toggle()
  54. activated, button.Text = not activated, activated and "Off" or "On"
  55.  
  56. while activated do
  57. 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}}
  58. game:GetService("ReplicatedStorage").Remotes.ParryAttempt:FireServer(unpack(args))
  59. game:GetService("RunService").Heartbeat:Wait()
  60. button.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  61. end
  62. end
  63.  
  64. local function showNotification()
  65. game.StarterGui:SetCore("SendNotification", {Title = "Manual Spam", Text = "Made By DenDenZ", Duration = 5})
  66. end
  67.  
  68. button.MouseButton1Click:Connect(function()
  69. toggle()
  70. showNotification()
  71. end)
  72. print("Clicked")
  73. end)
  74.  
  75. Section:NewButton("No lag", "ButtonInfo", function()
  76. _G.Stop = false --stop the script
  77. local function FOV()
  78. if game.Players.LocalPlayer.Character.HumanoidRootPart:FindFirstChild("CameraPositioner") then
  79. game.Players.LocalPlayer.Character.HumanoidRootPart:FindFirstChild("CameraPositioner"):Destroy()
  80. end
  81. local part = Instance.new("Part")
  82. part.Name = "CameraPositioner"
  83. part.Anchored = true
  84. part.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  85. part.CanCollide = false
  86. game:GetService("RunService").RenderStepped:Connect(function()
  87. part.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(1,-100000000,-100)
  88. end)
  89. local camera = workspace.CurrentCamera
  90. camera.CameraSubject = part
  91. for _,v in pairs(workspace:GetDescendants()) do
  92. if v:IsA("ParticleEmitter") then
  93. v:Destroy()
  94. end
  95. if v:IsA("Decal") then v:Destroy() end
  96. if v:IsA("BasePart") then v.Material = Enum.Material.SmoothPlastic end
  97. end
  98. if _G.Stop then
  99. camera.CameraSubject=game.Players.LocalPlayer.Character.Humanoid
  100. end
  101. end
  102.  
  103. FOV()
  104. print("Clicked")
  105. end)
  106.  
  107. local Tab = Window:NewTab("| Credits |")
  108. local Section = Tab:NewSection("Made By VXPloits [LIIlIIlIIIlIIII]")
  109. local Section = Tab:NewSection("Scripter Verwendedeinherz / LIIlIIlIIIlIIII")
  110. local Section = Tab:NewSection("More Scripts In our discord -> [COPIED ON YOUR CLIPBOARD]")
  111.  
  112. setclipboard("https://discord.gg/X3a5JcFS")
  113. toclipboard("https://discord.gg/X3a5JcFS")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement