Survive The Slimes! NUKE SLIMES – OPEN SOURCE

Created by Bebo Mods بيبو#1777

Features:

  • NUKES SLIMES
  • OPEN SOURCE
local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/bacon"))()

local version, changelog = lib:GetInfo()
local window = lib:CreateWindow("Slime Nuker"..version)
local label = lib:CreateLabel(window, "Main")


local toggled = false
local toggle = lib:CreateToggle(window, "Nuke Slime", false, function(toggleState)
   toggled = not toggled
   while toggled and game:GetService('RunService').Heartbeat:Wait() do
         for k, v in pairs(game:GetService("Workspace").slimes:GetChildren()) do
                           local args = {
                               [1] = v,
                               [2] = 1000
                           }

                           game:GetService("ReplicatedStorage").shared.remotes.muteMusic:FireServer(unpack(args))
                       end
   end
end)

local label = lib:CreateLabel(window, "Bebo Mods")

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!