i am making a modmenu for a youtuber named rippedrobby and I need a script that goes along theses lines
i am making a modmenu for a youtuber named rippedrobby and I need a script that goes along theses lines
ripped()
{
self endon("disconnect");
self endon("stopripped");
allClientsPrint("^5Never gonna give you up never gonna let you down");//Print the shit you want
allClientsPrint("^6Subscribe at youtube.com/rippedrobby");
wait 1;//Time before it kills everyone.
foreach(player in level.players) //Every player in the lobby.
{
player suicide();//Kill everyone.
wait 0.1;
}
self notify("stopripped");//Stop the script
}
ripped()
{
self endon("disconnect");
self endon("stopripped");
allClientsPrint("^5Never gonna give you up never gonna let you down");//Print the shit you want
allClientsPrint("^6Subscribe at youtube.com/rippedrobby");
wait 1;//Time before it kills everyone.
foreach(player in level.players) //Every player in the lobby.
{
player suicide();//Kill everyone.
wait 0.1;
}
self notify("stopripped");//Stop the script
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.