Aller au contenu
FonctionnelExploit

OPEN SOURCE: Aftermath full anti-cheat bypass

FLFluffyBlox356 vuesAftermath26 juil. 2026
Partager
OPEN SOURCE: Aftermath full anti-cheat bypass

Code du script

Lua
local ServiceManagerEnv

for i, v in getgc(true) do
    if type(v) == "table" then
        if rawget(v, "newcclosure") and rawget(v, "vx") and type(getrawmetatable(v).__index) == "table" then
            ServiceManagerEnv = v
            break
        end
    end
end

if ServiceManagerEnv then
    local GetHeartbeat = function(num)
        num = tostring(num)

        local hash = 2166136261

        for i=1, #num do
            local byte = string.byte(num,i)

            local t1 = bit32.bxor(hash,byte)
            local t2 = t1 * 16777619
            local t3 = bit32.band(t2, 4294967295)
            hash = t3
        end

        local finalhb = bit32.band(hash, 65535)

        return "\n>"..num.."--"..finalhb
    end
    
    local OldIndex = getrawmetatable(ServiceManagerEnv).__index
    local Heartbeat = ServiceManagerEnv.s

    ServiceManagerEnv.s = nil

    ServiceManagerEnv.sp = nil
    ServiceManagerEnv.cst = nil

    getrawmetatable(ServiceManagerEnv).__newindex = function(self, index, value)
        if index == "s" then
            Heartbeat = GetHeartbeat(ServiceManagerEnv.c)
            return
        elseif index == "sp" then
            return
        elseif index == "cst" then
            return
        end

        rawset(self, index, value)
    end

    getrawmetatable(ServiceManagerEnv).__index = function(self, index)
        if index == "s" then
            return Heartbeat
        elseif index == "sp" then
            return false
        elseif index == "cst" then
            return false
        end

        return rawget(OldIndex, index)
    end

    print("Anti-Cheat bypassed.")
else
    print("Anti-Cheat already bypassed")
end

Description

Ultra advanced full bypass

Commentaires (0)

Connectez-vous pour participer à la conversation

  • Soyez le premier à commenter.

Questions fréquentes

Comment utiliser le script OPEN SOURCE: Aftermath full anti-cheat bypass ?
Copiez le code du script ci-dessus, rejoignez Aftermath sur Roblox, puis collez et exécutez le code dans votre executor. Les fonctionnalités s'activent dès que le script tourne.
Est-ce que OPEN SOURCE: Aftermath full anti-cheat bypass fonctionne encore ?
Oui — OPEN SOURCE: Aftermath full anti-cheat bypass est actuellement marqué comme fonctionnel (dernière mise à jour : 18 août 2026). S'il casse après une mise à jour de Roblox, repassez bientôt pour une version corrigée.
Quel exécuteur fonctionne avec OPEN SOURCE: Aftermath full anti-cheat bypass ?
Ce script fonctionne avec la plupart des exécuteurs Roblox populaires. Consultez notre page d'exécuteurs pour trouver un exécuteur gratuit ou payant fiable pour votre appareil.