Advertisement
SumitScripts

Untitled

Mar 31st, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2.  
  3. Title = "Wellcome"; -- the title (ofc)
  4.  
  5. Text = "Scripted By SumitScripts | Thanks For Using"; -- what the text says (ofc)
  6.  
  7. Icon = ""; -- the image if u want.
  8.  
  9. Duration = 5; -- how long the notification should in secounds
  10.  
  11. })
  12.  
  13.  
  14. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/Arceus-X-UI-Library/main/source.lua"))()
  15.  
  16. lib:SetTitle("SumitScripts hub | Extras")
  17. lib:SetIcon("http://www.roblox.com/asset/?id=9178187770")
  18. lib:SetTheme("HighContrast")
  19. local a = workspace.Gravity
  20.  
  21. lib:AddComboBox("Choose bot parry", {"TryHard", "Legit"}, function(selection)
  22. if selection == "TryHard" then
  23. print("Selected 1")
  24. elseif selection == "Legit" then
  25. print("Selected 2")
  26. end
  27. end)
  28.  
  29. lib:AddToggle("Enable Auto Parry", function(state)
  30. if state then
  31. game.StarterGui:SetCore("SendNotification", {
  32.  
  33. Title = "Activated Auto Parry"; -- the title (ofc)
  34.  
  35. Text = "100% Auto Parry | Choose the bot if u want"; -- what the text says (ofc)
  36.  
  37. Icon = ""; -- the image if u want.
  38.  
  39. Duration = 5; -- how long the notification should in secounds
  40.  
  41. })
  42. loadstring(game:HttpGet(('https://scriptblox.com/raw/Blade-Ball-Opensource-autoparry-8123'),true))()
  43. end
  44. end, false)
  45.  
  46. lib:AddButton("Manual Spam", function()
  47. local gui, frame, button = Instance.new("ScreenGui", game.CoreGui), Instance.new("Frame"), Instance.new("TextButton")
  48. gui.ResetOnSpawn = false
  49. 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
  50. 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
  51.  
  52. local activated = false
  53.  
  54. local function toggle()
  55. activated, button.Text = not activated, activated and "Off" or "On"
  56.  
  57. while activated do
  58. 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}}
  59. game:GetService("ReplicatedStorage").Remotes.ParryAttempt:FireServer(unpack(args))
  60. game:GetService("RunService").Heartbeat:Wait()
  61. button.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  62. end
  63. end
  64.  
  65. local function showNotification()
  66. game.StarterGui:SetCore("SendNotification", {Title = "Credit", Text = "Made By SumitScripts", Duration = 5})
  67. end
  68.  
  69. button.MouseButton1Click:Connect(function()
  70. toggle()
  71. showNotification()
  72. end)
  73. print("Clicked!")
  74. end)
  75.  
  76. lib:AddButton("Hold Block to Spam", function()
  77. getgenv().SpamSpeed = 1
  78. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  79. print("Clicked!")
  80. end)
  81.  
  82. lib:AddButton("Speed (Click me)", function()
  83. 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
  84. print("Clicked!")
  85. end)
  86.  
  87. lib:AddButton("Fps booster", function()
  88. -- Made by RIP#6666
  89. _G.Settings = {
  90. Players = {
  91. ["Ignore Me"] = true, -- Ignore your Character
  92. ["Ignore Others"] = true -- Ignore other Characters
  93. },
  94. Meshes = {
  95. Destroy = false, -- Destroy Meshes
  96. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  97. },
  98. Images = {
  99. Invisible = true, -- Invisible Images
  100. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  101. Destroy = false, -- Destroy Images
  102. },
  103. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  104. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  105. ["No Explosions"] = true, -- Makes Explosion's invisible
  106. ["No Clothes"] = true, -- Removes Clothing from the game
  107. ["Low Water Graphics"] = true, -- Removes Water Quality
  108. ["No Shadows"] = true, -- Remove Shadows
  109. ["Low Rendering"] = true, -- Lower Rendering
  110. ["Low Quality Parts"] = true -- Lower quality parts
  111. }
  112. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  113. print("Clicked!")
  114. end)
  115.  
  116. lib:AddToggle("Toggle Moon Gravity", function(state)
  117. if state then
  118. workspace.Gravity = 60
  119. else
  120. workspace.Gravity = a
  121. end
  122. end, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement