Warrior Simulator [BETA] Script | remove dash cooldown

Description

removes the dash cooldown so you can spam the dash

local script = require(game:GetService("Players").LocalPlayer.PlayerScripts.DashClient.DashHandler).OnDash

while task.wait() do
    local upvalues = debug.getupvalues(script)
    for i, value in pairs(upvalues) do
        if type(value) == "boolean" and debug.getupvalue(script, i) == true then
            debug.setupvalue(script, i, false)
        end
    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!