Post: [TUTORIAL] How to make your menu Stealthy
04-01-2015, 08:40 PM #1
Vondy Supreme
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); Hi NGU Community, I have seen a lot of people asking how to make a mod menu stealthy (So no one can see in killcam or in spectator mode) so I decided to make this thread telling you how to do it.

First you have to find "openMenu()". Then you see this. Yours might look different.

self.menu.background FadeOverTime(0.30);
self.menu.background.alpha = 0.80;

So you are going to add this code to the end of that:

self.menu.background.archived = false;

That makes the menu background invisible in spectator/killcam.

You need to put that in the end of all the parts of openMenu() for it to work properly!


You have to change this part depending on where you will put the code!

self.menu.background.archived = false;

Change the "background" to whatever is in your menu, including the text, lines etc. for example:

self.menu.line.archived = false;
= makes the line on the side of the menu invisible

To make the scroller invisible, put this in your updateScrollbar()

self.menu.scroller.archived = false;
= makes the menu scrollbar invisible.

As for menu title and options, just put the code into your storeText()

like this

self.menu.title.archived = false;
^makes the current menu's name invisible

self.tez.archived = false;
^makes Menu title invisible

self.menu.options.archived = false;
^makes menu options invisible

Thanks for reading Smile
Last edited by Vondy Supreme ; 06-15-2015 at 10:18 AM.

The following 30 users say thank you to Vondy Supreme for this useful post:

ItzSparkBoii, A Friend, AutoModder, Bigmoneyhustlin, BrevzHoster, Dark-_-Modz, Devilemi, DoraTheKiller97, Easter Bunny, Evade Mods, FatalityMods, FRINZ, iRnZ, ksa_7ooo7, Dzre-, MadsCfg100SubsL, Mango_Knife, ModdingInStyle-, ModyHacker, Moneymanmill, MrPOPMods, My Ninja Defuse, QUANTREL BISHOP, Rezqaazify, TheSaltCracka, xDebugKiller, xFADEDMODZx, xJado, xMrMods, ZnZx

The following 3 users groaned at Vondy Supreme for this awful post:

anthonything, EternalHabit, jwm614
07-04-2016, 08:52 PM #83
I think I know your problem. Everything is stealthed fine and when you kill someone with the menu open and the killcam shows it, that means only YOU can see it. You may think it's there but it's not, lol.
10-14-2016, 07:10 PM #84
can you help me with something how do i make self iPrintln("Explosive Bullets: ^2" + self.ebRange); invisible in theater and killcam???
10-14-2016, 07:12 PM #85
i need your help please i would really appreciate it how do i make "self iPrintln("Explosive Bullets: ^2" + self.ebRange);" invisible in theater???
10-14-2016, 09:41 PM #86
itsSorrow
In my man cave
Originally posted by Alexanderjwz9 View Post
i need your help please i would really appreciate it how do i make "self iPrintln("Explosive Bullets: ^2" + self.ebRange);" invisible in theater???


u don't.
10-15-2016, 09:13 AM #87
is there a possible way of letting you know what eb range you have in game and that that eb range notification doesnt show up in theater?? here is my code You must login or register to view this content. thank you in advance bro
05-19-2017, 05:57 AM #88
Critsxyz
Save Point
Hey! Thank you'
I have another question
I use Jiggy menu v4.2, and in the beginning of the game it says this long text in the top like "Welcome to jiggy menu" how do I delete that? Can you add Skype - IceCrits

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo