Hey mate really appreciate the work you have put into this.
I am wondering if you knew why the webhooks aren’t functioning. I tried multiple things, and yet it doesnt show up when the correct URL is inserted.
Let me know! Cheers 
Does the webhook even work? Have you tried it with other scripts?
The method I used in AppleCheat to send webhook messages, worked for other scripts on NND.
The webhook implemented on Blu’s Easy Admin works perfectly but i could not get it to work on Apple Cheat
Since this is the case it’s stopping me from using it live as no log for admins.
Let me know 
Hm ye sorry, its discontinued.
if(checkInvisible) then
wait(10)
if(not IsEntityVisible(GetPlayerPed(-1))) then
TriggerServerEvent("anticheatkick", "visible")
end
end
Or just start using C#
forbiddenKeys = {
121,
213,
340+183, <<<< shift+G cord ?
214
}
Nope, that’s not going to work.
discord webhook I put it in but I don’t have any notifications.
Could you show me the line in the configuration, where you added the URL (please post your URL like this: https://*******************)?
how can i set group of mod/admin/superadmin not get kick when use vmenu player option ?
Allow ace applecheat.bypass to the groups.
how do i do ? this is my server cfg
@Quetschlex, when i spawn all weapon and car, i will get kick by the server
Yes, that is correct: you just have to put your license in there.
Another thing you could try is adding yourself to a group:
add_principal identifier.license:(your license here) group.admin
Will add yourself to a group called admin
You can then allow the ace for the whole group:
add_ace group.admin applecheat.bypass allow
Everyone in the admin group will then be able to bypass the anticheat.
nice , thanks all solve
If this anti cheat ban someone how can we unban them and how ?
is there any database for that?
The anti-cheat does not ban anyone.
It only kicks them.
If your server has a ban-feature, you can implement it in the server.lua file.
Did you mean add_principal identifier.license: (your license here) group.admin (your license here)???
Im not exactly sure what you mean.
add_principal identifier.license:[your license here] group.admin
Will add you to the admin group. You can then use
add_ace group.admin applecheat.bypass allow
To make everyone in group admin bypass the anticheat.
local lastTimerChack = 0
shouldnt it been Check?
