Please tell me how to dtected modder
(07-02-2019 - 11:01 PM)ask_blk Wrote:use if have godmode(07-02-2019 - 10:58 PM)NoNameV2345 Wrote:I want to detect it in another way instead of armor(07-02-2019 - 10:06 PM)ask_blk Wrote: Please tell me how to dtected modder
use armour
if armour > 50 it modder
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Code:
bool ModderCheck(int player) {
int A_LVL = PLAYER::GET_PLAYER_MAX_ARMOUR(player);
int H_LVL = ENTITY::GET_ENTITY_HEALTH(player);
if (R_G(1582015 + (306 * player)) > 1 || A_LVL > 50 || H_LVL > 328)
return true;
return false;
}
//Place Anywhere (This Checks If The Player's Health/Armour Is Above Standard Threshold & Checks If They Have A Global, Retails Shouldn't (I Don't Think Lol)) (Globals Are Also Set On Player's That Are In Gang Attacks And Other Ingame Activities So Be Mindful When Reading) Should Help :)
Then Call In Your PL - if (ModderCheck(i){ print name etc e.x "Gamertag ~o~[M]" } ;
2021 Best Be Better Then 2020
(07-03-2019 - 12:54 PM)trinity7 Wrote:Code:bool ModderCheck(int player) {
int A_LVL = PLAYER::GET_PLAYER_MAX_ARMOUR(player);
int H_LVL = ENTITY::GET_ENTITY_HEALTH(player);
if (R_G(1582015 + (306 * player)) > 1 || A_LVL > 50 || H_LVL > 328)
return true;
return false;
}
//Place Anywhere (This Checks If The Player's Health/Armour Is Above Standard Threshold & Checks If They Have A Global, Retails Shouldn't (I Don't Think Lol)) (Globals Are Also Set On Player's That Are In Gang Attacks And Other Ingame Activities So Be Mindful When Reading) Should Help :)
Then Call In Your PL - if (ModderCheck(i){ print name etc e.x "Gamertag ~o~[M]" } ;
Thank you! Iwill utilize it!
(07-04-2019 - 01:34 AM)ask_blk Wrote:No problem xD(07-03-2019 - 12:54 PM)trinity7 Wrote:Code:bool ModderCheck(int player) {
int A_LVL = PLAYER::GET_PLAYER_MAX_ARMOUR(player);
int H_LVL = ENTITY::GET_ENTITY_HEALTH(player);
if (R_G(1582015 + (306 * player)) > 1 || A_LVL > 50 || H_LVL > 328)
return true;
return false;
}
//Place Anywhere (This Checks If The Player's Health/Armour Is Above Standard Threshold & Checks If They Have A Global, Retails Shouldn't (I Don't Think Lol)) (Globals Are Also Set On Player's That Are In Gang Attacks And Other Ingame Activities So Be Mindful When Reading) Should Help :)
Then Call In Your PL - if (ModderCheck(i){ print name etc e.x "Gamertag ~o~[M]" } ;
Thank you! Iwill utilize it!
2021 Best Be Better Then 2020
Users browsing: 6 Guest(s)