ADVERTISEMENTREMOVE ADS
Game icon

AC Bypass (OpenSource)

πŸ‘‘ Empire Clashβ€’
6 months ago
Script preview thumbnail
Script Preview

Description

How to use?

First use the code and then use the cheat script!

Why?

This code disables the game's AntiCheat!

^_^

Features:

  • Bypass
ADVERTISEMENTREMOVE ADS
91 Lines β€’ 2.85 KiB
Raw
if not game.IsLoaded then
game.Loaded:Wait()
end
local debugMod = false
local function log(x)
if debugMod then
print(x)
end
end
local crashFns = {
Crash = true, HardCrash = true, GPUCrash = true,
RAMCrash = true, KillClient = true, SetFPS = true
}
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local function nothing() end
local function hookTableFunctions(t)
if rawget(t, "RegisterHitbox") then
hookfunction(t.RegisterHitbox.Fire, nothing)
print("Hooked RegisterHitbox's Fire | Potential side ban")
return
end
for name, elem in t do
if typeof(elem) == "function" then
hookfunction(elem, nothing)
print(`Hooked {name}`)
elseif typeof(elem) == "table" then
local remote = rawget(elem, "_re")
if remote and remote.OnClientEvent then
for _, con in getconnections(remote.OnClientEvent) do
con:Disable()
end
end
hookfunction(elem.Fire, nothing)
print(`Hooked {name}'s Fire`)
end
end
end
for _, elem in getgc(true) do
if typeof(elem) == "table" then
if rawget(elem, "Detected") and typeof(elem.Detected) == "function" and rawget(elem, "RLocked") then
hookfunction(elem.Detected, function(action, reason, nocrash)
log(`Detected: Action: {action}, Reason: {reason}, Crashing: {not nocrash}`)
return true
end)
log("Hooked Detected Function")
end
if (rawget(elem, "ILikeToMoveItMoveIt") and rawget(elem, "CasperSlidePartTwo") and rawget(elem, "NineteenDollaFortniteGiftCard"))
or rawget(elem, "RegisterHitbox") then
hookTableFunctions(elem)
end
elseif typeof(elem) == "function" then
local name = debug.info(elem, "n")
if crashFns[name] or name == "crashPlayer" then
hookfunction(elem, nothing)
log(`Hooked Lag/Crash function : {name}`)
if name == "crashPlayer" then
print("Hooked crash")
end
end
end
end
local oldNCMT
local oldIMT
oldNCMT = hookmetamethod(player, "__namecall", function(self, ...)
if not checkcaller() and rawequal(getnamecallmethod(), "Kick") then
return
else
return oldNCMT(self, ...)
end
end)
oldIMT = hookmetamethod(game, "__index", newcclosure(function(self, k)
if not checkcaller() and rawequal(k, "Speed") and rawequal(oldIMT(self, "ClassName"), "AnimationTack") then
return 1
end
return oldIMT(self, k)
end))
workspace:SetAttribute("SillyTest", true)
workspace:GetAttributeChangedSignal("SillyTest"):Connect(function()
workspace:SetAttribute("SillyTest", true)
end)
ADVERTISEMENTREMOVE ADS

Comments

4 comments
to add a comment
Ga

will this work in every game and work in ff2

0
0
mi
@minoa
(edited)

crash swift xeno error line 73 : oldNCMT = hookmetamethod(player, "__namecall", function(self, ...) awp work

1
0
nu

lol got banned on game

1
0
Ga

i got banned because it said i have a anti cheat this garbage

0
0
ADVERTISEMENTREMOVE ADS