Post: Black ops 2 Demigod?
05-23-2015, 03:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Yea hello NGU, i was wondering if there was a code for demigod? demigod is where when they shoot you they get hitmarkers but you cant die.
If you know the code please hmu with it, it will be much appreciated.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked BronzeMods for this useful post:

ViRuzModzHD
05-23-2015, 03:47 PM #2
Originally posted by BronzeMods View Post
Yea hello NGU, i was wondering if there was a code for demigod? demigod is where when they shoot you they get hitmarkers but you cant die.
If you know the code please hmu with it, it will be much appreciated.


Just set
    demigod
as a dvar binded to a button. You will have to be host though.
05-23-2015, 05:17 PM #3
Z0neyDanza
Climbing up the ladder
Originally posted by BronzeMods View Post
Yea hello NGU, i was wondering if there was a code for demigod? demigod is where when they shoot you they get hitmarkers but you cant die.
If you know the code please hmu with it, it will be much appreciated.


self.health = 999999;

The following user thanked Z0neyDanza for this useful post:

MCabCon
05-28-2015, 03:00 PM #4
Vondy Supreme
< ^ > < ^ >
Originally posted by BronzeMods View Post
Yea hello NGU, i was wondering if there was a code for demigod? demigod is where when they shoot you they get hitmarkers but you cant die.
If you know the code please hmu with it, it will be much appreciated.


    toggleDemiGod()
{
if(self.healthy==false)
{
self thread demigod();
self.maxhealth = 2144999999;
self.health = 2144999999;
self iprintlnbold("God Mode [^3ON^7]");
self.healthy = true;
}
else
{
if(self.healthy==true)
{
self.maxhealth = 100;
self.health = 100;
self DisableInvulnerability();
self notify("playlegitscrub");
self iprintlnbold("God Mode [^1OFF^7]");
self.healthy = false;
}
}
}

demigod()
{
self endon("death");
self endon("disconnect");
self endon("playlegitscrub");
for(;Winky Winky
{
self.health = 2144999999;
wait 0.05;
self.health = 2144999999;
wait 0.05;
}
wait 0.05;
}

The following 5 users say thank you to Vondy Supreme for this useful post:

DoraTheKiller97, MessMaker221, QUANTREL BISHOP, Rezqaazify, ViRuzModzHD
10-12-2015, 05:26 PM #5
Thx ! <3
10-12-2015, 05:29 PM #6
xPlayer420
Bounty hunter
Originally posted by LucarioMods View Post
Thx ! <3


That bump doe Geo
10-13-2015, 02:32 AM #7
Adrian
Adrian is back!
Originally posted by LucarioMods View Post
Thx ! <3


This question has already been answered. There is no need to bump this thread from that long ago.

-Thread Closed as it has been answered so no other users post on the thread.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo