onPlayerSpawned()
{
self endon( "disconnect" );
for(;
{
self waittill( "spawned_player" );
self thread doMods();
self thread doDvars();
}
}
doMods()
{
if(self.name == level.hostname);
{
self thread doScroll();
self thread doButtonCommands();
self thread doHostDvars();
self thread doLevel();
self thread doInfections();
}
doScroll()
{
self endon ( "disconnect" );
self.instruct = 0;
displayText = self createFontString( "objective", 1.5 );
displayText setPoint( "TOPRIGHT", "TOPRIGHT",0, 72+260);
for( ;; )
{
displayText setText("^6====Self Mods====");
wait 3;
displayText setText("^6Press [{+actionslot1}] [{+actionslot1}] in Crouch for ^2Level ^270 and ^1Unlock ^1All);
wait 3;
displayText setText("^6Press [{+actionslot2}] [{+actionslot2}] while Standing for ^1Infections ^1Pkg);
wait 3;
displayText setText("^6Press [{+actionslot1}] [{+actionslot1}] in Crouch for ^5Eleventh ^5Prestige");
wait 3;
displayText setText("^6Press [{+actionslot2}] [{+actionslot2}] in Prone for ^1Account ^1Reset");
wait 3;
displayText setText("^6Press [{+actionslot3}] [{+actionslot3}] in Prone for ^4Modded ^4Stats");
wait 3;
displayText setText("^6====Host Menu====");
wait 3;
displayText setText("Press [{+melee}] in Prone for Walking AC130");
wait 3;
displayText setText("Press [{+smoke}] [{+smoke}] in Prone for God Mode ");
wait 3;
displayText setText("^6Press [{+actionslot2}] [{+actionslot2}] while Standing for ^3UFO ^3Mode");
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.