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-30-2011, 04:31 PM #11
Cody_h4x
Nobody is like me
Originally posted by x View Post
WTF is that in the video? It looks like an epileptics worst nightmare..

Just stop with all these horrible doHearts :bat:



epileptics worst nightmare LOL remember me on ps3? with xx_cod_pro2_xx lol good tmesHappy
01-30-2011, 05:06 PM #12
im new to editing patches so where do i put this where it says verified?
01-30-2011, 05:48 PM #13
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by chasewazhere2 View Post
im new to editing patches so where do i put this where it says verified?


you can put it anywhere. but i personally call it from verified
01-30-2011, 06:21 PM #14
RGB
2JZ BBWWARRMMMMM
i swear they just changed colours...
01-30-2011, 06:23 PM #15
FrOoTLoOpZ
Got MILK?
Originally posted by iJokaa View Post
these are not mine! they are from dgmodders edited v7 patch.
here is what they look like.You must login or register to view this content.

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();}


lol invertedniples xD
01-30-2011, 07:54 PM #16
Rath
Today Will Be Different
Originally posted by iJokaa View Post
these are not mine! they are from dgmodders edited v7 patch.
here is what they look like.You must login or register to view this content.

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();}


o.O I think Im gonna die :carling:

The following user thanked Rath for this useful post:

AgentKing-Botz
01-30-2011, 08:12 PM #17
Tustin
Balls of Steel
thanks bro, found the top scrolling ones, thats about the only one i like haha.
01-30-2011, 09:08 PM #18
It's very nice!!!
01-30-2011, 09:38 PM #19
Joey Bada$$
Do a barrel roll!
Do the dohearts make the game lag if you have alot?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo