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
10-27-2015, 02:34 PM #74
Vondy Supreme
< ^ > < ^ >
Decided to bump this, even though I don't code GSC anymore
10-28-2015, 09:11 PM #75
Tristen
Who’s Jim Erased?
nice tut man!
01-19-2016, 02:25 AM #76
oCmKs_4_LiFe
< ^ > < ^ >
<3 <3
01-19-2016, 08:10 PM #77
FRINZ
I’m too L33T
Originally posted by EliteGamer01031 View Post
Decided to bump this, even though I don't code GSC anymore


boss dint worl on my b02 cfg Sal any other way
04-08-2016, 05:25 PM #78
I need help My Sub Menu's Still Show! Overall Everything is great Good Job Dude! Happy
06-01-2016, 07:18 PM #79
i need help with my menu i cant get it stealth
06-02-2016, 02:01 AM #80
i Found Out to make mine stealth Thank you<3<3SmileSmileSmileSmile<3<3:wub:
06-02-2016, 05:21 PM #81
Patrick
League Champion
Okay now stop bumping this thread if you want to make your menu stealth do this simple thing.
Put this in your CreateHud and Drawtext or what ever your function name is:
    Hud.archived = false;

NOTE: make sure to change "Hud" with yours!

here is a screenshot if you dont understand:
You must login or register to view this content.

After you do that all huds will be stealth.

The following user thanked Patrick for this useful post:

Dumble
06-05-2016, 02:35 AM #82
if you need help i might be able to help since i figured mine out.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo