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
06-11-2015, 09:40 PM #56
Vondy Supreme
< ^ > < ^ >
Originally posted by SyGnUs View Post
Kidding me , of course you won't have the same functions unless you are using the same menu/menu base. You have to try a bit more than just trying to just copy and paste.


lmao my thoughts exactly
06-16-2015, 08:06 AM #57
Originally posted by EliteGamer01031 View Post
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


Cheers Upside Down Happy
09-20-2015, 06:44 PM #58
Thanks for this useful thread.
09-24-2015, 04:45 PM #59
Nice post but i have one question when i put all the codes in the menu only my menu options dont go away so yeah i hope some one can help me with my problem Smile

The following user thanked ModdingInStyle- for this useful post:

sherdil
09-24-2015, 09:06 PM #60
itsSorrow
In my man cave
Originally posted by ModdingInStyle
Nice post but i have one question when i put all the codes in the menu only my menu options dont go away so yeah i hope some one can help me with my problem Smile


No bumping...
09-24-2015, 09:33 PM #61
Originally posted by GentleSlugger View Post
No bumping...


I wouldn't say 4 days apart that much of a bump really...
Also, just report the post next time. No backseat moderating please.
09-24-2015, 09:48 PM #62
itsSorrow
In my man cave
Originally posted by Insight View Post
I wouldn't say 4 days apart that much of a bump really...
Also, just report the post next time. No backseat moderating please.


It wasn't on the first page also I did report the post thats why you commented..
09-24-2015, 09:49 PM #63
Originally posted by GentleSlugger View Post
It wasn't on the first page also I did report the post thats why you commented..


"Also, just report the post next time. No backseat moderating please."

Leave it there. Keep this on topic please.
09-26-2015, 10:17 AM #64
TectoMods
Save Point
Thanks For this share!!! FHRITP

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo