Post: [GSC] Theard Share Your Functions
09-10-2014, 08:50 AM #1
Turk_Warrior
League Champion
(adsbygoogle = window.adsbygoogle || []).push({});
    Toggle_God()
{
if(self.God==false)
{
self iPrintln("GodMod [^2ON^7]");
self.maxhealth=999999999;
self.health=self.maxhealth;
if(self.health<self.maxhealth)self.health=self.maxhealth;
self enableInvulnerability();
self.God=true;
}
else
{
self iPrintln("GodMod [^1OFF^7]");
self.maxhealth=100;
self.health=self.maxhealth;
self disableInvulnerability();
self.God=false;
}
}


ZeiiKeN For Supplying Godmode Function
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Turk_Warrior for this useful post:

V--JR7
09-14-2014, 06:43 AM #11
anyone have magic bullet
09-14-2014, 10:02 AM #12
ItsLollo1000
Little One
Originally posted by ScaRzModZ View Post
anyone have magic bullet


U serious use the ones out of my thread and just call them like self thread MagicBullets
U need to thread them lol

The following user thanked ItsLollo1000 for this useful post:

Turk_Warrior
09-16-2014, 09:16 PM #13
Thanks for the codes
how to use codes "GSC" to "off host"?
09-18-2014, 10:00 PM #14
nay1995
The Master
for anyone wanting the .gsc compiler here: You must login or register to view this content.

the creator of this is craigchrist
07-26-2015, 05:23 PM #15
FRINZ
I’m too L33T
bump nigga
07-26-2015, 05:50 PM #16
Nice idea xD Happy Here my You must login or register to view this content. Zombie godmode function by NzV Happy

    
Toggle_GodMod_NzV()
{
self notify("StopUnlimitedLives");
if(!isDefined(self.GodMod_NzV))
self.GodMod_NzV = false;
self.GodMod_NzV = !self.GodMod_NzV;
if(self.GodMod_NzV)
{
self.premaxhealth = 9999;
self.maxhealth = self.maxhealth;
self setmaxhealth(self.premaxhealth);
self.health = self.maxhealth;
self EnableInvulnerability();

if (isDefined(level.player_out_of_playable_area_monitor) && level.player_out_of_playable_area_monitor)
self notify("stop_player_out_of_playable_area_monitor");

if (level.script == "zm_prison")
{
self.infinite_mana = 1;
self thread UnlimitedLives();
}
}
else
{
self.premaxhealth= 100;
self.maxhealth = self.maxhealth;
self setmaxhealth(self.premaxhealth);
if (self hasperk("specialty_armorvest"))
{
self.maxhealth = level.zombie_vars[ "zombie_perk_juggernaut_health" ];
}
self setmaxhealth(self.maxhealth);
self.health = self.maxhealth;
self DisableInvulnerability();

if (isDefined(level.player_out_of_playable_area_monitor) && level.player_out_of_playable_area_monitor)
{
self notify("stop_player_out_of_playable_area_monitor");
self thread maps/mp/zombies/_zm::player_out_of_playable_area_monitor();
}

if (level.script == "zm_prison")
self.infinite_mana = 0;

}
self stealth_iprintln("GodMod " + self.GodMod_NzV ? "^2ON" : "^1OFF");
}


07-26-2015, 06:10 PM #17
Why bump? There is a managed code list for a reason...
07-26-2015, 06:11 PM #18
FRINZ
I’m too L33T
Originally posted by Gentle
Why bump? There is a managed code list for a reason...


cuz i can?
07-26-2015, 06:19 PM #19
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by FRlNZ View Post
cuz i can?


quit bumping old threads kid before u get bumped offline

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo