caesarevan

Untitled

Jun 14th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.56 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script> alert ("Look Who Is Back")</script>
  4. <script> alert ("Iam behind you")</script>
  5. <title>.:{Hacked By Dark'Alone}:.</title>
  6. <link rel="icon" type="jpg" href="http://www.rubiconadvice.ro/files/darkalone.jpg"/>
  7. </head>
  8. <body bgcolor="black">
  9. <script language="JavaScript" src="http://sites.google.com/site/copycatgroup/Home/jsfile/rainbowtext.js">
  10. // ini efek buat text di title
  11. function tb5_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15.  
  16. tb5_messages = new tb5_makeArray(4);
  17. tb5_messages[0] = "HALLO ADMIN"; // text yang pertama
  18. tb5_messages[1] = "Dont panic "; // yang kedua
  19. tb5_messages[2] = "We Are"; // yang ketiga
  20. tb5_messages[3] = "Idiot BlackHat"
  21. tb5_rptType = 'infinite';
  22. tb5_rptNbr = 20;
  23. tb5_speed = 40;
  24. tb5_delay = 2000;
  25. var tb5_counter=2;
  26. var tb5_currMsg=0;
  27. var tb5_stsmsg="";
  28. function tb5_shuffle(arr){
  29. var k;
  30. for (i=0; i<arr.length; i++){
  31. k = Math.round(Math.random() * (arr.length - i - 1)) + i;
  32. temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  33. }
  34. return arr;
  35. }
  36. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  37. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  38. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  39. tb5_arr[i] = i;
  40. tb5_sts[i] = "_";
  41. }
  42. tb5_arr = tb5_shuffle(tb5_arr);
  43. function tb5_init(n){
  44. var k;
  45. if (n == tb5_arr.length){
  46. if (tb5_currMsg == tb5_messages.length-1){
  47. if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
  48. clearTimeout(tb5_timerID);
  49. return;
  50. }
  51. tb5_counter++;
  52. tb5_currMsg=0;
  53. }
  54. else{
  55. tb5_currMsg++;
  56. }
  57. n=0;
  58. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  59. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  60. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  61. tb5_arr[i] = i;
  62. tb5_sts[i] = "_";
  63. }
  64. tb5_arr = tb5_shuffle(tb5_arr);
  65. tb5_sp=tb5_delay;
  66. }
  67. else{
  68. tb5_sp=tb5_speed;
  69. k = tb5_arr[n];
  70. tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
  71. tb5_stsmsg = "";
  72. for (var i=0; i<tb5_sts.length; i++)
  73. tb5_stsmsg += tb5_sts[i];
  74. document.title = tb5_stsmsg;
  75. n++;
  76. }
  77. tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  78. }
  79. function tb5_randomizetitle(){
  80. tb5_init(0);
  81. }
  82. tb5_randomizetitle();
  83.  
  84.  
  85. // ANTI KLIK KANAN WKWKWKW
  86. var message="Dont try that";
  87. ///////////////////////////////////
  88. function clickIE4(){
  89. if (event.button==2){
  90. alert(message);
  91. return false;
  92. }
  93. }
  94. function clickNS4(e){
  95. if (document.layers||document.getElementById&&!document.all){
  96. if (e.which==2||e.which==3){
  97. alert(message);
  98. return false;
  99. }
  100. }
  101. }
  102. if (document.layers){
  103. document.captureEvents(Event.MOUSEDOWN);
  104. document.onmousedown=clickNS4;
  105. }
  106. else if (document.all&&!document.getElementById){
  107. document.onmousedown=clickIE4;
  108. }
  109. document.oncontextmenu=new Function("alert(message);return false")
  110. // -->
  111. </script>
  112.  
  113.  
  114. <center>
  115. <SCRIPT>
  116. var width=document.body.clientWidth;
  117. var height=document.body.clientHeight;
  118.  
  119. function doClickText(who,type,step,timeOut) {
  120. document.getElementById(who).style.display="none";
  121. if(type==0) {
  122. reveal('revealDiv1',step,timeOut,0);
  123. reveal('revealDiv2',step,timeOut,1);}
  124. if(type==1) {
  125. reveal('revealDiv1',step,timeOut,2);
  126. reveal('revealDiv2',step,timeOut,3);}}
  127. function reveal(who,step,timeOut,type) {
  128. if(type==0)
  129. var where="top";
  130. if(type==1)
  131. var where="bottom";
  132. if(type==2)
  133. var where="left";
  134. if(type==3)
  135. var where="right";
  136. eval('var temp=document.getElementById(who).style.'+where);
  137. temp=parseInt(temp);
  138. if(type==0||type==1)
  139. var checkWith=height/2;
  140. if(type==2||type==3)
  141. var checkWith=width/2;
  142. if(-temp<checkWith) {
  143.  
  144. temp-=step;
  145.  
  146. eval('document.getElementById(who).style.'+where+'=temp;');
  147.  
  148. setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
  149.  
  150. else {
  151.  
  152. document.getElementById(who).style.display="none";
  153.  
  154. document.body.scroll="yes";}}
  155.  
  156. function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
  157.  
  158. if(type==0) {
  159.  
  160. var bWhere1="border-bottom";
  161.  
  162. var bWhere2="border-top";
  163.  
  164. var putZero1="top:0px; left:0px";
  165.  
  166. var putZero2="bottom:0px; left:0px";
  167.  
  168. document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
  169. document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
  170. if(!click) {
  171. reveal('revealDiv1',step,timeOut,0);
  172. reveal('revealDiv2',step,timeOut,1);}
  173.  
  174. else {
  175. clickText(type,step,timeOut);}}
  176.  
  177. if(type==1) {
  178. var bWhere1="border-right";
  179. var bWhere2="border-left";
  180. var putZero1="top:0px; left:0px";
  181. var putZero2="top:0px; right:0px";
  182. document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
  183. document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
  184. if(!click) {
  185. reveal('revealDiv1',step,timeOut,2);
  186. reveal('revealDiv2',step,timeOut,3);}
  187. else {
  188. clickText(type,step,timeOut);}}
  189. function clickText(type,step,timeOut) {
  190. document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
  191.  
  192. </SCRIPT>
  193. <SCRIPT>
  194. var clickw=270;
  195. var clickh=50;
  196. var clickb=2;
  197. var clickc="black";
  198. var clickbg="black"; // Background color
  199. var clickt="=[[ <blink>OPEN</blink> ]]="; // Text to display
  200. var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:red"; // The font style of the text
  201. new initReveal(0,'black','black',1,1,'lime','lime',3,10,true);
  202. </SCRIPT>
  203. <div id="shadow" class="shadow">
  204. <br><br><br> <br><br>
  205. <div style="text-align:center;"><img src="http://www.rubiconadvice.ro/files/darkalone.jpg" style="opacity:0.4;filter:alpha(opacity=40)" height=450 width=450 ><br>
  206. <font face="Nova Square" color="silver" size="8px">Dark'Alone</font><br>
  207. <font face="Nova Square" color="silver" size="5px">Was Here
  208. <br> <font face="Kristen IT" size="">.:¦¦ IDIOT BLACKHAT ¦¦:.</font>
  209. <br><img src="http://www6.0zz0.com/2011/03/14/06/269205957.gif" id="button1" name="button1" border="0" height="7" width="502">
  210. <br>
  211. <br> <marquee><font color="red" size="6">(From Internet</font><font color ="white" size="6"> Be Friend)</font></marquee>
  212. <br>
  213. <br> <font face="Bradley Hand ITC" color="red" size="5"> ketika orang lain ingin selalu di kenang </font>
  214. <br><font face="Bradley Hand ITC" color="white" size="5"> aku hanya ingin di lupakan tanpa 1 ingatan pun </font>
  215. <br>
  216. <br><span class="rainbow_text"> you life in the dark </span>
  217. <br>
  218. <br> ~Idiot BlackHat~
  219. <br>
  220. <font id="hckk" color="silver">-- Mc'Sl0vv -- ./SENP4I -- Anonimokerl -- Cl4yZero -- CINDO_PUNK -- Mana Ku Tau -- T3mboxxxz -- Dark'Alone
  221. -- cheMenkz -- Mr.Fanxz -- MrGoldKz -- ⁨Mr :/R1zK1⁩ -- 4RCH!V3R -- WhatYourName -- MRD15 -- Mr.R3p0rt3R -- ./Cr#00Tz -- Agnia_Kinara --  Riz666hostÂ
  222. </div>
  223.  
  224. </html>
Add Comment
Please, Sign In to add comment