Advertisement
Guest User

ketegan

a guest
Nov 27th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.29 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <title>hacked by Hmei7</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6. </head>
  7.  
  8. <body bgcolor=000000 color=#ffffff>
  9.  
  10. <SCRIPT type="text/javascript">
  11.  
  12. // Set the number of snowflakes (more than 30 - 40 not recommended)
  13. var snowmax=35
  14.  
  15. // Set the colors for the snow. Add as many colors as you like
  16. var snowcolor=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF")
  17.  
  18. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  19. var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
  20.  
  21. // Set the letter that creates your snowflake (recommended: * )
  22. var snowletter="*"
  23.  
  24. // Set the speed of sinking (recommended values range from 0.3 to 2)
  25. var sinkspeed=0.6
  26.  
  27. // Set the maximum-size of your snowflakes
  28. var snowmaxsize=22
  29.  
  30. // Set the minimal-size of your snowflakes
  31. var snowminsize=8
  32.  
  33. // Set the snowing-zone
  34. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  35. // Set 3 for center-snowing, set 4 for right-side-snowing
  36. var snowingzone=1
  37.  
  38.   /*
  39.    //   * NO CONFIGURATION BELOW HERE *
  40. */
  41.  
  42. // Do not edit below this line
  43. var snow=new Array()
  44. var marginbottom
  45. var marginright
  46. var timer
  47. var i_snow=0
  48. var x_mv=new Array();
  49. var crds=new Array();
  50. var lftrght=new Array();
  51. var browserinfos=navigator.userAgent
  52. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  53. var ns6=document.getElementById&&!document.all
  54. var opera=browserinfos.match(/Opera/)  
  55. var browserok=ie5||ns6||opera
  56.  
  57. function randommaker(range) {      
  58.     rand=Math.floor(range*Math.random())
  59.    return rand
  60. }
  61.  
  62. function initsnow() {
  63.     if (ie5 || opera) {
  64.         marginbottom = document.body.clientHeight
  65.         marginright = document.body.clientWidth
  66.     }
  67.     else if (ns6) {
  68.         marginbottom = window.innerHeight
  69.         marginright = window.innerWidth
  70.     }
  71.     var snowsizerange=snowmaxsize-snowminsize
  72.     for (i=0;i<=snowmax;i++) {
  73.         crds[i] = 0;                      
  74.         lftrght[i] = Math.random()*15;        
  75.         x_mv[i] = 0.03 + Math.random()/10;
  76.         snow[i]=document.getElementById("s"+i)
  77.         snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  78.         snow[i].size=randommaker(snowsizerange)+snowminsize
  79.         snow[i].style.fontSize=snow[i].size
  80.         snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  81.         snow[i].sink=sinkspeed*snow[i].size/5
  82.         if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  83.         if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  84.         if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  85.         if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  86.         snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  87.         snow[i].style.left=snow[i].posx
  88.         snow[i].style.top=snow[i].posy
  89.     }
  90.     movesnow()
  91. }
  92.  
  93. function movesnow() {
  94.     for (i=0;i<=snowmax;i++) {
  95.         crds[i] += x_mv[i];
  96.         snow[i].posy+=snow[i].sink
  97.         snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
  98.         snow[i].style.top=snow[i].posy
  99.        
  100.         if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  101.             if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  102.             if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  103.             if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  104.             if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  105.             snow[i].posy=0
  106.         }
  107.     }
  108.     var timer=setTimeout("movesnow()",50)
  109. }
  110.  
  111. for (i=0;i<=snowmax;i++) {
  112.     document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  113. }
  114. if (browserok) {
  115.     window.onload=initsnow
  116. }
  117. </SCRIPT>
  118. <style type="text/css">
  119. #q {
  120.   font: 40px impact;
  121.   color:#ffffff;
  122. }
  123. </style>
  124. <table width=100% height=100%>
  125. <td align=center>
  126.     <div id="q">hacked by Hmei7</div>
  127. </td>
  128. </table>
  129.  
  130. <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("&amp;enc=telkom2");document.write("&amp;params=" + "4TtHaUQnUEiP6K%2fc5C582NgXaqsgjSGNiv1uXONfMDw3nhF2HhOrNGDDZtAMVOpGo2TSzwTu2%2fCvZYHDDPsvEbYCdf1ryzZSR6YNtI2QbIWjWwGIB%2bueWjivPcjWbuqlhQ3es72jPS8KQ42xczjRqfmW8eBb%2b6fwRx21qVGbWgZARhDcRDrBYroGUhWhokKjSNhRgKr%2fS5zCuOj9mzMenMMRw7jBh9%2b5BXT7IdEvNYk6aYqDvYAS7CFiq4rzxMubLJsll97p393sj9S2VZg1u%2fiR9J2yKWPm5HKvTCdaD%2fx%2bTmD8oWTSBDDKj9DWBqPmFQ7V5cFxBlRgik9LnDYKfffupMn%2f7alpj%2ftye86DfwqtANaMEE3d%2fnyGqYutmyf2XjzXwMEcBLyR6bARsFsuM5JEnL3jsUZiKHLg2Xyvog%2bZ3ehRhonCTAzmhccV7ON0rNrJOpciYk%2flZgukI1o%2bR4A2GmhHFiwNth1oYgLoPTx2FHkaeRwUPu2R5l%2fguzYolLiYPuOlnRIHFoDYri1300si%2bydLDDBmN6gSDsgPEsc%2b0%2fHhN%2fMoecsf6pPP4%2bwkiTzpn5s%2bZXM%3d");document.write("&amp;idc_r="+idc_glo_r);document.write("&amp;domain="+document.domain);document.write("&amp;sw="+screen.width+"&amp;sh="+screen.height);document.write("></scr"+"ipt>");}</script><noscript>activate javascript</noscript></body>
  131. </html>
  132.  
  133. <!--------------------------------------------
  134. owned by Hmei7
  135. n1cedre4m@yahoo.com, Indonesia
  136. 2006 - Now
  137. --------------------------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement