What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Anticheat Disabler

Version / Update: v1.0.0
Download / Script Link
local ACtable = {
game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChild("QuitsAntiCheatChecker"),
game:GetService("Players").LocalPlayer.PlayerScripts:FindFirstChild("QuitsAntiCheatLocal"),
game:GetService("StarterPlayer").StarterPlayerScripts:FindFirstChild("QuitsAntiCheatChecker"),
game:GetService("StarterPlayer").StarterPlayerScripts:FindFirstChild("QuitsAntiCheatLocal"),
}

for _, v in ACtable do
v:Destroy()
end
[ View More ]
718b8517-aca4-4221-b7d3-5193a53bf16f.webp


This script disables anticheat in You Vs Homer.Anticheat just has some movement checks and thats all.I will improve it if bypass becomes patched.
 
Works on mobile
  1. Yes
Back
Top