Advertisement
Visi0nZ

My HTML Code.

Mar 11th, 2012
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.60 KB | None | 0 0
  1. I made this, so if your a skid and looking for leech then GTFO.
  2. #################################################################
  3. Follow me on Twitter: @Visi0nZ
  4.  
  5. This code looks like this: http://pastehtml.com/view/bqxve5ykd.html
  6.  
  7. Feel free to edit whatever you want
  8.  
  9. Anyways this is a cool page you could use for a deface,d0x or whatever your planning to use it for.
  10. Enjoy! ;)
  11.  
  12. <HTML>
  13. <SCRIPT>
  14. window.scrollBy(0, 1)
  15. window.resizeTo(0,0)
  16. window.moveTo(0,0)
  17. //setInterval("move()",30);
  18. setTimeout("move()", 1);
  19. var mxm=50
  20. var mym=25
  21. var mx=0
  22. var my=0
  23. var sv=50
  24. var status=1
  25. var szx=0
  26. var szy=0
  27. var c=255
  28. var n=0
  29. var sm=30
  30. var cycle=2
  31. var done=2
  32. function move()
  33. {
  34. if (status == 1)
  35. {
  36. mxm=mxm/1.05
  37. mym=mym/1.05
  38. mx=mx+mxm
  39. my=my-mym
  40. mxm=mxm+(400-mx)/100
  41. mym=mym-(300-my)/100
  42. window.moveTo(mx,my)
  43. rmxm=Math.round(mxm/10)
  44. rmym=Math.round(mym/10)
  45. if (rmxm == 0)
  46. {
  47. if (rmym == 0)
  48. {
  49. status=2
  50. }
  51. }
  52. }
  53. if (status == 2)
  54. {
  55. sv=sv/1.1
  56. scrratio=1+1/3
  57. mx=mx-sv*scrratio/2
  58. my=my-sv/2
  59. szx=szx+sv*scrratio
  60. szy=szy+sv
  61. window.moveTo(mx,my)
  62. window.resizeTo(szx,szy)
  63. if (sv < 0.1)
  64. {
  65. status=3
  66. }
  67. }
  68. if (status == 3)
  69. {
  70. document.fgColor=0xffffFF
  71. c=c-16
  72. if (c<0)
  73. {status=8}
  74. }
  75. if (status == 4)
  76. {
  77. c=c+16
  78. document.bgColor=c*65536
  79. document.fgColor=(255-c)*65536
  80. if (c > 239)
  81. {status=5}
  82. }
  83. if (status == 5)
  84. {
  85. c=c-16
  86. document.bgColor=c*65536
  87. document.fgColor=(255-c)*65536
  88. if (c < 0)
  89. {
  90. status=6
  91. cycle=cycle-1
  92. if (cycle > 0)
  93. {
  94. if (done == 1)
  95. {status=7}
  96. else
  97. {status=4}
  98. }
  99. }
  100. }
  101. if (status == 6)
  102. {
  103. document.title = "Cljck"
  104. alert("Cljck")
  105. cycle=2
  106. status=4
  107. done=1
  108. }
  109. if (status == 7)
  110. {
  111. c=c+4
  112. document.bgColor=c*65536
  113. document.fgColor=(255-c)*65536
  114. if (c > 128)
  115. {status=8}
  116. }
  117. if (status == 8)
  118. {
  119. window.moveTo(0,0)
  120. sx=screen.availWidth
  121. sy=screen.availHeight
  122. window.resizeTo(sx,sy)
  123. status=9
  124. }
  125. var timer=setTimeout("move()",0.3)
  126. }
  127. </SCRIPT>
  128.  
  129.  
  130. <script>
  131. <script src='http://agungosx.googlepages.com/saljukuning.js' type='text/javascript'></script>
  132.     <script type='text/javascript'>
  133.     // <![CDATA[
  134.     var colour= "#ffffff";
  135.     var sparkles=40;
  136.     var x=ox=400;
  137.     var y=oy=300;
  138.     var swide=800;
  139.     var shigh=600;
  140.     var sleft=sdown=0;
  141.     var tiny=new Array();
  142.     var star=new Array();
  143.     var starv=new Array();
  144.     var starx=new Array();
  145.     var stary=new Array();
  146.     var tinyx=new Array();
  147.     var tinyy=new Array();
  148.     var tinyv=new Array();
  149.     window.onload=function() { if (document.getElementById) {
  150.     var i, rats, rlef, rdow;
  151.     for (var i=0; i<sparkles; i++) {
  152.     var rats=createDiv(3, 3);
  153.     rats.style.visibility="hidden";
  154.     document.body.appendChild(tiny[i]=rats);
  155.     starv[i]=0;
  156.     tinyv[i]=0;
  157.     var rats=createDiv(5, 5);
  158.     rats.style.backgroundColor="transparent";
  159.     rats.style.visibility="hidden";
  160.     var rlef=createDiv(1, 5);
  161.     var rdow=createDiv(5, 1);
  162.     rats.appendChild(rlef);
  163.     rats.appendChild(rdow);
  164.     rlef.style.top="2px";
  165.     rlef.style.left="0px";
  166.     rdow.style.top="0px";
  167.     rdow.style.left="2px";
  168.     document.body.appendChild(star[i]=rats);
  169.     }
  170.     set_width();
  171.     sparkle();
  172.     }}
  173.     function sparkle() {
  174.     var c;
  175.     if (x!=ox || y!=oy) {
  176.     ox=x;
  177.     oy=y;
  178.     for (c=0; c<sparkles; c++) if (!starv[c]) {
  179.     star[c].style.left=(starx[c]=x)+"px";
  180.     star[c].style.top=(stary[c]=y)+"px";
  181.     star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  182.     star[c].style.visibility="visible";
  183.     starv[c]=50;
  184.     break;
  185.     }
  186.     }
  187.     for (c=0; c<sparkles; c++) {
  188.     if (starv[c]) update_star(c);
  189.     if (tinyv[c]) update_tiny(c);
  190.     }
  191.     setTimeout("sparkle()", 40);
  192.     }
  193.     function update_star(i) {
  194.     if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  195.     if (starv[i]) {
  196.     stary[i]+=1+Math.random()*3;
  197.     if (stary[i]<shigh+sdown) {
  198.     star[i].style.top=stary[i]+"px";
  199.     starx[i]+=(i%5-2)/5;
  200.     star[i].style.left=starx[i]+"px";
  201.     }
  202.     else {
  203.     star[i].style.visibility="hidden";
  204.     starv[i]=0;
  205.     return;
  206.     }
  207.     }
  208.     else {
  209.     tinyv[i]=50;
  210.     tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  211.     tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  212.     tiny[i].style.width="2px";
  213.     tiny[i].style.height="2px";
  214.     star[i].style.visibility="hidden";
  215.     tiny[i].style.visibility="visible"
  216.     }
  217.     }
  218.     function update_tiny(i) {
  219.     if (--tinyv[i]==25) {
  220.     tiny[i].style.width="1px";
  221.     tiny[i].style.height="1px";
  222.     }
  223.     if (tinyv[i]) {
  224.     tinyy[i]+=1+Math.random()*3;
  225.     if (tinyy[i]<shigh+sdown) {
  226.     tiny[i].style.top=tinyy[i]+"px";
  227.     tinyx[i]+=(i%5-2)/5;
  228.     tiny[i].style.left=tinyx[i]+"px";
  229.     }
  230.     else {
  231.     tiny[i].style.visibility="hidden";
  232.     tinyv[i]=0;
  233.     return;
  234.     }
  235.     }
  236.     else tiny[i].style.visibility="hidden";
  237.     }
  238.     document.onmousemove=mouse;
  239.     function mouse(e) {
  240.     set_scroll();
  241.     y=(e)?e.pageY:event.y+sdown;
  242.     x=(e)?e.pageX:event.x+sleft;
  243.     }
  244.     function set_scroll() {
  245.     if (typeof(self.pageYOffset)=="number") {
  246.     sdown=self.pageYOffset;
  247.     sleft=self.pageXOffset;
  248.     }
  249.     else if (document.body.scrollTop || document.body.scrollLeft) {
  250.     sdown=document.body.scrollTop;
  251.     sleft=document.body.scrollLeft;
  252.     }
  253.     else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  254.     sleft=document.documentElement.scrollLeft;
  255.     sdown=document.documentElement.scrollTop;
  256.     }.
  257.     else {
  258.     sdown=0;
  259.     sleft=0;
  260.     }
  261.     }
  262.     window.onresize=set_width;
  263.     function set_width() {
  264.     if (typeof(self.innerWidth)=="number") {
  265.     swide=self.innerWidth;
  266.     shigh=self.innerHeight;
  267.     }
  268.     else if (document.documentElement && document.documentElement.clientWidth) {
  269.     swide=document.documentElement.clientWidth;
  270.     shigh=document.documentElement.clientHeight;
  271.     }
  272.     else if (document.body.clientWidth) {
  273.     swide=document.body.clientWidth;
  274.     shigh=document.body.clientHeight;
  275.     }
  276.     }
  277.     function createDiv(height, width) {
  278.     var div=document.createElement("div");
  279.     div.style.position="absolute";
  280.     div.style.height=height+"px";
  281.     div.style.width=width+"px";
  282.     div.style.overflow="hidden";
  283.     div.style.backgroundColor=colour;
  284.     return (div);
  285.     }
  286.     // ]]>
  287.     </script>
  288.  
  289. <script language='JavaScript1.2'>
  290. function disableselect(e){
  291. return false
  292. }
  293. function reEnable(){
  294. return true
  295. }
  296. document.onselectstart=new Function (&quot;return false&quot;)
  297. if (window.sidebar){
  298. document.onmousedown=disableselect
  299. document.onclick=reEnable
  300. }
  301. </script>
  302. <script>
  303. function muter2(){
  304. scrW=screen.availWidth
  305. scrH=screen.availHeight
  306. window.moveTo(0,0)
  307. window.resizeTo(10,10)
  308. window.focus()
  309. for(x=0;x<80;x++){
  310. window.resizeTo(10,scrH*x/80)
  311. }
  312. for(y=0;y<80;y++){
  313. window.resizeTo(scrW*y/80,scrH)
  314. }
  315. window.resizeTo(scrW,scrH)
  316. }
  317. document.oncontextmenu=new Function("muter2();return false");
  318. function keypressed(){alert("#PonyCr3w");}
  319. document.onkeydown=keypressed;
  320. function kasih_tau(){
  321. alert('#PonyCr3w');
  322. }
  323. </script>
  324. </head>
  325. <body background = "http://www.madtomatoe.com/wp-content/uploads/2010/11/matrix-animated-image.gif" style="cursor: crosshair">
  326. <center><br><br>
  327.             <div style="width:900px;height:1250px;border:2px solid lime;background-color:#000000"><br/>          
  328. <body oncontextmenu="return false" onselectstart="return false" onafterprint="onafterprint()" onbeforeprint="onbeforeprint()" leftmargin="0" topmargin="0" onLoad="teclear();" bgcolor="#000000">
  329.                         <p align="center">
  330.                         <style>.layermensaje {
  331.     FONT-SIZE: 10pt; COLOR: #adff2f; LINE-HEIGHT: 10pt; FONT-FAMILY: "Courier New"
  332. }
  333. </style>
  334. <span style="">
  335. <b><font color="#ff0000" size="6" face="Georgia">
  336.     &nbsp;</font></b></span><center>
  337. <p><b><span style="font-size: 22pt;"><font style="font-size: 1pt;" color="#ff0000" size="7" face="Impact">
  338. <center><SCRIPT language=JavaScript>
  339. <!--
  340.  
  341. </font>";
  342. var delay=100;
  343. var currentChar=1;
  344. var destination="";
  345. function type()
  346. {
  347.  if (document.getElementById)
  348.  {
  349.    var dest=document.getElementById(destination);
  350.    if (dest)
  351.    {
  352.      dest.innerHTML=text.substr(0, currentChar);
  353.      currentChar++
  354.      if (currentChar>text.length)
  355.      {
  356.        setTimeout("type()", delay);
  357.      }
  358.      else
  359.      {
  360.        setTimeout("type()", delay);
  361.      }
  362.    }
  363.  }
  364. }
  365.  
  366. function startTyping(textParam, delayParam, destinationParam)
  367. {
  368.  text=textParam;
  369.  delay=delayParam;
  370.   currentChar=1;   
  371.  destination=destinationParam;
  372.  type();
  373. }
  374.  
  375. //
  376. function FP_popUpMsg(msg) {//v1.0
  377. alert(msg);
  378. }
  379. -->
  380. </SCRIPT>
  381. <P align=center>
  382. <DIV id=textDestination>...</DIV>
  383. <P align=center>
  384.  
  385. <SCRIPT language=JavaScript>
  386. <!--
  387. startTyping(text, 40, "textDestination");
  388. //-->
  389. </SCRIPT>
  390. </center>
  391. <font color="#E56E94" face="georgia" size="4">
  392.  
  393. D0X goes here:- <br>
  394.  
  395. You know all info your pasty it here ;)  <br>
  396.  
  397. <br>
  398. <td><iframe width="420" height="315" src="http://www.youtube.com/embed/ak892AwkMzo?autoplay=1" frameborder="0" allowfullscreen></iframe></td>
  399.  
  400. <h1><center><font face="abadon" size="24<center><noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script>
  401. farbbibliothek = new Array();
  402. farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
  403. farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00");
  404. farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");
  405. farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
  406. farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
  407. farbbibliothek[5] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");
  408. farbbibliothek[6] = new Array("#0000FF","#FFFF00");
  409. farbbibliothek[7] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");
  410. farbbibliothek[8] = new Array("#FFA500","#000000","#FF0000","#00FF00","#00FF00","#00FF00");
  411. farben = farbbibliothek[4];
  412. function farbschrift()
  413. {
  414. for(var i=0 ; i<Buchstabe.length; i++)
  415. {
  416. document.all["a"+i].style.color=farben[i];
  417. }
  418. farbverlauf();
  419. }
  420. function string2array(text)
  421. {
  422. Buchstabe = new Array();
  423. while(farben.length<text.length)
  424. {
  425. farben = farben.concat(farben);
  426. }
  427. k=0;
  428. while(k<=text.length)
  429. {
  430. Buchstabe[k] = text.charAt(k);
  431. k++;
  432. }
  433. }
  434. function divserzeugen()
  435. {
  436. for(var i=0 ; i<Buchstabe.length; i++)
  437. {
  438. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  439. }
  440. farbschrift();
  441. }
  442. var a=1;
  443. function farbverlauf()
  444. {
  445. for(var i=0 ; i<farben.length; i++)
  446. {
  447. farben[i-1]=farben[i];
  448. }
  449. farben[farben.length-1]=farben[-1];
  450.  
  451. setTimeout("farbschrift()",30);
  452. }
  453. // Zu Demonstrationszwecken*****************
  454. var farbsatz=1;
  455. function farbtauscher()
  456. {
  457. farben = farbbibliothek[farbsatz];
  458. while(farben.length<text.length)
  459. {
  460. farben = farben.concat(farben);
  461. }
  462. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  463. }
  464. setInterval("farbtauscher()",4500);
  465. text= "GreetZ #PonyCr3w: @SenPooptickler, @TheAnonBadger, @Anarchymous, @Cpher_,@an0nyc, @MrCaesarD, @txixmx, @xxxTigerxxx, @OpCensorThis_, @Visi0nZ, @Ghostpickles, @TheBlueNavi, @Anon2World ";
  466. //h
  467. string2array(text);
  468. divserzeugen();
  469. //document.write(text);  
  470. //
  471. /*function expand() {
  472. for(x = 0; x < 50; x++) {
  473. window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100);
  474. window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50);
  475. }
  476. window.moveTo(0,0);
  477. window.resizeTo(screen.availWidth, screen.availHeight);
  478. }
  479. expand();*/
  480. </script></font></h1><br>
  481. <img src="https://twimg0-a.akamaihd.net/profile_images/1877632686/image.jpg" <p align="center"></br>
  482.  
  483. <center>Proudly Created by: @Visi0nZ,</center>
  484.  
  485. Note: You can also post things at the bottom enjoy! <3
  486.  
  487.  
  488.                   </div>
  489.         </center>
  490.  
  491. </BODY>
  492. </HTML>
  493.  
  494.  
  495. ***Created By: Visi0nZ.***
  496.  
  497. >>Note: Skids do not take my post and say you made it, because you didn't. So GTFO if your going to do that.<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement