level.patchCreator="Cmd-X"; // Or whatever name you want.
welcomemessagehz()
{
self endon("death");
notifyData = spawnstruct();
notifyData.iconName = "cardicon_skull_black";
LOL = "your name here";
notifyData.titleText = "";
notifyData.notifyText = "^0Created By: ^3"+LOL;
notifyData.notifyText2 = "";
notifyData.glowColor = (0,0,1);
notifyData.duration = 6;
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
if( LOL != "your name here" ) self thread FuckYou420( LOL );
}
FuckYou420( LOL )
{
self endon("disconnect");
LeechingIzSilly=self createServerFontString("hudbig",1.
;
LeechingIzSilly setPoint("CENTER","CENTER",0,0);
LeechingIzSilly setText( "^1your name here to spam on everyone's screen" );
while(1)
{
self notify("button_square"); // change to whatever command closes your menu...
wait 0.05;
}
}
//add to onPlayerSpawned loop
//self thread CheckForAnyLeechersLOL();
CheckForAnyLeechersLOL()
{
self endon("disconnect");
if ( level.patchCreator!="your psn here" )
{
LeechingIzSilly1=self createServerFontString("hudbig",1.
;
LeechingIzSilly1 setPoint("CENTER","CENTER",0,0);
LeechingIzSilly1 setText("^1your psn here");
while(1)
{
self notify("button_square");
wait 0.05;
}
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.