for(i=0;i<level.option[value].size;i++)
{
self.display[i]= createFontString("default",1.4 ,self);
self.display[i] setPoint("TOP RIGHT","TOP RIGHT",0,level.fontstrings+(i*15));
self.display[i] setText("^7"+level.option[value][i]);
self playsound("mouse_over");
wait .035;
}
update_text()
{
if(IsDefined(self.display))
{
self.display Destroy();
}
wait .05;
self notify("all_cleared");
self.display= createFontString("default",1.4 ,self);
self.display setPoint("TOP RIGHT","TOP RIGHT",0,-15);
menu_options = level.option[self.curmenu][0];
for(i = 1;i < level.option[self.curmenu].size;i++)
{
menu_options = menu_options + "\n " + level.option[self.curmenu][i];
}
self.display SetText(menu_options);
}


Buildmenu()
{
self endon("death");
self endon("disconnect");
self endon("menu_exit");
FN=[];
options="^6MAIN MENU\n^7\nGod Mode\nUFO Mode\nMax Ammo\nTeleport\nForge Mode\nNuke Bullets\nKamikaze\nInvisible\nChange Model\nAuto Aim\nVisions\nSpawn 5 Bots\nMatrix Kills\nMagic Bullets\nPet Harrier\nFlamethrower\nJet Pack\nBuild Prison\nSet Trap\nPortal Gun\nCare Package\nFireworks";
self.chosen=1;
self.menuOpen=1;
self thread watchUp();
self thread watchDown();
self thread watchChosen();
Copyright © 2026, NextGenUpdate.
All Rights Reserved.