Old A Bizarre Day Modded | Kill Everyone

MADE BY brickmane

FEATURE:

  • KILL EVERYONE
  • .
  • https://www.roblox.com/games/7128635125/SENATOR-JETSTREAM-Old-A-Bizarre-Day-Modded

SCRIPT:

getrenv().Toggle = true
getrenv().ChatSay = false -- default is false, because to stay silent and not get caught (unless some smartass founds out)
getrenv().Toxicity = {
   'Oh look whos the boss now.',
   'hehehehe',
   'You guys are trash',
   'Dont wanna die? Then leave',
   'Imagine not being able to get the items, cant be me.',
   'Pfft. You guys collect tools; get a stand; trade it; get scammed for a living?',
   'XD',
   'Waltuh.. i killed everybody in the server Waltuh..'
}

do
   task.spawn(function()
       while getrenv().ChatSay do
           game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(getrenv().Toxicity[math.random(#getrenv().Toxicity)], 'All')
           task.wait(6)
       end
   end)



   while getrenv().Toggle and task.wait() do

       task.spawn(function()
           for i, v in ipairs(workspace:GetDescendants()) do
               if v:IsA('Humanoid') and v ~= nil then
                   game.ReplicatedStorage.SamuraiDamage2:FireServer(v, math.huge)
               end
           end
       end)

       task.wait(1)
   end
end

⚠️ 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!