ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2120

Here a little helping hand for detect some African Menu users

by marchsofia05 - 04-26-2018 - 05:48 PM
#1
I see in "armour lists" a way to detect some mod menus. Much mod menus requires other proccess to can be detected (are "invisible"). But in all list appears "Armour 343 = African". Well, sometimes I see this number in MAX_HEALTH, not in "MAX_ARMOUR".

Sometimes, African users do something and his MAX_HEALTH ups to 343 (max in normal user is 328).

You can detect Death Rider Cracked (by Africans) with MAX_HEALTH = 3228 also.

 Now, you can use this to detect some modders (not everytime), whithin use other events detectors.

I hope it helps you.
Reply
#2
char *isModderWithModdedHealth(int player)
{
char isModder[200];
if (PED::GET_PED_MAX_HEALTH(player) >= 329)
{
snprintf(isModder, 200, "~r~Yes %i", PED::GET_PED_MAX_HEALTH(player));
}
else{
snprintf(isModder, 200, "~y~Not");
}
return isModder;
}
or use this for detect :)
This account is currently banned
Ban reason: Abusing the Report function is not allowed. Please read the rules.
Reply
#3
(04-26-2018 - 06:28 PM)Wesley_Marcos Wrote: char *isModderWithModdedHealth(int player)
{
char isModder[200];
if (PED::GET_PED_MAX_HEALTH(player) >= 329)
{
snprintf(isModder, 200, "~r~Yes %i", PED::GET_PED_MAX_HEALTH(player));
}
else{
snprintf(isModder, 200, "~y~Not");
}
return isModder;
}
or use this for detect :)

yeah, I classified as "[M] VIP" (modder VIP) in actual version of ViudaNegra Mod. There are some than Death Rider Crack = 3228 and more with others. As well we can apply this integers to self, to appears like others modders... Is interesting this concept, use armour and max_health instead others events. Example we can detect some Semi-GodMode if Health  is near of MaxHealth value (Rider, 3328/3328 or 867 / 3328)... If is over maximum (328)...
Reply
#4
(04-27-2018 - 10:41 PM)xboxkernel Wrote: Good way is to check is for there ip spoofing that's what I do with purge live users.

But... African use very much spoofed ips... Stelio uses little.
Reply
#5
thx for help bro
Reply
#6
this help for identify african users
Reply

Users browsing: 2 Guest(s)