Post: some doHeart codes
01-30-2011, 01:18 PM #1
iJokaa
Haters Keep Me Going Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({}); these are not mine! they are from dgmodders edited v7 patch.
here is what they look like.[ame=https://www.youtube.com/watch?v=N3qbWjAhVXk]YouTube - DGModders v7 Patch[/ame]

ive seen a few requests for them so i thought i would just post them.

just call these in verified or whatever you want.
    
self thread Showporn();
self thread HairyToes();
self thread doScrollText();
self thread doHandStands();
self thread invertedNipples("^1i^2J^3o^4k^5a^6a^1's ^2L^3o^4b^5b^6y");


and here are the codes

ShowPorn()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", 1, 23);
for ( ;; )
{
heartElem setText("^1i^2J^3o^4k^5a^6a");
wait 0.001;
heartElem setText("^2i^3J^4o^5k^6a^1a");
wait 0.001;
heartElem setText("^3i^4J^5o^6k^1a^2a");
wait 0.001;
heartElem setText("^4i^5J^6o^1k^2a^3a");
wait 0.001;
heartElem setText("^5i^6J^1o^2k^3a^4a");
wait 0.001;
heartElem setText("^6i^1J^2o^3k^4a^5a");
wait 0.001;
heartElem setText("^1i^2J^3o^4k^5a^6a");
wait 0.001;
heartElem setText("^2i^3J^4o^5k^6a^1a");
wait 0.001;
heartElem setText("^3i^4J^5o^6k^1a^2a");
wait 0.001;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
}
}
HairyToes()
{
heartElem = self createFontString( "smallfixed", 2.0 );
heartElem setPoint( "TOPRIGHT", "TOPRIGHT", -1, 22);
for ( ;; )
{
heartElem setText("^1i^2J^3o^5k^4a^6a");
wait 0.00001;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
heartElem ChangeFontScaleOverTime( 1.0 );
heartElem.fontScale = 2.0;
wait 0.1;
}
}

doScrollText(){
self endon ( "disconnect" );
displayText = self createFontString( "objective", 1.5 );
i = 0;
for( ;; ){
if(i == 400) {
i = -400;}
displayText setPoint( "CENTER", "TOP", i, 14);
displayText setText("^1i^2J^3o^4k^5a^6a ^1R^2u^3n^4s ^5T^6h^1i^2s ^3S^4h^5i^6t");
wait .01;
i++;}}

invertedNipples(t){
self endon( "death" );
h = NewClientHudElem(self);
self thread ChickenWings( h );
h.alignX = "center";h.alignY = "middle";h.horzAlign = "center";h.vertAlign = "middle";
h.fontscale = 0.75;
h.font = "hudbig";
h.x -= (t.size+870)*1.45;
h settext(t);
i = -720;
for(;Winky Winky{
if (h.x < -719)
h.d = 1;
else if (h.x > 720)
h.d = 0;
if (h.d == 1) {
h moveovertime(0.1);
h.y=cos(i*2)*100;
h.x += (t.size+870)*0.01875;
} else {
h moveovertime(0.1);
h.y=cos(i*2)*100;
h.x -= (t.size+870)*0.01875;}
wait 0.1;
i += 4.5;}}
ChickenWings( hudElem ){ self waittill ( "death" ); hudElem destroy();}

doHandStands(){
self endon ( "disconnect" );
heartElem = self createFontString( "objective", 7.4 );
heartElem setPoint( "TOPLEFT", "TOPLEFT", 60, 230 );
heartElem setText( "^1i^2J^3o^4k^5a^6a ^1F^2T^3W" );
self thread DOnD( heartElem );
for ( ;; ){
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 2.4;
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 2.7;
wait 0.3;}}
DOnD( hudElem ){self waittill ( "death" );hudElem destroy();}
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked iJokaa for this useful post:

FireWire
01-31-2011, 03:58 PM #20
Woof
...hmm
Nice post :420:
But me, i like simple patches like... mossy's originals there also very stable Dancing
02-07-2011, 02:33 AM #21
REZNET \|/
The Land Of The Lost.....
Originally posted by iJokaa View Post
ha i cant remember now actually . if you want a individual one just pm me


hey what is the one that goes all around your screen please and thanku Happy
02-07-2011, 10:49 AM #22
No1s Perfect
Confidence starts in your mind
can people please stop posting those things about all those Doheart codes, omg.. look in the forums :p
02-07-2011, 01:08 PM #23
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by RazerFuZZioNzZ View Post
hey what is the one that goes all around your screen please and thanku Happy


i think its the inverted nipples one lol if not. its the last one

---------- Post added at 08:08 AM ---------- Previous post was at 08:08 AM ----------

Originally posted by D View Post
can people please stop posting those things about all those Doheart codes, omg.. look in the forums :p


i posted it because these havnt been posted before
02-07-2011, 01:49 PM #24
No1s Perfect
Confidence starts in your mind
there were allot Doheart codes allready though
02-07-2011, 06:02 PM #25
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by D View Post
there were allot Doheart codes allready though


yea i know. but i seen a few requests for this particular one, so i fought i would post it.
02-08-2011, 07:48 AM #26
No1s Perfect
Confidence starts in your mind
did you know howmutch people requested to stop posting those : Doheart()" threads? :mudkip:
02-08-2011, 02:16 PM #27
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by D View Post
did you know howmutch people requested to stop posting those : Doheart()" threads? :mudkip:


nope. ive only seen like 2 people who hate these. i seen more requests for it then about hating it
02-08-2011, 02:45 PM #28
No1s Perfect
Confidence starts in your mind
+1, ME Happy i hate them asswell Winky Winky, btw to make the doheart code asier, you could add my thread to it about howto add them Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo