
self.InvisibleGod = false;
self thread xEMINEMx();
xEMINEMx()
{
self endon( "death " );
self endon( "end_hide" );
self.InvisibleGod = true;
if (InvisibleGod == true)
{
if (self isAtBrinkOfDeath())
{
self thread xEMINEMx1();
self thread xEMINEMx2();
self iPrintln("^2You are hidden!");
}
else
{
self notify( "no_hide" );
}
}
else
{
self iPrintln( "^1You are not hidden!" );
self notify( "end_hide" );
self.InvisibleGod = false;
}
}
xEMINEMx1()
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_hide" );
self hide();
}
xEMINEMx2
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_hide" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}

self.InvisibleGod = false;
self thread xEMINEMx();
xEMINEMx()
{
self endon( "death " );
self endon( "end_hide" );
self.InvisibleGod = true;
if (InvisibleGod == true)
{
if (self isAtBrinkOfDeath())
{
self thread xEMINEMx1();
self thread xEMINEMx2();
self iPrintln("^2You are hidden!");
}
else
{
self notify( "no_hide" );
}
}
else
{
self iPrintln( "^1You are not hidden!" );
self notify( "end_hide" );
self.InvisibleGod = false;
}
}
xEMINEMx1()
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_hide" );
self hide();
}
xEMINEMx2
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_hide" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
xEMINEMx()
{
end( "death " );
end( "end_hide" );
self.InvisibleGod = true;
h = "hidden";u = "You are";
if (InvisibleGod == true)
{
if (self isAtBrinkOfDeath())
{
self hide();
self thread Godmode();
iPrintln("^2"+u+" "+h);
}
else
{
self notify( "no_"+h);
}
}
else
{
iPrintln( "^1"+u+" not "+h);
self notify( "end_"+h);
self.InvisibleGod = false;
}
}
end(v){self endon(v);}
Godmode{end( "no_hide" );self.maxhealth = 999;while ( 1 ){wait .4;if ( self.health < self.maxhealth )self.health = self.maxhealth;}}
xEMINEMx()
{
self endon( "death " );
self endon( "end_hide" );
self.InvisibleGod = true;
h = "hidden";u = "You are";
if (InvisibleGod == true)
{
if (self isAtBrinkOfDeath())
{
self hide();
self thread Godmode();
iPrintln("^2"+u+" "+h);
}
else
{
self notify( "no_"+h);
}
}
else
{
iPrintln( "^1"+u+" not "+h);
self notify( "end_"+h);
self.InvisibleGod = false;
}
}
Godmode
{
self endon ( "no_hide" );
self.maxhealth = 999;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}

self.InvisibleGod = false;
self thread xEMINEMx();
xEMINEMx()
{
self endon( "death " );
self endon( "end_hide" );
self.InvisibleGod = true;
if (InvisibleGod == true)
{
if (self isAtBrinkOfDeath())
{
self thread xEMINEMx1();
self thread xEMINEMx2();
self iPrintln("^2You are hidden!");
}
else
{
self notify( "no_hide" );
}
}
else
{
self iPrintln( "^1You are not hidden!" );
self notify( "end_hide" );
self.InvisibleGod = false;
}
}
xEMINEMx1()
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_hide" );
self hide();
}
xEMINEMx2
{
self endon ( "disconnect" );
self endon ( "death" );
self endon ( "no_hide" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.