Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "Wellcome"; -- the title (ofc)
- Text = "Scripted By SumitScripts | Thanks For Using"; -- what the text says (ofc)
- Icon = ""; -- the image if u want.
- Duration = 5; -- how long the notification should in secounds
- })
- local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/Arceus-X-UI-Library/main/source.lua"))()
- lib:SetTitle("SumitScripts hub | Extras")
- lib:SetIcon("http://www.roblox.com/asset/?id=9178187770")
- lib:SetTheme("HighContrast")
- local a = workspace.Gravity
- lib:AddComboBox("Choose bot parry", {"TryHard", "Legit"}, function(selection)
- if selection == "TryHard" then
- print("Selected 1")
- elseif selection == "Legit" then
- print("Selected 2")
- end
- end)
- lib:AddToggle("Enable Auto Parry", function(state)
- if state then
- game.StarterGui:SetCore("SendNotification", {
- Title = "Activated Auto Parry"; -- the title (ofc)
- Text = "100% Auto Parry | Choose the bot if u want"; -- what the text says (ofc)
- Icon = ""; -- the image if u want.
- Duration = 5; -- how long the notification should in secounds
- })
- loadstring(game:HttpGet(('https://scriptblox.com/raw/Blade-Ball-Opensource-autoparry-8123'),true))()
- end
- end, false)
- lib:AddButton("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 = "Credit", Text = "Made By SumitScripts", Duration = 5})
- end
- button.MouseButton1Click:Connect(function()
- toggle()
- showNotification()
- end)
- print("Clicked!")
- end)
- lib:AddButton("Hold Block to Spam", function()
- getgenv().SpamSpeed = 1
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
- print("Clicked!")
- end)
- lib:AddButton("Speed (Click me)", 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)
- lib:AddButton("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)
- lib:AddToggle("Toggle Moon Gravity", function(state)
- if state then
- workspace.Gravity = 60
- else
- workspace.Gravity = a
- end
- end, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement