Advertisement
jeckerx

Feat MrX

Feb 9th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. <link REL="SHORTCUT ICON" HREF="http://2.bp.blogspot.com/-qq48EdTpLT4/UBuiqupeeyI/AAAAAAAAAYg/eWV9Xh5NOB8/s1600/favicon.ico">
  2. <embed width="1" height="1" wmode="transparent" type="application/x-shockwave-flash" src="http://youtube.googleapis.com/v/b6z_6y3Hpmc&amp;feature=related&amp;autoplay=1"></embed>
  3. <script type="text/javascript">
  4.  
  5. var data="abcdefghijklmnopkrstuvwxyz12345677890";
  6.  
  7. var text="Tested By JeckerX";//Your Text Here
  8.  
  9. var done=1;
  10.  
  11. statusIn(text);
  12.  
  13. function statusIn(text){
  14.  
  15. var max=4;
  16.  
  17. var delay=100;
  18.  
  19. if (done){
  20.  
  21. done = 0;
  22.  
  23. decrypt_helper(text, max, delay, 0, max);
  24.  
  25. }
  26.  
  27. }
  28.  
  29. function decrypt_helper(text, runs_left, delay, charvar, max){
  30.  
  31. if (!done){
  32.  
  33. runs_left = runs_left - 1;
  34.  
  35. //alert( runs_left);
  36.  
  37. var status = text.substring(0,charvar);
  38.  
  39. for(var current_char = charvar; current_char < text.length; current_char++){
  40.  
  41. status += data.charAt(Math.round(Math.random()*data.length));
  42.  
  43. }
  44.  
  45. document.title = status;
  46.  
  47. var rerun = "decrypt_helper('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");"
  48.  
  49. var new_char = charvar + 1;
  50.  
  51. var next_char = "decrypt_helper('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");"
  52.  
  53. if(runs_left > 0){
  54.  
  55. setTimeout(rerun, delay);
  56.  
  57. }
  58.  
  59. else{
  60.  
  61. if (charvar < text.length){
  62.  
  63. setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1)));
  64.  
  65. }
  66.  
  67. else
  68.  
  69. {
  70.  
  71. done = 1;
  72.  
  73. }
  74.  
  75. }
  76.  
  77. }
  78.  
  79. statusIn(text);
  80.  
  81. }
  82.  
  83.  
  84.  
  85. </script>
  86. <center><p class=style2 align=center><img border="0" align=center src="http://fc02.deviantart.net/fs71/f/2012/146/d/8/anonymous_by_deiby_ybied-d515ebr.gif" width="500" height="450"></p>
  87. <center><img src="http://s4.postimage.org/8i4wepeel/hacked.gif" <br></Center>
  88. <br>
  89. <div align="center"><table border="0" width="70%"><tr><td>
  90. <h1><font face="Bradley Hand ITC"><center><SCRIPT>
  91. farbbibliothek = new Array();
  92. 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");
  93. farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000");
  94. farbbibliothek[2] = new Array("#FFFFFF","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF");
  95. 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");
  96. 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");
  97. farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");
  98. farbbibliothek[6] = new Array("#FF0000","#FDF5E6");
  99. farben = farbbibliothek[4];
  100. function farbschrift()
  101. {
  102. for(var i=0 ; i<Buchstabe.length; i++)
  103. {
  104. document.all["a"+i].style.color=farben[i];
  105. }
  106. farbverlauf();
  107. }
  108. function string2array(text)
  109. {
  110. Buchstabe = new Array();
  111. while(farben.length<text.length)
  112. {
  113. farben = farben.concat(farben);
  114. }
  115. k=0;
  116. while(k<=text.length)
  117. {
  118. Buchstabe[k] = text.charAt(k);
  119. k++;
  120. }
  121. }
  122. function divserzeugen()
  123. {
  124. for(var i=0 ; i<Buchstabe.length; i++)
  125. {
  126. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  127. }
  128. farbschrift();
  129. }
  130. var a=1;
  131. function farbverlauf()
  132. {
  133. for(var i=0 ; i<farben.length; i++)
  134. {
  135. farben[i-1]=farben[i];
  136. }
  137. farben[farben.length-1]=farben[-1];
  138. setTimeout("farbschrift()",30);
  139. }
  140. //
  141. var farbsatz=1;
  142. function farbtauscher()
  143. {
  144. farben = farbbibliothek[farbsatz];
  145. while(farben.length<text.length)
  146. {
  147. farben = farben.concat(farben);
  148. }
  149. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  150. }
  151. setInterval("farbtauscher()",9000);
  152. text ="Mr.X FEAT JeckerX DUAL ATTACKER";//h
  153. string2array(text);
  154. divserzeugen();
  155. //document.write(text);
  156. </SCRIPT></center></h1></font>
  157. <body text="#FF0000" bgcolor="#000000" background="http://dc615.4shared.com/img/sGVploK2/s3/0.01407098686488828/storm.gif">
  158. <meta NAME="keywords" CONTENT="Hacked Mr.X">
  159.  
  160. <body bgcolor="black" text="white">
  161. <script type="text/javascript"> TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = "";}TypingText.all = new Array();TypingText.currentIndex = 0;TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();}TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); return; } if(this.currentText == "") this.element.innerHTML = ""; if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); }}</script>
  162. <body oncontextmenu="return false" onselectstart="return false" onafterprint="onafterprint()" onbeforeprint="onbeforeprint()" leftmargin="0" topmargin="0" onLoad="teclear();" style="background-color: rgb(0, 0, 0);">
  163. <center><b><font size="7"> </big>
  164. <embed width="1" height="1" wmode="transparent" type="application/x-shockwave-flash" src="http://youtube.googleapis.com/v/moPH8-wLhVU?version=3&amp;autoplay=1"></embed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement