
-- Ac Bypass
local success, err = pcall(function()
assert(getgc, "executor missing required function getgc")
assert(debug.info, "executor missing required function debug.info")
assert(hookfunction, "executor missing required function hookfunction")
assert(getconnections, "executor missing required function getconnections")
for _,v in getgc() do
if typeof(v) == "function" and string.find(debug.info(v, "s"), "AnalyticsPipelineController") then
print("Hanging Anticheat script...")
hookfunction(v, function() return task.wait(9e9) end)
end
end
for _,v in getconnections(game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AnalyticsPipeline"):WaitForChild("RemoteEvent").OnClientEvent) do
print("Hooking Anticheat client event...")
hookfunction(v.Function, function() end)
end
end)
if not success then
print("Failed (Ass Executor): " .. err)
else
print("Finished (Bypassed)")
endComments section coming soon...
To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the RIVALS game.
Yes, this script is completely free to use.
No, this script does not require a key.
This script is primarily designed for desktop. Mobile compatibility is not guaranteed.