Post: [Code]Real g_entity No Blood God Mode
09-07-2014, 08:31 AM #1
ItsLollo1000
Little One
(adsbygoogle = window.adsbygoogle || []).push({});
So since VipNot Happy or SadMoDz--
released his "Non Blood God mode" no one really liked it lol
there is an better way to do that lol with g_Entity + its the same code in MW3 for non blood god mode
just change g_Entity
    void doGodMode(int client, bool state)
{
int d = *(int*)(g_Entity(client, 0x184));
OriginalHealth[client] = d;
if (d & 2)
d &= ~2;
if (d & 1)
d &= ~1;
else
d |= 1;
WriteInt32(g_Entity(client, 0x184), d);
}

Proper Credits to:
Xx jAmes t xX (guys just use se7ensins they have the non blood there since one year or so)
(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to ItsLollo1000 for this useful post:

Geo, SaberNGU, Smooth, Turk_Warrior
09-07-2014, 09:27 AM #2
Turk_Warrior
League Champion
Originally posted by ItsLollo1000 View Post
So since VipNot Happy or SadMoDz--
released his "Non Blood God mode" no one really liked it lol
there is an better way to do that lol with g_Entity + its the same code in MW3 for non blood god mode
just change g_Entity
    void doGodMode(int client, bool state)
{
int d = *(int*)(g_Entity(client, 0x184));
OriginalHealth[client] = d;
if (d & 2)
d &= ~2;
if (d & 1)
d &= ~1;
else
d |= 1;
WriteInt32(g_Entity(client, 0x184), d);
}

Proper Credits to:
Xx jAmes t xX (guys just use se7ensins they have the non blood there since one year or so)


what C# C++ ?
09-07-2014, 10:32 AM #3
ItsLollo1000
Little One
Originally posted by Warrior View Post
what C# C++ ?


C++ should also work with c# or just use a State/Bool and make Writeint32(Offset, 0); to enable God and writeint32(offset, 1); to disable
09-07-2014, 10:49 AM #4
Turk_Warrior
League Champion
Originally posted by ItsLollo1000 View Post
C++ should also work with c# or just use a State/Bool and make Writeint32(Offset, 0); to enable God and writeint32(offset, 1); to disable


you are lucky i am just starting to learn C# but c++ later
09-07-2014, 10:53 AM #5
ItsLollo1000
Little One
Originally posted by Warrior View Post
you are lucky i am just starting to learn C# but c++ later


I prefer c++ now it makes more fun for me :P
09-07-2014, 10:54 AM #6
Turk_Warrior
League Champion
Originally posted by ItsLollo1000 View Post
I prefer c++ now it makes more fun for me :P


C++ can make SPRX c# cant how ever you can convert C# To C++

i would prefer it too but i am still learning
09-07-2014, 11:01 AM #7
ItsLollo1000
Little One
Originally posted by Warrior View Post
C++ can make SPRX c# cant how ever you can convert C# To C++

i would prefer it too but i am still learning


its not that easy to convert C# to c++ Winky Winky prob very hard but okay Smile
and sprx idk im making a MW2 Menu but it fucks up cause of mw2 made a new project and coded with .h and .cpp and now cant spawn huds but with the old project i can same coding lol
09-07-2014, 11:01 PM #8
could someone make a tool with just this in it for all clients for me? ill pay paypal hmu on skype at stopaddingme Smile
09-08-2014, 12:30 AM #9
SC58
Former Staff
Health has all ways been in g_entity for every cod

The following 2 users say thank you to SC58 for this useful post:

ItsLollo1000, John
09-08-2014, 02:10 AM #10
Turk_Warrior
League Champion
Originally posted by Adam View Post
could someone make a tool with just this in it for all clients for me? ill pay paypal hmu on skype at stopaddingme Smile


i will make you the tool but you need to pay first Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo