What's new

Mod Menu Cod Invisible modmenu in killcams (released)

dr NHA

dr NHA

Enthusiast
Messages
85
Solutions
1
Reaction score
16
Points
65
Sin$
7
hey guys girls and fellow sinners today im going to share something cool with you.

this function below allows your modmenu to disappear in kill cams witch is good because it makes it more harder for people to know if your modding


MenuUpgradeTo_(ITEM){
ITEM.hideWhenInMenu=true;
ITEM.archived=false;
self.ITEM.IS_Shared=false;
}

use it by placing it like this.

hud = newclienthudelem(self);
self MenuUpgradeTo_(hud);

you can add this to any of your menus because im not looking for credit/credits



thanks for evrything se7ensins.com
 
dr NHA

dr NHA

Enthusiast
Messages
85
Solutions
1
Reaction score
16
Points
65
Sin$
7
i have acctually updated it:

MenuNHAInvisable(){
self.hideWhenInMenu=true;
self.archived=false;
self.IS_Shared=false;
}

use it by placing it like this.

hud = newclienthudelem(self);
self MenuNHAInvisable();
 
Top Bottom
Login
Register