Post: Wicked doHeart (Beast)
02-02-2011, 10:14 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys if you have seen my doHeart that is in my patch it looks really cool. if you want to see what it look like watch the video below. idk if anybody's posted this before so here it is. on the vid the doHeart is the Flashing text in the middle of the screen flashing "TheWraith--" so watch it..

+REP ME IF I HELPED

[ame=https://www.youtube.com/watch?v=sGRLg-CkWyk]YouTube - TheWraith-- Challenge Lobby-Custom ULTIMATE Edited Patch ENZO-F[/ame]

Heres the code:

Put this on onPlayerSpawned(){

    self thread doWicked();


and then put this anywhere else in the same gsc:

    doWicked() 
{
heartElem = self createFontString( "hudbig", 1.3 );
heartElem setPoint( "CENTER", "TOP", 0, 0 );
self thread destroyOnDeath( heartElem );
for ( ;; )
{
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1T^0heWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0T^1h^0eWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0Th^1e^0Wraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0The^1W^0raith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheW^1r^0aith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWr^1a^0ith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWra^1i^0th--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWrai^1t^0h--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWrait^1h^0--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith^1-^0-");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith-^1-");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.2;

}
}

destroyOnDeath( heartElem )
{
self waittill ( "death" );
heartElem destroy();
}
(adsbygoogle = window.adsbygoogle || []).push({});

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

anddrew, crazyblake7, Ju1cy, Smiithy2010, ViiZiiKz, Zombie
02-05-2011, 10:13 PM #11
hdc89
Banned
I Got A Script Compile Error....:confused: Please Help Me:n00b:
02-05-2011, 11:32 PM #12
thats reddotcitys doheart
02-05-2011, 11:40 PM #13
that is just epic.
02-05-2011, 11:50 PM #14
GeorgeGreen
Gym leader
Originally posted by hackz View Post
Hey guys if you have seen my doHeart that is in my patch it looks really cool. if you want to see what it look like watch the video below. idk if anybody's posted this before so here it is. on the vid the doHeart is the Flashing text in the middle of the screen flashing "TheWraith--" so watch it..

+REP ME IF I HELPED

You must login or register to view this content.

Heres the code:

Put this on onPlayerSpawned(){

    self thread doWicked();


and then put this anywhere else in the same gsc:

    doWicked() 
{
heartElem = self createFontString( "hudbig", 1.3 );
heartElem setPoint( "CENTER", "TOP", 0, 0 );
self thread destroyOnDeath( heartElem );
for ( ;; )
{
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1T^0heWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0T^1h^0eWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0Th^1e^0Wraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0The^1W^0raith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheW^1r^0aith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWr^1a^0ith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWra^1i^0th--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWrai^1t^0h--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWrait^1h^0--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith^1-^0-");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith-^1-");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^0TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.001;
heartElem setText("^1TheWraith--");
heartElem FadeOverTime( 0.001 );
wait 0.2;

}
}

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


Script error can you help me?

The following user thanked GeorgeGreen for this useful post:

hdc89
02-13-2011, 08:35 PM #15
TheWraith--
Gym leader
.......................................
02-14-2011, 07:20 PM #16
TheWraith--
Gym leader
.......................
02-15-2011, 02:34 AM #17
hdc89
Banned
Originally posted by TheWraith
this is sweet. and i made it.


Dude.... You Just Commented On Your Other Accounts Post And Said It Was Cool.... No
02-17-2011, 07:19 PM #18
buadman
Do a barrel roll!
Originally posted by TheWraith
haha looks very very very nice i added this to my patch Happy


as a doheart can you edit it so that when the player is deranked it says something like "HA YOU GOT DERANKED" or the hosts name followed by deranked you

that would be pretty sick
02-17-2011, 07:21 PM #19
CHAOZ
Banned
sorry to say , you didn't make this .

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo