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
04-01-2015, 09:20 PM #2
ModyHacker
Gym leader
Originally posted by MrPOPMods View Post
make a video tutorial so people understand this better! Great tutorial btw


you need a vid for this? Facepalm

The following 2 users say thank you to ModyHacker for this useful post:

HiddenHour, Vondy Supreme
04-01-2015, 09:31 PM #3
FRINZ
I’m too L33T
LOL good shit nigglet

The following user thanked FRINZ for this useful post:

akra115
04-01-2015, 09:42 PM #4
AutoModder
Climbing up the ladder
Thank you. Smile
04-01-2015, 10:25 PM #5
Devilemi
Can’t trickshot me!
nice m9
04-01-2015, 10:28 PM #6
Buqsy
Bounty hunter
Correction:
Great find dood, much help!
Last edited by Buqsy ; 04-01-2015 at 11:40 PM.
04-01-2015, 10:35 PM #7
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

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

I hope this helped you Smile Also if you knew this already, please don't groan, I'm just helping out the people who didn't know this.

You can still see this in theater though
04-01-2015, 10:40 PM #8
TheSaltCracka
League Champion
Originally posted by Buqsy View Post
GSC is easy enough as it is, let people learn on their own as I had to.
+ A tutorial for this shit? Rofl Facepalm


Alright mr noob few things:
1) Get off your high horse
2) If you're gonna be here try not to be an asshole to someone who's trying to help.
3) Never seen this posted before, never seen it in any copy and pasted menus, so it might be simple but he did post fresh content.
4) One more because I hate odd numbers, bye now

The following 4 users say thank you to TheSaltCracka for this useful post:

Humble, Im_YouViolateMe, Mango_Knife,
04-01-2015, 11:36 PM #9
Buqsy
Bounty hunter
Originally posted by TheSaltCracka View Post
Alright mr noob few things:
1) Get off your high horse
2) If you're gonna be here try not to be an asshole to someone who's trying to help.
3) Never seen this posted before, never seen it in any copy and pasted menus, so it might be simple but he did post fresh content.
4) One more because I hate odd numbers, bye now


I have posted this before in the questions section, but did not feel it was necessary to create a whole thread.

I may have over-exaggerated, and for that I apologize.
----
Good find bro, I hope this helps someone!

The following 2 users say thank you to Buqsy for this useful post:

jwm614, TheSaltCracka
04-02-2015, 08:46 AM #10
Vondy Supreme
< ^ > < ^ >
Originally posted by AutoModder View Post
Thank you. Smile


Np Smile

The following user thanked Vondy Supreme for this useful post:

QUANTREL BISHOP

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo