Advertisement
SumitScripts

Sus

Mar 13th, 2024
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. wait(1.2)
  2.  
  3. game.StarterGui:SetCore("SendNotification", {
  4.  
  5. Title = "THANKS"; -- the title (ofc)
  6.  
  7. Text = "Ty For Using My Mod"; -- 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. wait(1.2)
  16.  
  17. game.StarterGui:SetCore("SendNotification", {
  18.  
  19. Title = "CREDIT"; -- the title (ofc)
  20.  
  21. Text = "Made by SumitScripts"; -- what the text says (ofc)
  22.  
  23. Icon = ""; -- the image if u want.
  24.  
  25. Duration = 5; -- how long the notification should in secounds
  26.  
  27. })
  28.  
  29.  
  30.  
  31. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  32.  
  33. local Window = Library:NewWindow("⚡ SUPER ⚡")
  34. local Section = Window:NewSection("Credit - SumitScripts")
  35.  
  36. Section:CreateButton("Hold to Parry", function()
  37. getgenv().SpamSpeed = 1
  38. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  39. print("Clicked")
  40. end)
  41.  
  42. Section:CreateButton("OP Manual Spam", function()
  43. local gui, frame, button = Instance.new("ScreenGui", game.CoreGui), Instance.new("Frame"), Instance.new("TextButton")
  44. gui.ResetOnSpawn = false
  45. 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
  46. 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
  47.  
  48. local activated = false
  49.  
  50. local function toggle()
  51. activated, button.Text = not activated, activated and "Off" or "On"
  52.  
  53. while activated do
  54. 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}}
  55. game:GetService("ReplicatedStorage").Remotes.ParryAttempt:FireServer(unpack(args))
  56. game:GetService("RunService").Heartbeat:Wait()
  57. button.BorderColor3 = Color3.new(math.random(), math.random(), math.random())
  58. end
  59. end
  60.  
  61. local function showNotification()
  62. game.StarterGui:SetCore("SendNotification", {Title = "Manual Spam", Text = "Made By SumitScripts", Duration = 5})
  63. end
  64.  
  65. button.MouseButton1Click:Connect(function()
  66. toggle()
  67. showNotification()
  68. end)
  69. print("Clicked")
  70. end)
  71.  
  72. Section:CreateToggle("Auto Parry (OP)", function(value)
  73. getgenv().config = getgenv().config or {
  74. hit_time = 0.5, -- // recommended 0.25 to 0.75 \ --
  75.  
  76. mode = 'Always', -- // Hold , Toggle , Always \ --
  77. deflect_type = 'Remote', -- // Key Press , Remote \ --
  78. notifications = true,
  79. keybind = Enum.KeyCode.V
  80. }
  81.  
  82. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
  83. print(value)
  84. end)
  85.  
  86. Section:CreateToggle("Auto Cash (OP)", function(value)
  87. loadstring(game:HttpGet("https://raw.githubusercontent.com/fbisghosts/NOX/main/fbisghosts.lua"))()
  88. print(value)
  89. end)
  90.  
  91. Section:CreateColorPicker("Picker", Color3.new(255, 255, 255), function(value)
  92. print(value)
  93. end)
  94.  
  95. Section:CreateButton("Fps Booster", function()
  96. -- Made by RIP#6666
  97. _G.Settings = {
  98. Players = {
  99. ["Ignore Me"] = true, -- Ignore your Character
  100. ["Ignore Others"] = true -- Ignore other Characters
  101. },
  102. Meshes = {
  103. Destroy = false, -- Destroy Meshes
  104. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  105. },
  106. Images = {
  107. Invisible = true, -- Invisible Images
  108. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  109. Destroy = false, -- Destroy Images
  110. },
  111. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  112. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  113. ["No Explosions"] = true, -- Makes Explosion's invisible
  114. ["No Clothes"] = true, -- Removes Clothing from the game
  115. ["Low Water Graphics"] = true, -- Removes Water Quality
  116. ["No Shadows"] = true, -- Remove Shadows
  117. ["Low Rendering"] = true, -- Lower Rendering
  118. ["Low Quality Parts"] = true -- Lower quality parts
  119. }
  120. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  121. print("Clicked")
  122. end)
  123.  
  124. local Section = Window:NewSection("Movement")
  125.  
  126. Section:CreateButton("Speed", function()
  127. 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
  128. print("Clicked")
  129. end)
  130.  
  131. Section:CreateButton("inf jump", function()
  132. --script made by Youtube: MrGabbe. Discord: Mr_G_Curry #6982
  133. local infjmp = true
  134. game:GetService("UserInputService").jumpRequest:Connect(function()
  135. if infjmp then
  136. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid":ChangeState("Jumping")
  137. end
  138. end)
  139. print("Clicked")
  140. end)
  141.  
  142. Section:CreateButton("fly v3", function()
  143. loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
  144. print("Clicked")
  145. end)
  146.  
  147. Section:CreateButton("infinity Yield", function()
  148. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  149. print("Clicked")
  150. end)
  151.  
  152.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement