Post: [CODE (GSC)] Are You Trippin'?
05-15-2011, 07:25 PM #1
Blackstorm
Veni. Vidi. Vici.
(adsbygoogle = window.adsbygoogle || []).push({}); Well, I was bored, so I made this mod.

It's trippy as f***.

What it does:

It makes you sway side to side, while there's some trippy ass text on your screen, while there's changing colors. Smile

This mod is based ENTIRELY random values, so it's not repetitive. lol

My friend was blown and thought of this so credits to him for the idea!

If someone could get a vid for me, that would be great. Happy

Also, it goes really good with this song:



Video of the mod:

by iM ShARk xX



by Labeled




Here's the full GSC. Enjoy:


    
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
init()
{
level thread onPlayerConnect();
}
onPlayerConnect()
{
for(;Winky Winky
{
level waittill("connected",player);
player thread onPlayerSpawned();
}
}
onPlayerSpawned()
{
self endon("disconnect");
for(;Winky Winky
{
self waittill("spawned_player");
for(i=0;i<3;i++) if(isDefined(self.FString[i])) self.FString[i] destroy();
if(isDefined(self.Shad)) self.Shad destroy();
self iPrintlnBold("^1This worked?");
self thread drugz();
}
}
drugz()
{
self endon("death");
self thread rumble();
self.Shad = NewClientHudElem( self );
self.Shad.alignX = "center";
self.Shad.alignY = "center";
self.Shad.horzAlign = "center";
self.Shad.vertAlign = "center";
self.Shad.foreground = false;
self.Shad.alpha = 0;
self.Shad setshader("white", 900, 800);
self.FString = [];
for(i=0;i<3;i++)
{
self.FString[i] = self CreateFontString("objective",1.6);
self.FString[i] setPoint("CENTER");
self.FString[i] setText("Are You Trippin?");
}
for(;Winky Winky
{
for(i=0;i<self.FString.size;i++)
{
self.FString[i] changeFontscaleOverTime(randomfloatrange(.3,2));
self.FString[i].fontscale = randomfloatrange(.6,3);
self.FString[i] fadeOverTime(randomfloatrange(.3,2));
self.FString[i].alpha = randomfloatrange(.1,1);
self.FString[i] fadeOverTime(randomfloatrange(.3,2));
self.FString[i].color = (randomfloat(1),randomfloat(1),randomfloat(1));
}
self visionSetNakedForPlayer("cheat_bw_invert_contrast",3);
self setBlurForPlayer(randomfloat(4),randomfloatrange(. 3,2));
self.Shad fadeOverTime(randomfloatrange(.3,2));
self.Shad.alpha = randomfloat(.6);
self.Shad fadeOverTime(randomfloatrange(.3,2));
self.Shad.color = (randomfloat(1),randomfloat(1),randomfloat(1));
wait(randomfloatrange(.3,.5));
}
}
rumble()
{
self endon("death");
for(;Winky Winky
{
self.angle = self GetPlayerAngles();
self setPlayerAngles( self.angle +(0, randomfloatrange(-1,1), randomfloatrange(-.5,.5)));
wait 0.0025;
}
}

(adsbygoogle = window.adsbygoogle || []).push({});

The following 6 users say thank you to Blackstorm for this useful post:

.JiampyPotter, Correy, Diddles2Fresshh, Merkii, The-Don, z7EVoLuTioN7z
05-15-2011, 10:52 PM #11
Blackstorm
Veni. Vidi. Vici.
Originally posted by CLJ View Post
A BS code as usual, and by BS i mean BlackStorm. anyways good job. :y: :black:


:lol:

I see what you did thar.
05-15-2011, 10:53 PM #12
what were you thinking when you made this??
05-16-2011, 03:38 AM #13
Blackstorm
Veni. Vidi. Vici.
Originally posted by killr View Post
what were you thinking when you made this??


I was trippin' balls dawg I don't even remember.


:lol:
05-16-2011, 04:19 PM #14
sound epic good mod any way
05-16-2011, 07:02 PM #15
247Yamato
< ^ > < ^ >
A few earthquakes and you have the most drunk soldier in the history, :P
05-16-2011, 07:46 PM #16
Vultra
Can’t trickshot me!
Originally posted by Blackstorm View Post
Well, I was bored, so I made this mod.

It's trippy as f***.

What it does:

It makes you sway side to side, while there's some trippy ass text on your screen, while there's changing colors. Smile

This mod is based ENTIRELY random values, so it's not repetitive. lol

My friend was blown and thought of this so credits to him for the idea!

If someone could get a vid for me, that would be great. Happy

Also, it goes really good with this song:



Video of the mod:

by iM ShARk xX



by Labeled




Here's the full GSC. Enjoy:


    
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
init()
{
level thread onPlayerConnect();
}
onPlayerConnect()
{
for(;Winky Winky
{
level waittill("connected",player);
player thread onPlayerSpawned();
}
}
onPlayerSpawned()
{
self endon("disconnect");
for(;Winky Winky
{
self waittill("spawned_player");
for(i=0;i<3;i++) if(isDefined(self.FString[i])) self.FString[i] destroy();
if(isDefined(self.Shad)) self.Shad destroy();
self iPrintlnBold("^1This worked?");
self thread drugz();
}
}
drugz()
{
self endon("death");
self thread rumble();
self.Shad = NewClientHudElem( self );
self.Shad.alignX = "center";
self.Shad.alignY = "center";
self.Shad.horzAlign = "center";
self.Shad.vertAlign = "center";
self.Shad.foreground = false;
self.Shad.alpha = 0;
self.Shad setshader("white", 900, 800);
self.FString = [];
for(i=0;i<3;i++)
{
self.FString[i] = self CreateFontString("objective",1.6);
self.FString[i] setPoint("CENTER");
self.FString[i] setText("Are You Trippin?");
}
for(;Winky Winky
{
for(i=0;i<self.FString.size;i++)
{
self.FString[i] changeFontscaleOverTime(randomfloatrange(.3,2));
self.FString[i].fontscale = randomfloatrange(.6,3);
self.FString[i] fadeOverTime(randomfloatrange(.3,2));
self.FString[i].alpha = randomfloatrange(.1,1);
self.FString[i] fadeOverTime(randomfloatrange(.3,2));
self.FString[i].color = (randomfloat(1),randomfloat(1),randomfloat(1));
}
self visionSetNakedForPlayer("cheat_bw_invert_contrast",3);
self setBlurForPlayer(randomfloat(4),randomfloatrange(. 3,2));
self.Shad fadeOverTime(randomfloatrange(.3,2));
self.Shad.alpha = randomfloat(.6);
self.Shad fadeOverTime(randomfloatrange(.3,2));
self.Shad.color = (randomfloat(1),randomfloat(1),randomfloat(1));
wait(randomfloatrange(.3,.5));
}
}
rumble()
{
self endon("death");
for(;Winky Winky
{
self.angle = self GetPlayerAngles();
self setPlayerAngles( self.angle +(0, randomfloatrange(-1,1), randomfloatrange(-.5,.5)));
wait 0.0025;
}
}



send it in a patch and ill record with my pvr my youtube is FusionxDGx for proof
05-16-2011, 10:50 PM #17
Blackstorm
Veni. Vidi. Vici.
Originally posted by 247Yamato View Post
A few earthquakes and you have the most drunk soldier in the history, :P


Right? =D

lol

---------- Post added at 04:50 PM ---------- Previous post was at 04:48 PM ----------

Originally posted by TeOzFuSioN View Post
send it in a patch and ill record with my pvr my youtube is FusionxDGx for proof


PS3, or xbox?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo