SA-MP Forums Archive
How to identify if someone is using Cleo Mod. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to identify if someone is using Cleo Mod. (/showthread.php?tid=564237)



How to identify if someone is using Cleo Mod. - RaphaelCaldas - 20.02.2015

It's possible to identify if someone is using a Cleo Mod?
Some code, i don't know, do you know some code to do it?



Re: How to identify if someone is using Cleo Mod. - Excel™ - 20.02.2015

An old method of detecting sobiet, is through camera!

But you can always build a plug-in for anti cheat such like: https://sampforum.blast.hk/showthread.php?tid=268052


Re: How to identify if someone is using Cleo Mod. - RaphaelCaldas - 20.02.2015

Quote:
Originally Posted by Excel™
Посмотреть сообщение
An old method of detecting sobiet, is through camera!

But you can always build a plug-in for anti cheat such like: https://sampforum.blast.hk/showthread.php?tid=268052
Yes, ant-sobiet i already have, but i need to block Cleo Mod, because in the server there's a lot of cleo mods such like Judeuzinho(player doesn't lose life when is punched) and Pro-Aim(Aim Cleo Hack), so i need to block some Cleo, but i don't know how.



Re: How to identify if someone is using Cleo Mod. - RaphaelCaldas - 20.02.2015

bump.
Here's a video of the cleo mod Judeuzinho:
https://www.youtube.com/watch?v=KPIf...ature=*********
They don't receive punch damage or any meele range damage.



Re: How to identify if someone is using Cleo Mod. - Abagail - 20.02.2015

You can't directly detect CLEO modifications. And additionally, you can just use a server-sided health system to avoid people from being able to HH.


Re: How to identify if someone is using Cleo Mod. - RaphaelCaldas - 20.02.2015

Quote:
Originally Posted by Abagail
Посмотреть сообщение
You can't directly detect CLEO modifications. And additionally, you can just use a server-sided health system to avoid people from being able to HH.
How can i do it?



Re: How to identify if someone is using Cleo Mod. - CalvinC - 21.02.2015

There's lots of ways to do so, you can look up some Anticheat tutorials.
Personally i use enumerator variable with their health that looks like "PlayerInfo[playerid][Health]".
Then i have a custom damage system, which decreases the players Health-variable and his ingame health.
Thereby i can see if he does not loose health, or if he regenerates his health.

Some people also prefer an easy method, setting his health to 99, then if he has 100 he's probably using a health regeneration cheat.


Re: How to identify if someone is using Cleo Mod. - Stanford - 21.02.2015

It depends on the type of the cleo. For instance, there are cleos that do flying as a result you have to search around this forums for some anticheats for it; else you have to code one yourself.