Post: [GSC] New Advertise Code [Not A doHeart] [Script]
01-28-2013, 12:30 AM #1
YT-xDerpModz
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); {xD} [/FONT][/B][/COLOR]Advertise Message {xD}[/B][/COLOR]



This will show on EVERYONES screen if you didn't realize :P



New Script I Came Up With. I Got Bored Of All The Old Advertise Codes So Im Releasing For Everyone!

First precache This
    precacheShader("cardicon_ghost_skull");



Then On onPlayerSpawned() add this underneath the "self endon("disconnect"); Or you will get an error!
    if(self isHost())level.hostis=self.name;



Here's The Script [Remember To Call To It In Your Patch - So No Noobs!]

**I removed xYARDSALEx's version, due to an unknown function :P Just use my script


    DerpsAd(){
foreach(player in level.players){
player thread beginLOL();
}}
beginLOL(){
//Please Leave This
//Header!
//Created By xDerpModz
//Nobody Else!
self endon("disconnect");
VisionSetNaked("black_bw");
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardicon_ghost_skull", 120, 120);
T7=createFontString("default",1.7);
T7.glowAlpha = 1;
T7.glowColor = (0,1,1);
T7 transitionSlideIn(2.5, "bottomright");
T7 setPoint("LEFT","LEFT",0,141);
T7 setText("Have Fun | Enjoy The Lobby | Thank "+level.hostis+"!");
wait 0.7;
T6=createFontString("default",1.7);
T6.glowAlpha = 1;
T6.glowColor = (0,0,1);
T6 transitionSlideIn(2.5, "bottomright");
T6 setPoint("LEFT","LEFT",0,121);
T6 setText("And Or Derank.");
wait 0.7;
T5=createFontString("default",1.7);
T5.glowAlpha = 1;
T5.glowColor = (0,1,1);
T5 transitionSlideIn(2.5, "bottomright");
T5 setPoint("LEFT","LEFT",0,101);
T5 setText("This Is A Spam Free Lobby | Bothering The Host May Result In Ban");
wait 0.7;
T4=createFontString("default",1.7);
T4.glowAlpha = 1;
T4.glowColor = (0,0,1);
T4 transitionSlideIn(2.5, "bottomright");
T4 setPoint("LEFT","LEFT",0,81);
T4 setText("Then Visit This Website | www.YouTube.com/xDerpModz");
wait 0.7;
T3=createFontString("default",1.7);
T3.glowAlpha = 1;
T3.glowColor = (0,1,1);
T3 transitionSlideIn(2.5, "bottomright");
T3 setPoint("LEFT","LEFT",0,61);
T3 setText("Did The Host Tell You To Subscribe To His YouTube First?");
wait 0.7;
T2=createFontString("default",1.7);
T2.glowAlpha = 1;
T2.glowColor = (0,0,1);
T2 transitionSlideIn(2.5, "bottomright");
T2 setPoint("LEFT","LEFT",0,41);
T2 setText("Ask "+level.hostis+" For Menu. If He Dont Give It, Then Fuck Off!");
wait 27;
T2 destroy();
T3 destroy();
T4 destroy();
T5 destroy();
T6 destroy();
T7 destroy();
T8=createFontString("LargeFixed",3.5);
T8.glowAlpha = 1;
T8.glowColor = (0,1,1);
T8 transitionSlideIn(2.5, "left");
T8 transitionPulseFxIn(".1", 100);
T8 setPoint("CENTER","CENTER",0,0);
T8 setText("Goodbye, From "+level.hostis);
wait 9;
VisionSetNaked("default");
T8 destroy();
MenuShad destroy();
}



New Version/Removed black vision, and also removed freeze controls, so you can move and still play Smile


    
beginLOL(){
//Please Leave This
//Header!
//Created By xDerpModz
//Nobody Else!
self endon("disconnect");
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardicon_ghost_skull", 120, 120);
T7=createFontString("default",1.7);
T7.glowAlpha = 1;
T7.glowColor = (0,1,1);
T7 transitionSlideIn(2.5, "bottomright");
T7 setPoint("LEFT","LEFT",0,141);
T7 setText("Have Fun | Enjoy The Lobby | Thank "+level.hostis+"!");
wait 0.7;
T6=createFontString("default",1.7);
T6.glowAlpha = 1;
T6.glowColor = (0,0,1);
T6 transitionSlideIn(2.5, "bottomright");
T6 setPoint("LEFT","LEFT",0,121);
T6 setText("And Or Derank.");
wait 0.7;
T5=createFontString("default",1.7);
T5.glowAlpha = 1;
T5.glowColor = (0,1,1);
T5 transitionSlideIn(2.5, "bottomright");
T5 setPoint("LEFT","LEFT",0,101);
T5 setText("This Is A Spam Free Lobby | Bothering The Host May Result In Ban");
wait 0.7;
T4=createFontString("default",1.7);
T4.glowAlpha = 1;
T4.glowColor = (0,0,1);
T4 transitionSlideIn(2.5, "bottomright");
T4 setPoint("LEFT","LEFT",0,81);
T4 setText("Then Visit This Website | www.YouTube.com/xDerpModz");
wait 0.7;
T3=createFontString("default",1.7);
T3.glowAlpha = 1;
T3.glowColor = (0,1,1);
T3 transitionSlideIn(2.5, "bottomright");
T3 setPoint("LEFT","LEFT",0,61);
T3 setText("Did The Host Tell You To Subscribe To His YouTube First?");
wait 0.7;
T2=createFontString("default",1.7);
T2.glowAlpha = 1;
T2.glowColor = (0,0,1);
T2 transitionSlideIn(2.5, "bottomright");
T2 setPoint("LEFT","LEFT",0,41);
T2 setText("Ask "+level.hostis+" For Menu. If He Dont Give It, Then Fuck Off!");
wait 27;
T2 destroy();
T3 destroy();
T4 destroy();
T5 destroy();
T6 destroy();
T7 destroy();
T8=createFontString("LargeFixed",3.5);
T8.glowAlpha = 1;
T8.glowColor = (0,1,1);
T8 transitionSlideIn(2.5, "left");
T8 transitionPulseFxIn(".1", 100);
T8 setPoint("CENTER","CENTER",0,0);
T8 setText("Goodbye, From "+level.hostis);
wait 9;
T8 destroy();
MenuShad destroy();
}
Last edited by YT-xDerpModz ; 01-29-2013 at 08:25 PM. Reason: Added Newer Version

