Streetz War Anti-cheat bypass

MADE BY synsmasher

FEATURE:

  • ANTI CHEAT BYPASS
  • .
  • https://www.roblox.com/games/9796315265/300K-VISITS-Streetz-War

SCRIPT:

local debounce = false

for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerScripts:GetChildren()) do
    if v.Name == "RbxCharacterSounds" or v.Name == "Clearall" then -- Locates each "Anti-Cheat script"
        for i,v in pairs(getconnections(v.Changed)) do -- Gets each connection (userdata) that is utilized by the Changed event
            v:Disable()
        end
        for i,v in pairs(getconnections(v.AncestryChanged)) do
            v:Disable()
        end
        debounce = true -- Lets the script know its time to disable the Anti-Cheat for real
    end
end

if debounce then
    print("Script may now disable Anti-Cheat")
    for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerScripts:GetChildren()) do
        if v.Name == "RbxCharacterSounds" then
            v.Disabled = true
        end
        if v.Name == "Clearall" then
            v.Disabled = true
        end
    end
end

if game:GetService("Players").LocalPlayer.PlayerScripts.RbxCharacterSounds.Disabled then
    print("Check Disabled (May break movement sounds)")
end

if game:GetService("Players").LocalPlayer.PlayerScripts.Clearall.Disabled then
    print("Anti-Cheat Disabled")
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!