Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>SiTe OwNeD bY DiE_AucH !! </title>
- <script language="javascript" type="text/javascript">
- //la variable separacion configura la separacion entre letras del texto
- var separacion = 13
- //texto que persigue al cursos
- var message="OwNeD bY DiE_AucH !!"
- //variables no editables
- var x,y
- var flag = 0
- //parte el mensaje en sus letras
- message=message.split("")
- //array de posicion X de cada letra
- var xpos=new Array()
- for (i=0; i<message.length; i++) {
- xpos[i]=-50
- }
- //array de posicion Y de cada letra
- var ypos=new Array()
- for (i=0; i<message.length; i++) {
- ypos[i]=-50
- }
- //captura el movimiento del raton
- function MovimientoRaton(e){
- //si no es NS4, usa objeto window.event
- if (!e) var e = window.event
- //NS4
- if (e.pageX || e.pageY) {
- x = e.pageX
- y = e.pageY
- window.status = x + ' : ' + y
- //IE y compatibles con DOM
- } else if (e.clientX || e.clientY) {
- x = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft
- y = e.clientY + document.body.scrollTop + document.documentElement.scrollTop
- window.status = x + ' : ' + y
- //no soportado, no hace nada
- } else {
- return
- }
- //indica que se ha movido el cursor
- flag = 1
- }
- //crea el movimiento
- function MovimientoTexto() {
- //si hay movimiento
- if (flag == 1) {
- for (i = message.length-1; i >= 1; i--) {
- xpos[i] = xpos[i-1] + separacion
- ypos[i] = ypos[i-1]
- }
- xpos[0] = x + separacion
- ypos[0] = y
- for (i = 0; i < message.length; i++) {
- if (document.getElementById) { //sintaxix IE y DOM
- var thisspan = document.getElementById("span"+i).style
- } else { //sintaxis Netscape
- var thisspan = eval((document.layers)?"document.span"+i:"span"+(i)+".style")
- }
- if (thisspan.posLeft) { //sintaxis IE
- thisspan.posLeft = xpos[i]
- thisspan.posTop = ypos[i]
- } else { //sintaxis Netscape y DOM
- thisspan.left = xpos[i] + 'px'
- thisspan.top = ypos[i] + 'px'
- }
- }
- }
- //repite este algoritmo cada 30 milisegundos
- mov_id = setTimeout("MovimientoTexto()",30)
- }
- //al cargar la pagina, inicia el efecto
- window.onload = MovimientoTexto;
- </script>
- <style TYPE="text/css">
- .spanstyle {
- position:absolute;
- visibility:visible;
- top:-50px;
- font-size:14pt;
- font-family: Courier;
- font-weight:bold;
- color: #0000FF;
- }
- body {
- width:100%;overflow-x:hidden;overflow-y:scroll;
- }
- </style>
- </head>
- <body background="http://img690.imageshack.us/img690/7210/petir.gif" style="background-repeat:repeat" >
- <script type="text/javascript" language="javascript">
- for (i=0; i < message.length; i++) {
- document.write("<span id='span" + i + "' class='spanstyle'>")
- document.write(message[i])
- document.write("</span>");
- }
- if (document.layers) { document.captureEvents(Event.MOUSEMOVE) }
- document.onmousemove = MovimientoRaton
- </script>
- <font face='Courier' color='#0000FF' new size='5'>
- <pre class="flf">
- __________
- < DiE_AucH >
- ----------
- \ / \ //\
- \ |\___/| / \// \\
- /0 0 \__ / // | \ \
- / / \/_/ // | \ \
- @_^_@'/ \/_ // | \ \
- //_^_/ \/_ // | \ \
- ( //) | \/// | \ \
- ( / /) _|_ / ) // | \ _\
- ( // /) '/,_ _ _/ ( ; -. | _ _\.-~ .-~~~^-.
- (( / / )) ,-{ _ `-.|.-~-. .~ `.
- (( // / )) '/\ / ~-. _ .-~ .-~^-. \
- (( /// )) `. { } / \ \
- (( / )) .----~-.\ \-' .~ \ `. \^-.
- ///.----..> \ _ -~ `. ^-` ^-_
- ///-._ _ _ _ _ _ _}^ - - - - ~ ~-- ,.-~
- /.-~
- </pre>
- </font>
- <center>
- <font face='Courier' color='#0000FF' new size='4'><br>
- <h1>
- No Soy Hacker, Ni Nada Parecido, Solo SOY un Sujeto Con Curiosidad Y esta vez le aH Tocoado a tu Web.
- Suerte para la Proxima, Tiene Una Pesima Seguridad, Trata de Mojorarlo
- <br>Pagina Principal Intacta -> <a href=http://zonadjpro.com/1.html> 1.html </a> <br>
- </font>
- <script> alert("OwNeD bY DiE_AucH 2o12") </script>
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
- <param name="bgcolor" value="#000000" />
- <param name="FlashVars" value="mp3=http://dl.dropbox.com/u/66351473/Armin%20Van%20Buuren%20Ft%20Ana%20Criado%20-%20Suddenly%20Summer.mp3&autoplay=1" />
- </object>
- </center>
- <script language="JavaScript">
- <!-- 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>
- </body>
- </html>
Add Comment
Please, Sign In to add comment