The following 7 users say thank you to YT-xDerpModz for this useful post:

CoDyMoDz1000XD, HaXingInc, ImGsus, Kitty=^.^=, Cmd-X, ThreeSixtyyy, xToysBoy_
01-29-2013, 12:21 AM #20
Taylor
Former Black Knight.
Originally posted by xDerpModz View Post
{xD} [/FONT][/B][/COLOR]Advertise Message {xD}[/B][/COLOR]



This will show on EVERYONES screen if you didn't realize :P



New Script I Came Up With. I Got Bored Of All The Old Advertise Codes So Im Releasing For Everyone!

First precache This
    precacheShader("cardicon_ghost_skull");



Then On onPlayerSpawned() add this underneath the "self endon("disconnect"); Or you will get an error!
    if(self isHost())level.hostis=self.name;



Here's The Script [Remember To Call To It In Your Patch - So No Noobs!]

**I removed xYARDSALEx's version, due to an unknown function :P Just use my script


    DerpsAd(){
foreach(player in level.players){
player thread beginLOL();
}}
beginLOL(){
//Please Leave This
//Header!
//Created By xDerpModz
//Nobody Else!
self endon("disconnect");
VisionSetNaked("black_bw");
MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardicon_ghost_skull", 120, 120);
T7=createFontString("default",1.7);
T7.glowAlpha = 1;
T7.glowColor = (0,1,1);
T7 transitionSlideIn(2.5, "bottomright");
T7 setPoint("LEFT","LEFT",0,141);
T7 setText("Have Fun | Enjoy The Lobby | Thank "+level.hostis+"!");
wait 0.7;
T6=createFontString("default",1.7);
T6.glowAlpha = 1;
T6.glowColor = (0,0,1);
T6 transitionSlideIn(2.5, "bottomright");
T6 setPoint("LEFT","LEFT",0,121);
T6 setText("And Or Derank.");
wait 0.7;
T5=createFontString("default",1.7);
T5.glowAlpha = 1;
T5.glowColor = (0,1,1);
T5 transitionSlideIn(2.5, "bottomright");
T5 setPoint("LEFT","LEFT",0,101);
T5 setText("This Is A Spam Free Lobby | Bothering The Host May Result In Ban");
wait 0.7;
T4=createFontString("default",1.7);
T4.glowAlpha = 1;
T4.glowColor = (0,0,1);
T4 transitionSlideIn(2.5, "bottomright");
T4 setPoint("LEFT","LEFT",0,81);
T4 setText("Then Visit This Website | www.YouTube.com/xDerpModz");
wait 0.7;
T3=createFontString("default",1.7);
T3.glowAlpha = 1;
T3.glowColor = (0,1,1);
T3 transitionSlideIn(2.5, "bottomright");
T3 setPoint("LEFT","LEFT",0,61);
T3 setText("Did The Host Tell You To Subscribe To His YouTube First?");
wait 0.7;
T2=createFontString("default",1.7);
T2.glowAlpha = 1;
T2.glowColor = (0,0,1);
T2 transitionSlideIn(2.5, "bottomright");
T2 setPoint("LEFT","LEFT",0,41);
T2 setText("Ask "+level.hostis+" For Menu. If He Dont Give It, Then Fuck Off!");
wait 27;
T2 destroy();
T3 destroy();
T4 destroy();
T5 destroy();
T6 destroy();
T7 destroy();
T8=createFontString("LargeFixed",3.5);
T8.glowAlpha = 1;
T8.glowColor = (0,1,1);
T8 transitionSlideIn(2.5, "left");
T8 transitionPulseFxIn(".1", 100);
T8 setPoint("CENTER","CENTER",0,0);
T8 setText("Goodbye, From "+level.hostis);
wait 9;
VisionSetNaked("default");
T8 destroy();
MenuShad destroy();
}


I updated mine on your thread, no longer has an unknown function.

The following user thanked Taylor for this useful post:

YT-xDerpModz
01-29-2013, 05:05 PM #21
*xActionMods*
I’m too L33T
Originally posted by Fittro View Post
I refuse to make a 'advertisement' from a game that's almost 5 years old.


you refuse to make an advertisement but yet you play the game, you waste your time your life putting on patches and record it you're really pathetic tbh. All you do is bitch you have never done nothing good and when someone makes something decent you act like a bitch.

The following user thanked *xActionMods* for this useful post:

YT-xDerpModz
01-29-2013, 07:11 PM #22
MegaMister
Former Mega Staff
Sad Awesome Very good job! Winky Winky
01-29-2013, 07:35 PM #23
-OG-
I am error
Looks good, but is there anyway you can take that horrid black background off so we can still move and play?
01-29-2013, 08:21 PM #24
YT-xDerpModz
Do a barrel roll!
Originally posted by OG
Looks good, but is there anyway you can take that horrid black background off so we can still move and play?


Easy, I will put a new script at the bottom
02-07-2013, 02:00 AM #25
ygbk12
Bounty hunter
I MUST SAY THIS IS THE BEST ADVERTISE CODE IVE EVER SeeN

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo