What's new

Discussion [RELEASE] Troll Mode

  • Thread starter XxMYSTiiKFURYxX
  • Start date
  • Views 1,374
XxMYSTiiKFURYxX

XxMYSTiiKFURYxX

Enthusiast
Messages
156
Reaction score
6
Points
70
Sin$
0
A simple code i made that trolls anyone in your lobby

Code:
doTroll()
{
self setClientDvar( "perk_bulletDamage", "2" );
self setClientDvar( "g_speed", "1" );
VisionSetNaked( "mpnuke", 1.2 );
self thread dotrollText();
if(self isHost())
{
self VisionSetNakedForPlayer( "default", 1.2 );
}
}


dotrollText()
{
self endon("disconnect");

displayText = self createFontString( "hudbig", 3 );
displayText setPoint( "CENTER", "CENTER", 0, 0 + 0 );
self thread destroyOnDeath (displayText);

for (;;)
{
displayText setText("^2TROLLIN b****");
wait 0.1;
displayText setText("^4TROLLIN b****");
wait 0.1;
displayText setText("^1TROLLIN b****");
wait 0.1;
displayText setText("^6TROLLIN b****");
wait 0.1;

}
}

destroyOnDeath( hudElem )
{
self waittill ( "death" );
hudElem destroy();
}


LOL
 
I

Isucklotsofdick

Enthusiast
Messages
610
Reaction score
281
Points
125
Sin$
7
So it cusses then on-screen, makes their bullet damage nothing, makes them not be able to hardly move, and changes their vision (even for host). Why don't you just de-rank and kick???
 
Degree

Degree

T R A P S O U L
Retired
MotM Fabled Veteran Frame In Gold
Messages
6,227
Reaction score
2,263
Points
670
Sin$
7
Kinda point less. Just text in the middle changing colors, some visions and some dvars.
 
Skrubsy

Skrubsy

Born With Horns
Retired
Mythical Veteran Odysseus' Summit AzzidReign Jr
Messages
6,489
Reaction score
3,521
Points
2,405
Sin$
0
Read the coding...
Well, when i read it all i see is coding that makes your bullets weak and move slower with a vision change and text saying "trolled b****"

How i that a release <_<
 
M

Mike

Contributor
Forum Addict
Messages
3,475
Reaction score
639
Points
375
Sin$
7
Well, when i read it all i see is coding that makes your bullets weak and move slower with a vision change and text saying "trolled b****"

How i that a release <_<
Yep thats all it is... I have no clue how its a release ... ugh 7s has died.
 
XxMYSTiiKFURYxX

XxMYSTiiKFURYxX

Enthusiast
Messages
156
Reaction score
6
Points
70
Sin$
0
Urm, it makes it default for host. The purpose of this is to hear 10 year olds go "WTF". The other reason is for lulz
 
C

Crippler

Getting There
Messages
1,942
Reaction score
598
Points
230
Sin$
0
are there no good ideas left or is this kid just a dumba**?

press 1 for dumba**

press 2 for no more good ideas
 
7S Fear

7S Fear

Enthusiast
Messages
1,103
Reaction score
273
Points
165
Sin$
7
You putting release in the title really scares me, seriously...
 
ZaCk iS BaD

ZaCk iS BaD

Enthusiast
Messages
112
Reaction score
23
Points
70
Sin$
0
I Think That You Should Have Given A Video Of What The Code Shows :blink:
 
Top Bottom
Login
Register