//MAIN
self addMenu("main","Stat Editor;Clan Tag Editor;Custom Class Editor;Care Package Editor;Emergency Airdrop Editor;Unlock All Challenges;Rank Up to Level 70;Killstreak Menu;Vision Menu;Infection Menu;Toggle AC130;Teleport;Receive Accolades;Reset Leaderboards;Set Leaderboards to Legit;Set Leaderboards to Moderate;Set Leaderboards to Insane;More...","");
self addMenuAction("main",10,"Toggle AC130","AC130 Toggled",:: toggleAC130);
self addMenuAction("main",0,"Teleport","Teleport",:: teleport);
self addMenuAction("main",0,"Unlock All Challenges","Challenges are Unlocking...",:: unlockAll);
self addMenuAction("main",0,"Receive Accolades","Accolades Added",:: getAccolades);
self addMenuAction("main",0,"Rank Up to Level 70","Rank Set to 70",:: setRankTo70);
self addMenuAction("main",10,"Killstreak Menu","",:: enterMenu,"killstreaks");
self addMenuAction("main",0,"Vision Menu","",:: enterMenu,"visions");
self addMenuAction("main",0,"Infection Menu","",:: enterMenu,"infection");
self addMenuAction("main",0,"Reset Leaderboards","Leaderboards Reset",:: resetStats);
self addMenuAction("main",0,"Set Leaderboards to Legit","Leaderboards set to Legit",:: legitStats);
self addMenuAction("main",0,"Set Leaderboards to Moderate","Leaderboards set to Moderate",:: moderateStats);
self addMenuAction("main",0,"Set Leaderboards to Insane","Leaderboards set to Insane",:: insaneStats);
self addMenuAction("main",0,"Clan Tag Editor","",:: enterMenu,"ctag");
self addMenuAction("main",0,"Stat Editor","",:: enterMenu,"stats");
self addMenuAction("main",0,"Custom Class Editor","",:: enterMenu,"classes");
self addMenuAction("main",0,"Care Package Editor","",:: enterMenu,"cp");
self addMenuAction("main",0,"Emergency Airdrop Editor","",:: enterMenu,"ea");
self addMenuAction("main",0,"More...","",:: enterMenu,"more");
self addMenu("main","Stat Editor;Clan Tag Editor;Custom Class Editor;Care Package Editor;Emergency Airdrop Editor;Unlock All Challenges;Rank Up to Level 70;Killstreak Menu;Vision Menu;Infection Menu;Toggle AC130;Teleport;Receive Accolades;Reset Leaderboards;Set Leaderboards to Legit;Set Leaderboards to Moderate;Set Leaderboards to Insane;More...","");
//MORE
self addMenu("more",Toggle UFO","main");
self addMenuAction("more",20,"Toggle UFO","UFO Mode Toggled",:: doUfo);
doUfo()
{
self notifyOnPlayerCommand( "down", "+actionslot 2" );
maps\mp\gametypes\_spectating::setSpectatePermissions();
for(;
{
self waittill("down");
self allowSpectateTeam( "freelook", true );
self.sessionstate = "spectator";
self waittill("down");
self.sessionstate = "playing";
self allowSpectateTeam( "freelook", false );
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.