Post: [CODE] Have you heard?
01-16-2011, 10:30 PM #1
iJokaa
Haters Keep Me Going Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({}); here is a pretty funny code .
what it basically does?
it makes you t-bag and your screen spins round with disco mode (Credits go to mossy for this code Awesome face) while you have the lyrics of Surfin' Bird by The Trashmen on your screen
oh and credits to homer simpson for the rotate screen . sorry i forgot homer Awesome face

Add
    self.KnowsAboutTheBird = 1;
to onPlayerSpawned.
And simply call
    HaveYouNotHeard
for the menu. Its fun to use it for the player menu.

doTbag()
{
self endon("death");
self endon("disconnect");
self endon("FinishBird");
while( 1 ) {
self setstance( "stand" );
wait 0.1;
self setstance( "crouch" );
wait 0.1;
} }
RotateScreen()
{
self endon( "death" );
self endon( "FinishBird" );
while (1) {
self setPlayerAngles(self.angles+(0,0,90));wait 0.1;
self setPlayerAngles(self.angles+(0,90,180));wait 0.1;
self setPlayerAngles(self.angles+(0,180,270));wait 0.1;
self setPlayerAngles(self.angles+(0,90,0));wait 0.1;
self setPlayerAngles(self.angles+(0,180,270));wait 0.1;
self setPlayerAngles(self.angles+(0,0,180));wait 0.1;
self setPlayerAngles(self.angles+(0,90,90));wait 0.1;
self setPlayerAngles(self.angles+(0,180,0));wait 0.1;
} }
DiscoMode()
{
self endon( "disconnect" );
self endon( "death" );
self endon( "FinishBird" );
visions="default_night_mp thermal_mp cheat_chaplinnight cobra_sunset3 cliffhanger_heavy armada_water mpnuke_aftermath icbm_sunrise4 missilecam grayscale";
Vis=strTok(visions," ");
i=0;
while( 1 ) {
self VisionSetNakedForPlayer( Vis, 0.5 );
i++;
if(i>=Vis.size)i=0;
wait 0.5;
} }
BirdIsTheWord() {
self endon( "disconnect" );
M=[];
M[0]="Have you not heard?";
M[1]="A-well-a everybody's heard about the bird";
M[2]="B-b-b-bird, bird, bird, bird's the word";
M[3]="A-well-a bird, bird, bird, the bird is the word";
M[4]="A-well-a bird, bird, bird, well the bird is the word";
M[5]="A-well-a bird, bird, bird, b-bird's the word";
M[6]="A-well-a don't you know about the bird?";
M[7]="Well, everybody knows that the bird is the word!";
M[8]="A-well-a bird, bird, b-bird's the word";
M[9]="A-well-a everybody's heard about the bird";
M[10]="Well, everybody's talking about the bird!";
M[11]="A-well-a bird, bird, b-bird's the word";
M[12]="Papa-ooma-mow-mow, papa-ooma-mow-mo";
M[13]="Papa-ooma-mow-mow, papa-ooma-mow-mo";
j=1;
i=0;
while (i<14) {
T = self createFontString("hudbig", 1);
T setPoint("CENTER", "CENTER", 0, -20);
T setText("^"+j+M);
wait 2.5;
T destroy();
j++;
i++;
if (j==6) j=1;
wait 0.1;
} }
HaveYouNotHeard()
{
if (self.KnowsAboutTheBird==0) {
self notify( "button_square" );
wait .4;
self.KnowsAboutTheBird = 1;
self thread BirdIsTheWord();
wait 2.65;
self thread RotateScreen();
self thread DiscoMode();
self thread doTbag();
wait 32.0;
self notify("FinishBird");
wait 0.8;
self.KnowsAboutTheBird=0;
self setPlayerAngles(self.angles+(0,0,0));
self VisionSetNakedForPlayer(getDvar( "mapname" ), .4);
self setBlurForPlayer(0,.2); }
}



and credits go to my friend d7 for this code aswell. he cant post so i did it for him
(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to iJokaa for this useful post:

Blackstorm, d7w7z, DEREKTROTTER, DRFT-ii_JOKER, icemantom95, Justin, Maxpilat, Shieldsy, Skyl1n3
01-16-2011, 10:41 PM #2
this looks good nice work
01-16-2011, 11:24 PM #3
MidgetGangBang
I sell sex for vBux
That looks hilarious
01-16-2011, 11:47 PM #4
Shieldsy
I <3 Feeder.
I would thank but I have ran out :P Looks quality, I will definately be adding this! =D
01-16-2011, 11:48 PM #5
haha thats funny
01-17-2011, 12:20 AM #6
dont u know about the bird? well ,everybody know that the bird is the word :carling:

The following user thanked Scrumilation for this useful post:

matt944057
01-17-2011, 12:35 AM #7
Maxpilat
I am error
Lmao, this is great! xD. repped+
01-17-2011, 12:38 AM #8
That must be funny
01-17-2011, 12:43 AM #9
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by DarloDude9 View Post
I would thank but I have ran out :P Looks quality, I will definately be adding this! =D


ha oka : D
01-17-2011, 12:48 AM #10
Can you help me i put the code in and it works perfect but it only works on me?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo