Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
Rivals Ac Bypass - RIVALS Script | Free Roblox Script
RIVALS RIVALS

Rivals Ac Bypass

RIVALS 12 views 1 week ago
Rivals Ac Bypass - Roblox Script

Description

Credits: 090

RIVALS
Explore more scripts
View all RIVALS scripts

25 Lines 998 Bytes
-- 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)")
end

Comments

Comments section coming soon...

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/rivals-ac-bypass/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other