Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can someone help me with this type of Anti cheat?

Asked by 2 years ago

I know you can do a Hack check with game.DescendantAdded, and so far I got this:

wait(4.5) -- i am waiting so the game loads
game.DescendantAdded:Connect(function()
    game.Players.LocalPlayer:Kick("hacking.")
end

But can still get false kicks.

0
There's a few things wrong here. ComplexGrounds 0 — 2y

2 answers

Log in to vote
0
Answered by 2 years ago

Every time a player joins, their character is added which could kick everyone?

Ad
Log in to vote
0
Answered by 2 years ago

Yes, I am trying to prevent exploiters from adding ScreenGUIs (Hack menus) to CoreGui.

Answer this question