Advertisement
SumitScripts

Untitled

Apr 13th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. wait(1.2)
  2.  
  3. game.StarterGui:SetCore("SendNotification", {
  4.  
  5. Title = "Infinity Hub"; -- the title (ofc)
  6.  
  7. Text = "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 Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  17.  
  18. local Window = Library:NewWindow("Phantom Ball 🏀")
  19.  
  20. local Section = Window:NewSection("🗡️ Autos")
  21.  
  22. Section:CreateToggle("NoCD Auto Parry", function(value)
  23. while true do
  24. game:GetService("ReplicatedStorage").TS.GeneratedNetworkRemotes:FindFirstChild("RE_4.984948043403752e+76"):FireServer(2.933813859058389e+76)
  25. wait()
  26. end
  27. print(value)
  28. end)
  29.  
  30. Section:CreateToggle("AntiLag", function(value)
  31. -- Made by RIP#6666
  32. _G.Settings = {
  33. Players = {
  34. ["Ignore Me"] = true, -- Ignore your Character
  35. ["Ignore Others"] = true -- Ignore other Characters
  36. },
  37. Meshes = {
  38. Destroy = false, -- Destroy Meshes
  39. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  40. },
  41. Images = {
  42. Invisible = true, -- Invisible Images
  43. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  44. Destroy = false, -- Destroy Images
  45. },
  46. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  47. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  48. ["No Explosions"] = true, -- Makes Explosion's invisible
  49. ["No Clothes"] = true, -- Removes Clothing from the game
  50. ["Low Water Graphics"] = true, -- Removes Water Quality
  51. ["No Shadows"] = true, -- Remove Shadows
  52. ["Low Rendering"] = true, -- Lower Rendering
  53. ["Low Quality Parts"] = true -- Lower quality parts
  54. }
  55. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  56. print(value)
  57. end)
  58.  
  59. local Section = Window:NewSection("🏀 Mics")
  60.  
  61. Section:CreateButton("TSpeed (Don't Spam)", function()
  62. 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
  63. print("Clicked")
  64. end)
  65.  
  66. Section:CreateButton("Fly Updated", function()
  67. loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro69Yes/sussy-Script/main/SecuredFlyGuiv3.lua'))()
  68. print("Clicked")
  69. end)
  70.  
  71. local Section = Window:NewSection("YT: SumitScriptsYT")
  72.  
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement