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