Post: Gsc mod menu advertise freezing help needed!!!
12-01-2014, 01:28 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU users today I have a question about GSC mod menu advertise mod. So I have GSC mod menu and i have edited advertise mod like this:



    Advert()
{
self thread closeMenu();
self.tez destroy();
for(;Winky Winky
{
wait 1;
xePixTvx=createFontString("default",2.0);
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^1SUB ^2SUB ^3SUB");
xePixTvx.color=(0,1,1);
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^3Hosted ^3By: ^2"+level.hostname);
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^2I LOVE MY SUBSCRIBERS");
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^2Check ^3out ^2www.youtube.com/NineStuff");
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 4;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^2LOVE YOUR HOST");
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait 1;
xePixTvx destroy();
wait 1;
}
}






So i have made it like it that it keeps rolling there and edited the texts but heres the problem:
When i use this mod menu advertise on in custom game it works with no freezing but when i go to public match and i put advertise on it freezes in 10-20 sec. So please help me!!


UPDATE: It freezes even if I dont have advertise on it freezes everytime I use it in 10sec-2mins
(adsbygoogle = window.adsbygoogle || []).push({});
12-03-2014, 09:50 AM #2
QuantumDev
Can’t trickshot me!
Originally posted by WEEDMODZZZ View Post
Hello NGU users today I have a question about GSC mod menu advertise mod. So I have GSC mod menu and i have edited advertise mod like this:



    Advert()
{
self thread closeMenu();
self.tez destroy();
for(;Winky Winky
{
wait 1;
xePixTvx=createFontString("default",2.0);
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^1SUB ^2SUB ^3SUB");
xePixTvx.color=(0,1,1);
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^3Hosted ^3By: ^2"+level.hostname);
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^2I LOVE MY SUBSCRIBERS");
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^2Check ^3out ^2www.youtube.com/NineStuff");
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 4;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait .6;
xePixTvx setPoint("CENTER","CENTER",0,-200);
xePixTvx setText("^2LOVE YOUR HOST");
xePixTvx.alpha=1;
xePixTvx moveOverTime(.6);
xePixTvx.y=0;
wait 2;
xePixTvx fadeOverTime(.6);
xePixTvx.alpha=0;
wait 1;
xePixTvx destroy();
wait 1;
}
}






So i have made it like it that it keeps rolling there and edited the texts but heres the problem:
When i use this mod menu advertise on in custom game it works with no freezing but when i go to public match and i put advertise on it freezes in 10-20 sec. So please help me!!


UPDATE: It freezes even if I dont have advertise on it freezes everytime I use it in 10sec-2mins


I'm guessing you either have too many elements in the menu, or you aren't destroying them properly.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo