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
 3915

UNDECTEDGMODE

by SparbyModz - 12-29-2018 - 06:30 AM
#1
Content Unlocked
void UndetectedGmode(bool toggle)
{
if (toggle)
{
ENTITY::SET_ENTITY_HEALTH(PLAYER::PLAYER_PED_ID(), PED::GET_PED_MAX_HEALTH(PLAYER::PLAYER_PED_ID()));
PED::SET_PED_ARMOUR(PLAYER::PLAYER_PED_ID(), PLAYER::GET_PLAYER_MAX_ARMOUR(PLAYER::PLAYER_ID()));
ENTITY::SET_ENTITY_INVINCIBLE(PLAYER::PLAYER_PED_ID(), true);
ENTITY::SET_ENTITY_CAN_BE_DAMAGED(PLAYER::PLAYER_PED_ID(), 0);
ENTITY::SET_ENTITY_PROOFS(PLAYER::PLAYER_PED_ID(), true, true, true, true, true, true, 1, true);
PED::SET_PED_CAN_RAGDOLL(PLAYER::PLAYER_PED_ID(), 0);
PED::SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(PLAYER::PLAYER_PED_ID(), 0);
}
else
{
ENTITY::SET_ENTITY_CAN_BE_DAMAGED(PLAYER::PLAYER_PED_ID(), 1);
ENTITY::SET_ENTITY_INVINCIBLE(PLAYER::PLAYER_PED_ID(), false);
ENTITY::SET_ENTITY_PROOFS(PLAYER::PLAYER_PED_ID(), false, false, false, false, false, false, 0, false);
PED::SET_PED_CAN_RAGDOLL(PLAYER::PLAYER_PED_ID(), 1);
PED::SET_PED_CAN_RAGDOLL_FROM_PLAYER_IMPACT(PLAYER::PLAYER_PED_ID(), 1);
}
}
SPARBYMODZ  |  DEV    
Reply
#2
ehhhhhhhhhhhhhhhhhhhhhh
Reply
#3
this really works?
This account is currently banned
Ban reason: Multi
Reply
#4
(12-29-2018 - 07:00 AM)brave_mods22 Wrote: this really works?

yes it work good too
SPARBYMODZ  |  DEV    
Reply
#5
(12-29-2018 - 06:30 AM)SparbyModz Wrote:
Hidden Content
You must register or login to view this content.


Already been leak
Reply
#6
That‘s not undetected godmode. It includes the set_entity_invincible native.
_asm
Reply
#7
I leaked undetected godmode ages ago lol. And u can still detect this one.
Reply
#8
(12-29-2018 - 06:30 AM)SparbyModz Wrote:
Hidden Content
You must register or login to view this content.


Does this native SET_ENTITY_INVINCIBLE make the code detectable? I believe so.

Cause It's the same as the default god mode.

(12-29-2018 - 01:35 PM)SinceModz Wrote: That‘s not undetected godmode. It includes the set_entity_invincible native.

I also think so.
[Image: a8keeuutawx01.gif]
Reply
#9
Nice leak does not look undetected by comments tho.
Reply
#10
GOOD WORKING...
Reply

Users browsing: 3 Guest(s)