Advertisement
SumitScripts

Untitled

Apr 11th, 2024 (edited)
1,908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.95 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.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  24.  
  25. local Window = Library.CreateLib("Red light Green Light (FIX) - Infinity Hub", "Serpent")
  26.  
  27. local Tab = Window:NewTab("Credits")
  28. local Section = Tab:NewSection("Credits")
  29. local Section = Tab:NewSection("Owner - SumitScripts")
  30. local Section = Tab:NewSection("Scripter - SumitScripts")
  31. local Section = Tab:NewSection("Updated - 25 - 2 - 2024")
  32.  
  33. local Tab = Window:NewTab("Main")
  34. local Section = Tab:NewSection("Gamepasses Guard/Frontman")
  35.  
  36. Section:NewButton("Become Frontman", "Become the Frontman this match.", function()
  37.  
  38. local args = {
  39.  
  40. [1] = true
  41.  
  42. }
  43.  
  44.  
  45.  
  46. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("BecomeFrontman"):InvokeServer(unpack(args))
  47.  
  48. end)
  49.  
  50.  
  51.  
  52. Section:NewButton("Become Guard", "Become a Guard this match.", function()
  53.  
  54. local args = {
  55.  
  56. [1] = true
  57.  
  58. }
  59.  
  60.  
  61.  
  62. game:GetService("ReplicatedStorage"):WaitForChild("GuardRemotes"):WaitForChild("BecomeGuard"):InvokeServer(unpack(args))
  63.  
  64. end)
  65.  
  66. local Section = Tab:NewSection("Movement")
  67.  
  68. Section:NewToggle("SpeedBooster", "Flash walk speed", function(state)
  69.  
  70. if state then
  71.  
  72. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 40
  73.  
  74. else
  75.  
  76. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  77.  
  78. end
  79.  
  80. end)
  81.  
  82. Section:NewToggle("Jumppower ", "Jumppower", function(state)
  83.  
  84. if state then
  85.  
  86. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  87.  
  88. else
  89.  
  90. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 16
  91.  
  92. end
  93.  
  94. end)
  95.  
  96. Section:NewButton("infjump (fly)", "ButtonInfo", function()
  97. --script made by Youtube: MrGabbe. Discord: Mr_G_Curry #6982
  98. local infjmp = true
  99. game:GetService("UserInputService").jumpRequest:Connect(function()
  100. if infjmp then
  101. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid":ChangeState("Jumping")
  102. end
  103. end)
  104. print("Clicked")
  105. end)
  106.  
  107. Section:NewButton("Infinite Yield", "Open an admin script (fly, jumppower, etc...)", function()
  108.  
  109. loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
  110.  
  111. end)
  112.  
  113. local Section = Tab:NewSection("AutoPlay")
  114.  
  115. Section:NewButton("Red Light Green light", "Squid Game (Squid Game...)", function()
  116.  
  117. loadstring(game:HttpGet("https://raw.githubusercontent.com/shuttle-r/crap/main/Main.txt",true))()
  118.  
  119. end)
  120.  
  121. local Section = Tab:NewSection("Cookie Cutter")
  122.  
  123. Section:NewButton("Break the Game", "Spam this on cookie game if you are frontman.", function()
  124.  
  125. local args = {
  126.  
  127. [1] = 1,
  128.  
  129. [2] = "Triangle"
  130.  
  131. }
  132.  
  133.  
  134.  
  135. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("PickShape"):FireServer(unpack(args))
  136.  
  137.  
  138.  
  139. local args = {
  140.  
  141. [1] = 2,
  142.  
  143. [2] = "Triangle"
  144.  
  145. }
  146.  
  147.  
  148.  
  149. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("PickShape"):FireServer(unpack(args))
  150.  
  151.  
  152.  
  153. local args = {
  154.  
  155. [1] = 3,
  156.  
  157. [2] = "Triangle"
  158.  
  159. }
  160.  
  161.  
  162.  
  163. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("PickShape"):FireServer(unpack(args))
  164.  
  165.  
  166.  
  167. local args = {
  168.  
  169. [1] = 4,
  170.  
  171. [2] = "Triangle"
  172.  
  173. }
  174.  
  175.  
  176.  
  177. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("PickShape"):FireServer(unpack(args))
  178.  
  179. end)
  180.  
  181. Section:NewButton("Win Cookie Game", "Insta win cookie game.", function()
  182.  
  183. local args = {
  184.  
  185. [1] = true
  186.  
  187. }
  188.  
  189.  
  190.  
  191. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("HoneyCombResult"):FireServer(unpack(args))
  192.  
  193. end)
  194.  
  195. local Section = Tab:NewSection("Tough War")
  196.  
  197. Section:NewButton("Pull Max Strengh", "Spam this button while on Tough War.", function()
  198.  
  199. local args = {
  200.  
  201. [1] = 0.9751851540058851
  202.  
  203. }
  204.  
  205.  
  206.  
  207. game:GetService("ReplicatedStorage"):WaitForChild("Pull"):FireServer(unpack(args))
  208.  
  209. end)
  210.  
  211. local Section = Tab:NewSection("Glass Bridge")
  212.  
  213. Section:NewButton("Break Fake Glass", "Break all the fake glasses on the brigde.", function()
  214.  
  215. local args = {
  216.  
  217. [1] = workspace:WaitForChild("Glass"):WaitForChild("1R")
  218.  
  219. }
  220.  
  221.  
  222.  
  223. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  224.  
  225.  
  226.  
  227. local args = {
  228.  
  229. [1] = workspace:WaitForChild("Glass"):WaitForChild("1L")
  230.  
  231. }
  232.  
  233.  
  234.  
  235. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  236.  
  237.  
  238.  
  239. local args = {
  240.  
  241. [1] = workspace:WaitForChild("Glass"):WaitForChild("2R")
  242.  
  243. }
  244.  
  245.  
  246.  
  247. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  248.  
  249.  
  250.  
  251. local args = {
  252.  
  253. [1] = workspace:WaitForChild("Glass"):WaitForChild("2L")
  254.  
  255. }
  256.  
  257.  
  258.  
  259. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  260.  
  261.  
  262.  
  263. local args = {
  264.  
  265. [1] = workspace:WaitForChild("Glass"):WaitForChild("3R")
  266.  
  267. }
  268.  
  269.  
  270.  
  271. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  272.  
  273.  
  274.  
  275. local args = {
  276.  
  277. [1] = workspace:WaitForChild("Glass"):WaitForChild("3L")
  278.  
  279. }
  280.  
  281.  
  282.  
  283. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  284.  
  285.  
  286.  
  287. local args = {
  288.  
  289. [1] = workspace:WaitForChild("Glass"):WaitForChild("4R")
  290.  
  291. }
  292.  
  293.  
  294.  
  295. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  296.  
  297.  
  298.  
  299. local args = {
  300.  
  301. [1] = workspace:WaitForChild("Glass"):WaitForChild("4L")
  302.  
  303. }
  304.  
  305.  
  306.  
  307. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  308.  
  309.  
  310.  
  311. local args = {
  312.  
  313. [1] = workspace:WaitForChild("Glass"):WaitForChild("5R")
  314.  
  315. }
  316.  
  317.  
  318.  
  319. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  320.  
  321.  
  322.  
  323. local args = {
  324.  
  325. [1] = workspace:WaitForChild("Glass"):WaitForChild("5L")
  326.  
  327. }
  328.  
  329.  
  330.  
  331. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  332.  
  333.  
  334.  
  335. local args = {
  336.  
  337. [1] = workspace:WaitForChild("Glass"):WaitForChild("6R")
  338.  
  339. }
  340.  
  341.  
  342.  
  343. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  344.  
  345.  
  346.  
  347. local args = {
  348.  
  349. [1] = workspace:WaitForChild("Glass"):WaitForChild("6L")
  350.  
  351. }
  352.  
  353.  
  354.  
  355. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  356.  
  357.  
  358.  
  359. local args = {
  360.  
  361. [1] = workspace:WaitForChild("Glass"):WaitForChild("7R")
  362.  
  363. }
  364.  
  365.  
  366.  
  367. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  368.  
  369.  
  370.  
  371. local args = {
  372.  
  373. [1] = workspace:WaitForChild("Glass"):WaitForChild("7L")
  374.  
  375. }
  376.  
  377.  
  378.  
  379. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  380.  
  381.  
  382.  
  383. local args = {
  384.  
  385. [1] = workspace:WaitForChild("Glass"):WaitForChild("8R")
  386.  
  387. }
  388.  
  389.  
  390.  
  391. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  392.  
  393.  
  394.  
  395. local args = {
  396.  
  397. [1] = workspace:WaitForChild("Glass"):WaitForChild("8L")
  398.  
  399. }
  400.  
  401.  
  402.  
  403. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  404.  
  405.  
  406.  
  407. local args = {
  408.  
  409. [1] = workspace:WaitForChild("Glass"):WaitForChild("9R")
  410.  
  411. }
  412.  
  413.  
  414.  
  415. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  416.  
  417.  
  418.  
  419. local args = {
  420.  
  421. [1] = workspace:WaitForChild("Glass"):WaitForChild("9L")
  422.  
  423. }
  424.  
  425.  
  426.  
  427. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  428.  
  429.  
  430.  
  431. local args = {
  432.  
  433. [1] = workspace:WaitForChild("Glass"):WaitForChild("10R")
  434.  
  435. }
  436.  
  437.  
  438.  
  439. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  440.  
  441.  
  442.  
  443. local args = {
  444.  
  445. [1] = workspace:WaitForChild("Glass"):WaitForChild("10L")
  446.  
  447. }
  448.  
  449.  
  450.  
  451. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BreakGlass"):FireServer(unpack(args))
  452.  
  453. end)
  454.  
  455. local Section = Tab:NewSection("Mics")
  456.  
  457. Section:NewButton("Teleport to Game", "Teleport from the lobby to the current game.", function()
  458.  
  459. local args = {
  460.  
  461. [1] = workspace:WaitForChild("Mechanics"):WaitForChild("GoalPart1")
  462.  
  463. }
  464.  
  465.  
  466.  
  467. game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("ReachedGoal"):FireServer(unpack(args))
  468.  
  469. end)
  470.  
  471.  
  472.  
  473. Section:NewButton("Kick Team 1", "Click just once or it will break the game.", function()
  474.  
  475. local args = {
  476.  
  477. [1] = {
  478.  
  479. [1] = "Team1",
  480.  
  481. [2] = "Team1"
  482.  
  483. }
  484.  
  485. }
  486.  
  487.  
  488.  
  489. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("SelectMatch"):FireServer(unpack(args))
  490.  
  491. end)
  492.  
  493.  
  494.  
  495. Section:NewButton("Kick Team 2", "Click just once or it will break the game.", function()
  496.  
  497. local args = {
  498.  
  499. [1] = {
  500.  
  501. [1] = "Team2",
  502.  
  503. [2] = "Team2"
  504.  
  505. }
  506.  
  507. }
  508.  
  509.  
  510.  
  511. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("SelectMatch"):FireServer(unpack(args))
  512.  
  513. end)
  514.  
  515.  
  516.  
  517. Section:NewButton("Kick Team 3", "Click just once or it will break the game.", function()
  518.  
  519. local args = {
  520.  
  521. [1] = {
  522.  
  523. [1] = "Team3",
  524.  
  525. [2] = "Team3"
  526.  
  527. }
  528.  
  529. }
  530.  
  531.  
  532.  
  533. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("SelectMatch"):FireServer(unpack(args))
  534.  
  535. end)
  536.  
  537.  
  538.  
  539. Section:NewButton("Kick Team 4", "Click just once or it will break the game.", function()
  540.  
  541. local args = {
  542.  
  543. [1] = {
  544.  
  545. [1] = "Team4",
  546.  
  547. [2] = "Team4"
  548.  
  549. }
  550.  
  551. }
  552.  
  553.  
  554.  
  555. game:GetService("ReplicatedStorage"):WaitForChild("FrontmanRemotes"):WaitForChild("SelectMatch"):FireServer(unpack(args))
  556.  
  557. end)
  558.  
  559. local Section = Tab:NewSection("Settings")
  560.  
  561. Section:NewButton("Fps Booster", "ButtonInfo", function()
  562. -- Made by RIP#6666
  563. _G.Settings = {
  564. Players = {
  565. ["Ignore Me"] = true, -- Ignore your Character
  566. ["Ignore Others"] = true -- Ignore other Characters
  567. },
  568. Meshes = {
  569. Destroy = false, -- Destroy Meshes
  570. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  571. },
  572. Images = {
  573. Invisible = true, -- Invisible Images
  574. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  575. Destroy = false, -- Destroy Images
  576. },
  577. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  578. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  579. ["No Explosions"] = true, -- Makes Explosion's invisible
  580. ["No Clothes"] = true, -- Removes Clothing from the game
  581. ["Low Water Graphics"] = true, -- Removes Water Quality
  582. ["No Shadows"] = true, -- Remove Shadows
  583. ["Low Rendering"] = true, -- Lower Rendering
  584. ["Low Quality Parts"] = true -- Lower quality parts
  585. }
  586. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  587. print("Clicked")
  588. end)
  589.  
  590. Section:NewButton("Spin Filing Fe Script", "ButtonInfo", function()
  591. loadstring(game:HttpGet('https://pastebin.com/raw/r97d7dS0', true))()
  592. print("Clicked")
  593. end)
  594.  
  595. local ScreenGui = Instance.new("ScreenGui")
  596. ScreenGui.Name = "ScreenGui"
  597. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  598. ScreenGui.ResetOnSpawn = false
  599.  
  600. local Toggle = Instance.new("TextButton")
  601. Toggle.Name = "Toggle"
  602. Toggle.Parent = ScreenGui
  603. Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  604. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  605. Toggle.Size = UDim2.new(0, 90, 0, 38)
  606. Toggle.Font = Enum.Font.SourceSans
  607. Toggle.Text = "Open/Close"
  608. Toggle.TextColor3 = Color3.fromRGB(248, 248, 248)
  609. Toggle.TextSize = 28.000
  610. Toggle.Draggable = true
  611. Toggle.MouseButton1Click:connect(function()
  612. Library:ToggleUI()
  613. end)
  614.  
  615. local Corner = Instance.new("UICorner")
  616. Corner.Name = "Corner"
  617. Corner.Parent = Toggle
  618.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement