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-28-2013, 08:12 PM #11
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!]

Alternative Script [Smaller | By xYARDSALEx/Taylor At Bottom]



    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();
}




xYARDSALEx's Version [Smaller]
    doAdvert()
{
if(!isDefined(level.AdvertIsRunning))
{
level.AdvertIsRunning=true;
i("Advertisments Being Displayed.....");
level.Adverts[0]="The Host Is: "+getHostClientName();
level.Adverts[1]="DO NOT ASK FOR MENU, ITS ANNOYING";
level.Adverts[2]="If You Ask It's A Derank.....";
level.Adverts[3]="Subscribe To:\n www.Youtube.com/xYARDSALExIsTheName";
level.Adverts[4]=getRandomPlayerName()+" Is A Random";
for(i=0; i < level.Adverts.size ;i++)
{
i("Displaying Message: "+(i+1)+"/"+level.Adverts.size);
level.AdvertText = CreateTextServer( "bigfixed", 1.5, "CENTER", "CENTER", 0, 0, 0, 100, "^"+RandomInt(9)+""+level.Adverts[i] );
level.AdvertText FadeOverTime(0.5);
level.AdvertText.alpha=1;
wait 4.5;
level.AdvertText FadeOverTime(0.5);
level.AdvertText.alpha=0;
wait 0.5;
level.AdvertText destroy();
}
level.AdvertIsRunning=undefined;
i("Advertisments Complete!");
}
else
i("^1Error: ^2Advertisement Is Already In Progress!");
}
getRandomPlayerName()
{
Person=level.players[RandomInt(level.players.size)] getName();

if(person=="xYARDSALEx")
return getRandomPlayerName();
else
return person;
}
getHostClientName()
{
for(i=0; i < level.players.size ;i++)
{
players=level.players[i];
if(players isHost())
{
Final=players getName();
return Final;
}
}
}
CreateTextServer( Font, Fontscale, Align, Relative, X, Y, Alpha, Sort, Text )
{
Hud = CreateServerFontString( Font, Fontscale );
Hud SetPoint( Align, Relative, X, Y );
Hud.alpha = Alpha;
Hud.sort = Sort;
Hud SetText( Text );
Hud.color=getTextColor();
Hud.hideWhenInMenu = true;
return Hud;
}
i(Q){self iPrintln("^"+randomint(6)+""+Q);}


Does the advertisement come with the lag aswell?

---------- Post added at 03:12 PM ---------- Previous post was at 03:11 PM ----------

Originally posted by xDerpModz View Post
Advertisement


Does the advertisement come with the lag as well?

The following user groaned Fittro for this awful post:

*xActionMods*
01-28-2013, 08:40 PM #12
*xActionMods*
I’m too L33T
Originally posted by Fittro View Post
Does the advertisement come with the lag aswell?

---------- Post added at 03:12 PM ---------- Previous post was at 03:11 PM ----------



Does the advertisement come with the lag as well?


insulting someones work cause you know you couldn't do better. why stoop so low?

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

HanleyzHD♚
01-28-2013, 08:41 PM #13
YT-xDerpModz
Do a barrel roll!
Originally posted by Fittro View Post
Does the advertisement come with the lag aswell?

---------- Post added at 03:12 PM ---------- Previous post was at 03:11 PM ----------



Does the advertisement come with the lag as well?


As long as idiots aren't spawning a million objects then no, theres no lag
01-28-2013, 10:22 PM #14
Originally posted by ChiefKeef View Post
insulting someones work cause you know you couldn't do better. why stoop so low?


I refuse to make a 'advertisement' from a game that's almost 5 years old.
01-28-2013, 10:25 PM #15
YT-xDerpModz
Do a barrel roll!
Originally posted by Fittro View Post
I refuse to make a 'advertisement' from a game that's almost 5 years old.


Well instead of making a deal about it, just ignore it! And who care's? Mw2 is the best cod!

The following user thanked YT-xDerpModz for this useful post:

HanleyzHD♚
01-28-2013, 10:25 PM #16
Flappy Bird
< ^ > < ^ >
Nice, XD
01-28-2013, 11:46 PM #17
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!]

Alternative Script [Smaller | By xYARDSALEx/Taylor At Bottom]



    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();
}




xYARDSALEx's Version [Smaller]
    doAdvert()
{
if(!isDefined(level.AdvertIsRunning))
{
level.AdvertIsRunning=true;
i("Advertisments Being Displayed.....");
level.Adverts[0]="The Host Is: "+getHostClientName();
level.Adverts[1]="DO NOT ASK FOR MENU, ITS ANNOYING";
level.Adverts[2]="If You Ask It's A Derank.....";
level.Adverts[3]="Subscribe To:\n www.Youtube.com/xYARDSALExIsTheName";
level.Adverts[4]=getRandomPlayerName()+" Is A Random";
for(i=0; i < level.Adverts.size ;i++)
{
i("Displaying Message: "+(i+1)+"/"+level.Adverts.size);
level.AdvertText = CreateTextServer( "bigfixed", 1.5, "CENTER", "CENTER", 0, 0, 0, 100, "^"+RandomInt(9)+""+level.Adverts[i] );
level.AdvertText FadeOverTime(0.5);
level.AdvertText.alpha=1;
wait 4.5;
level.AdvertText FadeOverTime(0.5);
level.AdvertText.alpha=0;
wait 0.5;
level.AdvertText destroy();
}
level.AdvertIsRunning=undefined;
i("Advertisments Complete!");
}
else
i("^1Error: ^2Advertisement Is Already In Progress!");
}
getRandomPlayerName()
{
Person=level.players[RandomInt(level.players.size)] getName();

if(person=="xYARDSALEx")
return getRandomPlayerName();
else
return person;
}
getHostClientName()
{
for(i=0; i < level.players.size ;i++)
{
players=level.players[i];
if(players isHost())
{
Final=players getName();
return Final;
}
}
}
CreateTextServer( Font, Fontscale, Align, Relative, X, Y, Alpha, Sort, Text )
{
Hud = CreateServerFontString( Font, Fontscale );
Hud SetPoint( Align, Relative, X, Y );
Hud.alpha = Alpha;
Hud.sort = Sort;
Hud SetText( Text );
Hud.color=getTextColor();
Hud.hideWhenInMenu = true;
return Hud;
}
i(Q){self iPrintln("^"+randomint(6)+""+Q);}


Seem to be doing it right, but yardsales version isint working for me sas unknown function :/
01-28-2013, 11:50 PM #18
YT-xDerpModz
Do a barrel roll!
Originally posted by blackhawk2299 View Post
Seem to be doing it right, but yardsales version isint working for me sas unknown function :/


Just use my script, its bigger, but it works perfect
01-29-2013, 12:03 AM #19
Originally posted by xDerpModz View Post
Just use my script, its bigger, but it works perfect


i am :P ill have to talk with taylor about it. tell him fix his shiz. Winky Winky

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo