Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. <html>
  2. <title>HaCkEd By 6hosthere502</title>
  3. <head>
  4. <meta property="og:title" content="PhantomGhost || We Are Ghost In Cyberspace"/>
  5. <meta property="og:description" content="Hacked by 6hosthere502 || PhantomGhost"/>
  6. <meta property="og:image:width" content=" ">
  7. <meta property="og:image:height" content=" ">
  8. <meta property="og:image" content="https://i.ibb.co/wh5GyP7/20181217-130909.jpg">
  9. <script>
  10. // Set the number of snowflakes (more than 30 - 40 not recommended)
  11. var snowmax=30
  12.  
  13. // Set the colors for the snow. Add as many colors as you like
  14. var snowcolor=new Array("white","white","white","white")
  15.  
  16. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  17. var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
  18.  
  19. // Set the letter that creates your snowflake (recommended:*)
  20. var snowletter="*"
  21.  
  22. // Set the speed of sinking (recommended values range from 0.3 to 2)
  23. var sinkspeed=0.5
  24.  
  25. // Set the maximal-size of your snowflaxes
  26. var snowmaxsize=27
  27.  
  28. // Set the minimal-size of your snowflaxes
  29. var snowminsize=8
  30.  
  31. // Set the snowing-zone
  32. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  33. // Set 3 for center-snowing, set 4 for right-side-snowing
  34. var snowingzone=1
  35.  
  36. ///////////////////////////////////////////////////////////////////////////
  37. // CONFIGURATION ENDS HERE
  38. ///////////////////////////////////////////////////////////////////////////
  39.  
  40.  
  41. // Do not edit below this line
  42. var snow=new Array()
  43. var marginbottom
  44. var marginright
  45. var timer
  46. var i_snow=0
  47. var x_mv=new Array();
  48. var crds=new Array();
  49. var lftrght=new Array();
  50. var browserinfos=navigator.userAgent
  51. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  52. var ns6=document.getElementById&&!document.all
  53. var opera=browserinfos.match(/Opera/)
  54. var browserok=ie5||ns6||opera
  55.  
  56. function randommaker(range) {
  57. rand=Math.floor(range*Math.random())
  58. return rand
  59. }
  60.  
  61. function initsnow() {
  62. if (ie5 || opera) {
  63. marginbottom = document.body.clientHeight
  64. marginright = document.body.clientWidth
  65. }
  66. else if (ns6) {
  67. marginbottom = window.innerHeight
  68. marginright = window.innerWidth
  69. }
  70. var snowsizerange=snowmaxsize-snowminsize
  71. for (i=0;i<=snowmax;i++) {
  72. crds[i] = 0;
  73. lftrght[i] = Math.random()*15;
  74. x_mv[i] = 0.03 + Math.random()/10;
  75. snow[i]=document.getElementById("s"+i)
  76. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  77. snow[i].size=randommaker(snowsizerange)+snowminsize
  78. snow[i].style.fontSize=snow[i].size
  79. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  80. snow[i].sink=sinkspeed*snow[i].size/5
  81. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  82. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  83. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  84. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  85. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  86. snow[i].style.left=snow[i].posx
  87. snow[i].style.top=snow[i].posy
  88. }
  89. movesnow()
  90. }
  91.  
  92. function movesnow() {
  93. for (i=0;i<=snowmax;i++) {
  94. crds[i] += x_mv[i];
  95. snow[i].posy+=snow[i].sink
  96. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
  97. snow[i].style.top=snow[i].posy
  98.  
  99. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  100. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  101. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  102. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  103. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  104. snow[i].posy=0
  105. }
  106. }
  107. var timer=setTimeout("movesnow()",50)
  108. }
  109.  
  110. for (i=0;i<=snowmax;i++) {
  111. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  112. }
  113. if (browserok) {
  114. window.onload=initsnow
  115. }
  116. </script>
  117. </head>
  118. <center>
  119. <link href="https://fonts.googleapis.com/css?family=Iceberg:400,700" rel='stylesheet' type='text/css'>
  120. <link href="http://fonts.googleapis.com/css?family=Geo:400,700" rel="stylesheet" type="text/css">
  121. <meta name="Hacked by 6hosthere502 - PhantomGhost">
  122. <body bgcolor="black">
  123. <iframe width="0%" height="0" scrolling="no" frameborder="no" allow="autoplay" src="https://instaud.io/_/2Ner.mp3"></iframe>
  124. <img src="https://i.ibb.co/GtKj3PT/received-504281000064976.jpg" width="660" />
  125. <br>
  126. <font size='7' color='white' font face='Iceberg' >HaCkEd By 6hosthere502 || PhantomGhost</font>
  127. <br>
  128. <font size='7' color='white' font face='Geo' >WE GHOST IN CYBERSPACE</font>
  129. <br><br>
  130. <font size='5' color='white' font face='Iceberg' >\we are/</font>
  131. <br>
  132. <font size='5' color="white" font face='Iceberg' >4prili666h05T - Mr.3RR0R - Mr.Aljabar - Alternation - Exect1337 - MR.WWW
  133. <br>./m!5t312be3 - Z3U54774CK - N1C3x13 - 6hosthere502</font><br>
  134. <font size='5' color='white' font face='Iceberg'>\respect/</font><br><font size='5' color="white" font face='Geo' >AnonSec - IndoXploit - Indonesia To World - ManadoGhost - GrenXPaRTa - ZakirDotID</font>
  135. <br>
  136. <font size='5' color='white' font face='Geo' >Gmail : pandohaxor@gmail.com</font><br><a href="https://www.google.com/search?q=PhantomGhost"><font size='4' color='white' font face='Geo' >PhantomGhost &copy 2012</a>
  137. <br><i>
  138. #IndonesianHackerRulez</i></font></script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement