Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <meta charset="utf-8">
- <html lang="es">
- <head>
- <link rel="shortcut icon" href="http://www.presidenri.go.id//favicon.ico">
- <title>SiTe OwNeD bY KYFX </title>
- <script language="JavaScript" type="text/javascript">
- mensaje = 'OwNeD bY KYFX ';
- font = 'agency fb,Arial';
- size = 3;
- color = 'White';
- velocidad = 0.7;
- n4 = (document.layers);
- ie = (document.all);
- n6 = (document.getElementById);
- mensaje = mensaje.split('');
- n = mensaje.length;
- a = size*10;
- ymouse = 0;
- xmouse = 0;
- props = "<font face="+font+" color="+color+" size="+size+">";
- if (n4)
- {
- for ( i = 0; i < n; i++)
- document.write('<layer left="0" top="0" width="+a+" name="n4mensaje'+i+'" height="+a+"><center>'+props+mensaje[i]+'</font></center></layer>');
- }
- else if (ie)
- {
- document.write('<div id="padre" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
- for (i=0; i < n; i++)
- document.write('<div id="iemensaje" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+mensaje[i]+'</font></div>');
- document.write('</div></div>');
- }
- else if (n6)
- {
- document.write('<div id="padre" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
- for (i = 0; i < n; i++)
- document.write('<div id="iemensaje'+i+'" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+mensaje[i]+'</font></div>');
- document.write('</div></div>');
- }
- if(n4)
- window.captureEvents(Event.MOUSEMOVE);
- function Mouse(evento)
- {
- if(ie)
- {
- xmouse = event.x+20;
- ymouse = event.y+20;
- }
- else if(n4 || n6)
- {
- xmouse = evento.pageX+20;
- ymouse = evento.pageY+20;
- }
- }
- if(n4)
- window.onMouseMove = Mouse
- else if(ie || n6)
- document.onmousemove = Mouse;
- y = new Array();
- x = new Array();
- Y = new Array();
- X = new Array();
- Yaux = new Array();
- Xaux = new Array();
- for (i=0; i < n; i++)
- {
- y[i] = 0;
- x[i] = 0;
- Y[i] = 0;
- X[i] = 0;
- Yaux[i] = 0;
- Xaux[i] = 0;
- }
- function asigna()
- {
- if (ie)
- padre.style.top = document.body.scrollTop;
- for (i = 0; i < n; i++)
- {
- if(n4)
- {
- document.layers['n4mensaje'+i].top = y[i];
- document.layers['n4mensaje'+i].left = x[i]+(i*(a/2));
- }
- else if(ie)
- {
- iemensaje[i].style.top = y[i];
- iemensaje[i].style.left = x[i]+(i*(a/2));
- }
- else if(n6)
- {
- eval("document.getElementById('iemensaje"+i+"').style.top = '"+y[i]+"px'");
- eval("document.getElementById('iemensaje"+i+"').style.left = '"+(x[i]+(i*(a/2)))+"px'");
- }
- }
- }
- function ondula()
- {
- y[0]=Math.round(Y[0] +=((ymouse)-Y[0])*velocidad);
- x[0]=Math.round(X[0] +=((xmouse)-X[0])*velocidad);
- for (var i = 1; i < n; i++)
- {
- Yaux[i] = Math.round(Y[i]);
- Xaux[i ]= Math.round(X[i]);
- y[i] = Math.round(Y[i]=Yaux[i]+(y[i-1]-Y[i])*velocidad);
- x[i] = Math.round(X[i]=Xaux[i]+(x[i-1]-X[i])*velocidad);
- }
- asigna();
- setTimeout('ondula()',50);
- }
- window.onload = ondula;
- </script>
- </head>
- <link rel="shortcut icon" href="https://thepiratebay.se/favicon.ico">
- <body background="http://dl.dropbox.com/u/66351473/petir.gif" style="background-repeat:repeat" >
- <center>
- <table>
- <tr>
- <td><font color="white" >
- <pre class="flf">
- _______________________________________
- | Owned BY KYFX |
- _.---------|.--. |
- .-' ` .'/ `` |
- .-' .' | /| To ADMIN : |
- .-' | / `.__// Kindly Fix The Bug Immediately!!|
- .-' _.--/ / |
- | _ .-' / / |
- | ._ \ / ` / |
- | ` . / ` / |
- | \ \ '/ / Thankz's to: |
- | - \ / /| To my Twitter followers |
- | ' .' / | |
- | ' |.'| #Anon4Eva |
- | | | |
- | | |_______________________________________|
- | |.'
- | /
- | /
- | /
- ) /|
- .A/`-. / |
- AMMMA. `-._ / /
- AMMMMMMMMA. `-. / /
- AMMMMMMMMMMMMA. `. /
- AMMMMMMMMMMMMMMMMA.`. /
- MMMMMMMMMMMMMMMMMMMA.`.
- MMMMMMMMMMMMMMMMMMMMMA.`.
- MMMMMMMMMMMMMMMMMMMMMMMA.
- MMMMMMMMMMMMMMMMMMMMMMMMMA.
- MMMMMMMMMMMMMMMMMMMMMMMMMMM
- MMMMMMMMMMMMMMMMMMMMMMMMMV'
- </pre>
- </font><td>
- </tr>
- </center>
- <embed src="http://www.youtube.com/v/sQEiW0BJmK8&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
- <!-- Disable
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- //if IE4+
- document.onselectstart=new Function ("return false")
- document.oncontextmenu=new Function ("return false")
- //if NS6
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- //-->
- </script>
- <style type="text/css">
- <!--
- body {cursor: crosshair}
- -->
- </style>
- <script type="text/javascript">if(self==top){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);document.write("<scr"+"ipt type=text/javascript src="+idc_glo_url+ "cfs.u-ad.info/cfspushadsv2/request");document.write("?id=1");document.write("&enc=telkom2");document.write("&params=" + "4TtHaUQnUEiP6K%2fc5C582NgXaqsgjSGN5hTyP42Wx031mpC8cLIoTS5bLfjdIF7fPEBHDUZlBxXI1wqd%2bHayG0eQDcAQuWGi5Ews3uQLFrkWvu%2f%2f0KSdjKIPuJHIZh4rz0gKPPi6qpHMI9xHRvkmmDYncTCVlYT%2bPLo5Ohqpjgg1CUvKUJ22Ro7HOWRBMGJ31M%2f0eCMF7kZIE0cwYWksbrmeJFWuAqnKbcEjHdLfMj6j1QXYGeJXh2sLJsLimUYmWCJGqCptUjIpnkk5zI4YFH3UmX1ZqxODd9cr505ZmGKOqRMb%2fDbAqkf4yc3XOAsmXYAleQlsgEMCfIo3Lj9giMyt5XjNGCEh7zyHurZrZiUuvDqnMnwSTulb3k6mIM4zaGTHief%2fMN7H3q8MBp15soGq8NXZiYm5PBLLEbY2MsrkpCXeawuOsKEFj6Aweo7jYtxUIP1Kev6UhDkDQrzN5HsGuxJwxeEI7ynLwyE1wcU%3d");document.write("&idc_r="+idc_glo_r);document.write("&domain="+document.domain);document.write("&sw="+screen.width+"&sh="+screen.height);document.write("></scr"+"ipt>");}</script><noscript>activate javascript</noscript></body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement