Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "Thanks for using"; -- the title (ofc)
- Text = "Auto Parry 100% Mobile/PC,"; -- what the text says (ofc)
- Icon = ""; -- the image if u want.
- Duration = 5; -- how long the notification should in secounds
- })
- wait(1.2)
- game.StarterGui:SetCore("SendNotification", {
- Title = "SumitScripts Hub"; -- the title (ofc)
- Text = "You Can Think My Script Is Better Than Bedol Hub"; -- what the text says (ofc)
- Icon = ""; -- the image if u want.
- Duration = 5; -- how long the notification should in secounds
- })
- local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local Window = Library:NewWindow("🌠SumitScripts Hub⚔️")
- local Section = Window:NewSection("⚔️ Main")
- Section:CreateToggle("Auto Parry(GOD)", function(value)
- getgenv().config = getgenv().config or {
- hit_time = 0.5, -- // recommended 0.25 to 0.75 \ --
- mode = 'Always', -- // Hold , Toggle , Always \ --
- deflect_type = 'Remote', -- // Key Press , Remote \ --
- notifications = true,
- keybind = Enum.KeyCode.V
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
- print(value)
- end)
- Section:CreateToggle("Auto Clash(GOD)", function(value)
- loadstring(game:HttpGet(('https://scriptblox.com/raw/Blade-Ball-Opensource-autoparry-8123'),true))()
- print(value)
- end)
- Section:CreateToggle("Circle X7", function(value)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Code4Zaaa/X7Project/main/Game/AutoParryOnly"))()
- print(value)
- end)
- Section:CreateButton("OP Manual Spam", function()
- local gui, frame, button = Instance.new("ScreenGui", game.CoreGui), Instance.new("Frame"), Instance.new("TextButton")
- gui.ResetOnSpawn = false
- 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
- 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
- local activated = false
- local function toggle()
- activated, button.Text = not activated, activated and "Off" or "On"
- while activated do
- 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}}
- game:GetService("ReplicatedStorage").Remotes.ParryAttempt:FireServer(unpack(args))
- game:GetService("RunService").Heartbeat:Wait()
- button.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
- end
- end
- local function showNotification()
- game.StarterGui:SetCore("SendNotification", {Title = "Manual Spam", Text = "Made By SumitScripts", Duration = 5})
- end
- button.MouseButton1Click:Connect(function()
- toggle()
- showNotification()
- end)
- print("Clicked")
- end)
- Section:CreateButton("Hold to Parry", function()
- getgenv().SpamSpeed = 1
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
- print("Clicked")
- end)
- Section:CreateToggle("Player Esp", function(value)
- local Players = game:GetService("Players")
- local RunService = game:GetService("RunService")
- local function createBox()
- local box = Instance.new("BoxHandleAdornment")
- box.Size = Vector3.new(4, 7, 2)
- box.Color3 = Color3.new(1, 0, 0)
- box.Transparency = 0.5
- box.ZIndex = 5
- return box
- end
- local function updateEsp(player, box)
- local character = player.Character
- if character and character:FindFirstChild("HumanoidRootPart") then
- box.Visible = true
- box.Adornee = character.HumanoidRootPart
- box.Parent = character.HumanoidRootPart
- else
- box.Visible = false
- box.Adornee = nil
- box.Parent = nil
- end
- end
- local function onPlayerAdded(player)
- local box = createBox()
- updateEsp(player, box)
- player.CharacterAdded:Connect(function()
- updateEsp(player, box)
- end)
- player.CharacterRemoving:Connect(function()
- updateEsp(player, box)
- end)
- end
- for _, player in ipairs(Players:GetPlayers()) do
- onPlayerAdded(player)
- end
- Players.PlayerAdded:Connect(function(player)
- onPlayerAdded(player)
- end)
- RunService.RenderStepped:Connect(function()
- for _, player in ipairs(Players:GetPlayers()) do
- updateEsp(player)
- end
- end)
- print(value)
- end)
- local Section = Window:NewSection("⏩ Movement")
- Section:CreateButton("Speed up", function()
- game.StarterGui:SetCore("SendNotification", { Title = "Strongest Battleground Script Loaded"; Text = "Made by JN HH Gaming. Subscribe him on youtube"; Icon = ""; Duration = 20; }) function isNumber(str) if tonumber(str) ~= nil or str == 'inf' then return true end end local tspeed = 1 local hb = game:GetService("RunService").Heartbeat local tpwalking = true local player = game:GetService("Players") local lplr = player.LocalPlayer local chr = lplr.Character local hum = chr and chr:FindFirstChildWhichIsA("Humanoid") while tpwalking and hb:Wait() and chr and hum and hum.Parent do if hum.MoveDirection.Magnitude > 0 then if tspeed and isNumber(tspeed) then chr:TranslateBy(hum.MoveDirection * tonumber(tspeed)) else chr:TranslateBy(hum.MoveDirection) end end end
- print("Clicked")
- end)
- Section:CreateButton("inf jump", function()
- --script made by Youtube: MrGabbe. Discord: Mr_G_Curry #6982
- local infjmp = true
- game:GetService("UserInputService").jumpRequest:Connect(function()
- if infjmp then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid":ChangeState("Jumping")
- end
- end)
- print("Clicked")
- end)
- Section:CreateButton("fly v3", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- print("Clicked")
- end)
- local Section = Window:NewSection("⚙️ Settings")
- Section:CreateButton("Fps booster", function()
- -- Made by RIP#6666
- _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
- },
- ["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
- ["No Clothes"] = true, -- Removes Clothing from the game
- ["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:CreateButton("infinity Yield", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- print("Clicked")
- end)
- local Section = Window:NewSection("Credits")
- Section:CreateButton("By SumitScripts", function()
- print("Clicked")
- end)
- Section:CreateButton("YT: SumitScripts", function()
- print("Clicked")
- end)
- Section:CreateButton("ScriptBlox: SumitScripts", function()
- print("Clicked")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement