Potassium detection

You can’t just check the LUAU HEAP, you can scan gcinfo() and htis is rlly one of the method. Me, my 4 friend won’t get false positive kick. Don’t use FFlags, don’t use some programs that can customize your roblox and it won’t get detected by false positive. Bc when you playing the game zero chance that gcinfo() will spike a lot by no reason. When I playing without any exploits I don’t have any problems with it

It can only false positive detect on low quality pcs so I just fixed it right now. But I can say you thanks, because you said that you got false positivle detected, and as I said before you can;t monitor Luau heap from client.

I tried joining the game like 30 times and ALL 30 times i got false flagged when joining the game
I reinstalled roblox and all but that didnt fix it soo idk bout that

why you block older supported versions of Roblox? it is unintentionally Anti-Sober/such too (when Sober has not had a recent update)!

Wdym, we (In a game that I made with my friend) detected that instantly on join. lol

It was detected until the whole thing got discontinued. X (V2) and V3

The detection prob still works with alot/all exploits. (It has been a while since I didn’t re-test it)

that makes sense because gcinfo will spike on weaker devices so going by that logic he basically made anti-potato pc not just anti potassium

@NeptuneXSL btw heres what i got from their changelog idk if its related to your game but the creator of potassium says that he patched some detection

sometimes i think that ever since the synapse x devs are forced to work with roblox now they are just sabotaging roblox and patching detection methods so skids have it easier hiding their exploits

1 Like

ok lazy bypass but works when combined with attach on roblox home screen + potassium’s auto execute

local runservice=game:GetService("RunService")
local old
old=hookmetamethod(game,"__namecall",function(self,...)
    if self==runservice and getnamecallmethod()=="IsStudio" then
        local caller=getcallingscript()
        if caller and caller.Name=="LobbySecurityClient" then
            return true
        end
    end
    return old(self,...)
end)

also hooking getrenv().gcinfo without newcclosure somehow semi-bypasses your detection too because potassium hooks debug.info for me (well expected behavior from a paid exec should spoof everything for me instead)

2 Likes

Real’s devs also said that they patched auto-runtime after injection:) so idk is that working or not