Advertisement
Guest User

-.-

a guest
Jun 28th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.89 KB | None | 0 0
  1. <head><title>Andre Pradiptha</title><script language='javascript'>alert ("..::Hacked by Andre Pradiptha::.."); </script>
  2. <body bgcolor=black>
  3. <script>
  4. function tb8_makeArray(n){
  5. this.length = n;
  6. return this.length;
  7. }
  8.  
  9. tb8_messages = new tb8_makeArray(3);
  10. tb8_messages[0] = "..::Hacked by Andre";
  11. tb8_messages[1] = "..::Hacked by Andre";
  12. tb8_messages[2] = "..::Hacked by Andre";
  13. tb8_rptType = 'infinite';
  14. tb8_rptNbr = 5;
  15. tb8_speed = 100;
  16. tb8_delay = 2000;
  17. var tb8_counter=1;
  18. var tb8_currMsg=0;
  19. var tb8_tekst ="";
  20. var tb8_i=0;
  21. var tb8_TID = null;
  22. function tb8_pisi(){
  23. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  24. document.title = tb8_tekst;
  25. tb8_sp=tb8_speed;
  26. tb8_i++;
  27. if (tb8_i==tb8_messages[tb8_currMsg].length){
  28. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  29. }
  30. if (tb8_currMsg == tb8_messages.length){
  31. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  32. clearTimeout(tb8_TID);
  33. return; } tb8_counter++;
  34. tb8_currMsg = 0;
  35. }
  36. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  37. }
  38. tb8_pisi()
  39. </script>
  40. <script language='javascript'>function keypressed() {;return false;}document.onkeydown=keypressed;// End --></script>
  41.  
  42.  
  43.  
  44.  
  45.  
  46. <script type="text/javascript">
  47. <!--
  48. //Disable right click script
  49. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  50. var message="Maaf , Klik Kanan DInonaktifkan :)";
  51. ///////////////////////////////////
  52. function clickIE() {if (document.all) {(message);return false;}}
  53. function clickNS(e) {if
  54. (document.layers||(document.getElementById&&!document.all)) {
  55. if (e.which==2||e.which==3) {(message);return false;}}}
  56. if (document.layers)
  57. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  58. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  59. document.oncontextmenu=new Function("return false")
  60. // -->
  61. </script>
  62.  
  63. <script language="JavaScript1.2">
  64. function ClearError() {return true;}
  65. window.onerror = ClearError;
  66. </script>
  67. <div align="center"><table border="0" width="70%"><tr><td>
  68. <h1><center><SCRIPT>
  69. farbbibliothek = new Array();
  70. 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");
  71. farbbibliothek[1] = new Array("#00FF00","#000000","#00FF00","#00FF00");
  72. 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");
  73. 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");
  74. 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");
  75. farbbibliothek[5] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");
  76. farbbibliothek[6] = new Array("#0000FF","#FFFF00");
  77. farben = farbbibliothek[4];
  78. function farbschrift()
  79. {
  80. for(var i=0 ; i<Buchstabe.length; i++)
  81. {
  82. document.all["a"+i].style.color=farben[i];
  83. }
  84. farbverlauf();
  85. }
  86. function string2array(text)
  87. {
  88. Buchstabe = new Array();
  89. while(farben.length<text.length)
  90. {
  91. farben = farben.concat(farben);
  92. }
  93. k=0;
  94. while(k<=text.length)
  95. {
  96. Buchstabe[k] = text.charAt(k);
  97. k++;
  98. }
  99. }
  100. function divserzeugen()
  101. {
  102. for(var i=0 ; i<Buchstabe.length; i++)
  103. {
  104. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  105. }
  106. farbschrift();
  107. }
  108. var a=1;
  109. function farbverlauf()
  110. {
  111. for(var i=0 ; i<farben.length; i++)
  112. {
  113. farben[i-1]=farben[i];
  114. }
  115. farben[farben.length-1]=farben[-1];
  116.  
  117. setTimeout("farbschrift()",30);
  118. }
  119. //
  120. var farbsatz=1;
  121. function farbtauscher()
  122. {
  123. farben = farbbibliothek[farbsatz];
  124. while(farben.length<text.length)
  125. {
  126. farben = farben.concat(farben);
  127. }
  128. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  129. }
  130. setInterval("farbtauscher()",5000);
  131. text= "..::Hacked by Andre Pradiptha"; //h
  132. string2array(text);
  133. divserzeugen();
  134. //document.write(text);
  135. </SCRIPT></center></h1>
  136.  
  137. <center><img border="0" src="http://i.imgur.com/8LcWy.png" width="" height=""></center>
  138.  
  139. <style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/symbols/sym-4/sym379.cur), progress;}</style><a href="http://www.cursors-4u.com/" target="_blank" title=""><img src="" border="0" alt="" style="position:absolute; top: 0px; right: 0px;" /></a>
  140.  
  141. <script language="JavaScript" src="http://hacker-newbie.org/jscripts/widget.js" type="text/javascript"> </script><style type="text/css">#adi_bottom_left{position:fixed;_position:absolute;bottom:0px;left:0px;clip: inherit;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}#cot_tl_pop {background-color: transparent;position:fixed;_position:absolute;height:194px;width: 244px;border: thin solid #000000;left: 100px;bottom: 30px;overflow: hidden;visibility: hidden;z-index: 100;_top:expression(document.documentElement.scrollTop-20+document.documentElement.clientHeight-this.clientHeight);}</style> <script language="JavaScript" type="text/javascript"> cot("https://lh3.googleusercontent.com/-NT8DHzBYnJk/TpMiNtUJFBI/AAAAAAAAAkw/NbCN5Na_pDg/s160/cinta-indonesia.png")</script></head><body><div id="adi_bottom_left"><a href="" onclick="return cot_tl_bigPopup('')"><img src="https://lh3.googleusercontent.com/-NT8DHzBYnJk/TpMiNtUJFBI/AAAAAAAAAkw/NbCN5Na_pDg/s160/cinta-indonesia.png" border="0"></a></div>
  142.  
  143.  
  144.  
  145.  
  146. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  147. <HTML><HEAD>
  148. <META http-equiv=Content-Type content="text/html; charset=windows-1254">
  149.  
  150. <STYLE type=text/css>BODY {
  151. SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffff; FONT-FAMILY: Verdana; SCROLLBAR-DARKSHADOW-COLOR: #000000
  152. }
  153. .Estilo10 {
  154. COLOR: #ffffff; FONT-FAMILY: Haettenschweiler
  155. }
  156. .Estilo8 {
  157. FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Haettenschweiler
  158. }
  159. </STYLE>
  160.  
  161. <SCRIPT LANGUAGE="JavaScript">
  162. /*
  163. An object-oriented Typing Text script, to allow for multiple instances.
  164. A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6.
  165. Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags.
  166.  
  167. Functions defined:
  168. TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function(){return}]):
  169. Create a new TypingText object around the given element. Optionally
  170. specify a delay between characters of interval milliseconds.
  171. cursor allows users to specify some HTML to be appended to the end of
  172. the string whilst typing. Optionally, can also be a function which
  173. accepts the current text as an argument. This allows the user to
  174. create a "dynamic cursor" which changes depending on the latest character
  175. or the current length of the string.
  176. finishedCallback allows advanced scripters to supply a function
  177. to be executed on finishing. The function must accept no arguments.
  178.  
  179. TypingText.run():
  180. Run the effect.
  181.  
  182. static TypingText.runAll():
  183. Run all TypingText-enabled objects on the page.
  184. */
  185.  
  186. TypingText = function(element, interval, cursor, finishedCallback) {
  187. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  188. this.running = true; // Never run.
  189. return;
  190. }
  191. this.element = element;
  192. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  193. this.interval = (typeof interval == "undefined" ? 20 : interval);
  194. this.origText = this.element.innerHTML;
  195. this.unparsedOrigText = this.origText;
  196. this.cursor = (cursor ? cursor : "");
  197. this.currentText = "";
  198. this.currentChar = 0;
  199. this.element.typingText = this;
  200. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  201. TypingText.all.push(this);
  202. this.running = false;
  203. this.inTag = false;
  204. this.tagBuffer = "";
  205. this.inHTMLEntity = false;
  206. this.HTMLEntityBuffer = "";
  207. }
  208. TypingText.all = new Array();
  209. TypingText.currentIndex = 0;
  210. TypingText.runAll = function() {
  211. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  212. }
  213. TypingText.prototype.run = function() {
  214. if(this.running) return;
  215. if(typeof this.origText == "undefined") {
  216. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  217. return;
  218. }
  219. if(this.currentText == "") this.element.innerHTML = "";
  220. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  221. if(this.currentChar < this.origText.length) {
  222. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  223. this.tagBuffer = "<";
  224. this.inTag = true;
  225. this.currentChar++;
  226. this.run();
  227. return;
  228. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  229. this.tagBuffer += ">";
  230. this.inTag = false;
  231. this.currentText += this.tagBuffer;
  232. this.currentChar++;
  233. this.run();
  234. return;
  235. } else if(this.inTag) {
  236. this.tagBuffer += this.origText.charAt(this.currentChar);
  237. this.currentChar++;
  238. this.run();
  239. return;
  240. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  241. this.HTMLEntityBuffer = "&";
  242. this.inHTMLEntity = true;
  243. this.currentChar++;
  244. this.run();
  245. return;
  246. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  247. this.HTMLEntityBuffer += ";";
  248. this.inHTMLEntity = false;
  249. this.currentText += this.HTMLEntityBuffer;
  250. this.currentChar++;
  251. this.run();
  252. return;
  253. } else if(this.inHTMLEntity) {
  254. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  255. this.currentChar++;
  256. this.run();
  257. return;
  258. } else {
  259. this.currentText += this.origText.charAt(this.currentChar);
  260. }
  261. this.element.innerHTML = this.currentText;
  262. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  263. this.currentChar++;
  264. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  265. } else {
  266. this.currentText = "";
  267. this.currentChar = 0;
  268. this.running = false;
  269. this.finishedCallback();
  270. }
  271. }
  272.  
  273. </script>
  274. <style>
  275. td{align: center; font-family: Bradley Hand ITC; font-size: 12pt; color: white}
  276. a{align: center; font-family: Bradley Hand ITC; font-size: 12pt; color: red}
  277.  
  278. </style>
  279. <div
  280. id="example1"></div>
  281. <p id="example2">
  282.  
  283.  
  284. <blink>Nick_Name</blink> : Andre Pradiptha <br>
  285.  
  286. <blink>Contact Me</blink> : Stepa Hacker<br>
  287.  
  288. <blink>NOTICE</blink> : Hello Admin , Don't Try To Call The Police, I'm Not Damaging Your Site
  289. But I'am Asking to you with this action
  290. Patch Your System Now
  291. Because Your System Is Very Low and Bad
  292. Thanks Before =)) .. <br>
  293.  
  294. <blink>Thanx'z To</blink> : Allah S.W.T | G.E.C | MayLis | And You ! <br>
  295.  
  296.  
  297. </p><script type="text/javascript">
  298. //Define first typing example:
  299. new TypingText(document.getElementById("example1"));
  300. //Define second typing example (use "slashing" cursor at the end):
  301. new TypingText(document.getElementById("example2"), 50, function(i){
  302. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
  303. ar.length]; });
  304. //Type out examples:
  305. TypingText.runAll();
  306.  
  307. </script>
  308.  
  309. <script>
  310. function cursor_text_circle(){
  311. var msg='..::Hacked by Andre Pradiptha'.split('').reverse().join('');
  312. var font='tahoma';
  313. var size=4; // up to seven
  314. var color='white';
  315. var speed=.15;
  316. var rotation=-.2;
  317. var ns=(document.layers);
  318. var ie=(document.all);
  319. var dom=document.getElementById;
  320. msg=msg.split('');
  321. var n=msg.length;
  322. var a=size*10;
  323. var currStep=0;
  324. var ymouse=0;
  325. var xmouse=0;
  326. var props="<font face="+font+" size="+size+" color="+color+">";
  327.  
  328. if (ie)
  329. window.pageYOffset=0
  330.  
  331. // writes the message
  332. if (ns){
  333. for (i=0; i < n; i++)
  334. document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
  335. }
  336. else if (ie||dom){
  337. document.write('<div id="outer" style="position:absolute;top:0px;left:0px;z-index:30000;"><div style="position:relative">');
  338. for (i=0; i < n; i++)
  339. document.write('<div id="iemsg'+(dom&&!ie? i:'')+'" style="position:absolute;top:0px;left:0;height:'+a+'px;width:'+a+'px;text-align:center;font-weight:normal;cursor:default">'+props+msg[i]+'</font></div>');
  340. document.write('</div></div>');
  341. }
  342. (ns)?window.captureEvents(Event.MOUSEMOVE):0;
  343.  
  344. function Mouse(evnt){
  345. ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
  346. xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position
  347. }
  348.  
  349. if (ns||ie||dom)
  350. (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
  351. var y=new Array();
  352. var x=new Array();
  353. var Y=new Array();
  354. var X=new Array();
  355. for (i=0; i < n; i++){
  356. y[i]=0;
  357. x[i]=0;
  358. Y[i]=0;
  359. X[i]=0;
  360. }
  361.  
  362. var iecompattest=function(){
  363. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
  364. }
  365.  
  366. var makecircle=function(){ // rotation properties
  367. if (ie) outer.style.top=iecompattest().scrollTop+'px';
  368. currStep-=rotation;
  369. for (i=0; i < n; i++){ // makes the circle
  370. var d=(ns)?document.layers['nsmsg'+i]:ie? iemsg[i].style:document.getElementById('iemsg'+i).style;
  371. d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15+(ie||dom? 'px' : '');
  372. d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2+(ie||dom? 'px' : ''); // remove *2 for just a plain circle, not oval
  373. }
  374. }
  375.  
  376. var drag=function(){ // makes the resistance
  377. y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
  378. x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
  379. for (var i=1; i < n; i++){
  380. y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
  381. x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
  382.  
  383. }
  384. makecircle();
  385. // not rotation speed, leave at zero
  386. setTimeout(function(){drag();},10);
  387. }
  388. if (ns||ie||dom)
  389. if ( typeof window.addEventListener != "undefined" )
  390. window.addEventListener( "load", drag, false );
  391. else if ( typeof window.attachEvent != "undefined" )
  392. window.attachEvent( "onload", drag );
  393. else {
  394. if ( window.onload != null ) {
  395. var oldOnload = window.onload;
  396. window.onload = function ( e ) {
  397. oldOnload( e );
  398. drag();
  399. };
  400. }
  401. else
  402. window.onload = drag;
  403. }
  404.  
  405. }
  406. cursor_text_circle();
  407.  
  408. </script>
  409.  
  410. <SCRIPT language=JavaScript type=text/javascript>
  411.  
  412. <!--
  413. var rows=1; // must be an odd number
  414. var speed=10; // lower is faster
  415. var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
  416. var effectalign="default" //enter "center" to center it.
  417.  
  418. /***********************************************
  419. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  420. * This notice must stay intact for use
  421. * Visit http://www.dynamicdrive.com/ for full source code
  422. ***********************************************/
  423.  
  424. var w3c=document.getElementById && !window.opera;;
  425. var ie45=document.all && !window.opera;
  426. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  427. var m_coch=new Array();
  428. var m_copo=new Array();
  429. function matrix() {
  430. if (!w3c && !ie45) return
  431. var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  432. ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  433. ma_txt=" "+ma_txt+" ";
  434. columns=ma_txt.length;
  435. if (w3c) {
  436. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  437. ma_tab=document.createElement("table");
  438. ma_tab.setAttribute("border", 0);
  439. ma_tab.setAttribute("align", effectalign);
  440. ma_tab.style.backgroundColor="#000000";
  441. ma_bod=document.createElement("tbody");
  442. for (x=0; x<rows; x++) {
  443. ma_row=document.createElement("tr");
  444. for (y=0; y<columns; y++) {
  445. matemp=document.createElement("td");
  446. matemp.setAttribute("id", "Mx"+x+"y"+y);
  447. matemp.className="matrix";
  448. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  449. ma_row.appendChild(matemp);
  450. }
  451. ma_bod.appendChild(ma_row);
  452. }
  453. ma_tab.appendChild(ma_bod);
  454. matrix.appendChild(ma_tab);
  455. } else {
  456. ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
  457. for (var x=0; x<rows; x++) {
  458. ma_tab+='<t'+'r>';
  459. for (var y=0; y<columns; y++) {
  460. ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
  461. }
  462. ma_tab+='</'+'tr>';
  463. }
  464. ma_tab+='</'+'table>';
  465. matrix.innerHTML=ma_tab;
  466. }
  467. ma_cho=ma_txt;
  468. for (x=0; x<columns; x++) {
  469. ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  470. m_copo[x]=0;
  471. }
  472. ma_bod=setInterval("mytricks()", speed);
  473. }
  474.  
  475. function mytricks() {
  476. x=0;
  477. for (y=0; y<columns; y++) {
  478. x=x+(m_copo[y]==100);
  479. ma_row=m_copo[y]%100;
  480. if (ma_row && m_copo[y]<100) {
  481. if (ma_row<rows+1) {
  482. if (w3c) {
  483. matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  484. matemp.firstChild.nodeValue=m_coch[y];
  485. }
  486. else {
  487. matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  488. matemp.innerHTML=m_coch[y];
  489. }
  490. matemp.style.color="#33ff66";
  491. matemp.style.fontWeight="bold";
  492. }
  493. if (ma_row>1 && ma_row<rows+2) {
  494. matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
  495. matemp.style.fontWeight="normal";
  496. matemp.style.color="#00ff00";
  497. }
  498. if (ma_row>2) {
  499. matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
  500. matemp.style.color="#009900";
  501. }
  502. if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  503. else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  504. else if (ma_row<rows+2) m_copo[y]++;
  505. else if (m_copo[y]<100) m_copo[y]=0;
  506. }
  507. else if (Math.random()>0.9 && m_copo[y]<100) {
  508. m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  509. m_copo[y]++;
  510. }
  511. }
  512. if (x==columns) clearInterval(ma_bod);
  513. }
  514.  
  515. function zoomer(ycol) {
  516. var mtmp, mtem, ytmp;
  517. if (m_copo[ycol]==Math.floor(rows/2)+1) {
  518. for (ytmp=0; ytmp<rows; ytmp++) {
  519. if (w3c) {
  520. mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  521. mtmp.firstChild.nodeValue=m_coch[ycol];
  522. }
  523. else {
  524. mtmp=document.all["Mx"+ytmp+"y"+ycol];
  525. mtmp.innerHTML=m_coch[ycol];
  526. }
  527. mtmp.style.color="#33ff66";
  528. mtmp.style.fontWeight="bold";
  529. }
  530. if (Math.random()<reveal) {
  531. mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  532. ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  533. }
  534. if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  535. m_copo[ycol]+=199;
  536. setTimeout("zoomer("+ycol+")", speed);
  537. }
  538. else if (m_copo[ycol]>200) {
  539. if (w3c) {
  540. mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  541. mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  542. }
  543. else {
  544. mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  545. mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  546. }
  547. mtmp.style.fontWeight="normal";
  548. mtem.style.fontWeight="normal";
  549. setTimeout("zoomer("+ycol+")", speed);
  550. }
  551. else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  552. if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  553. if (w3c) {
  554. mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  555. mtmp.firstChild.nodeValue=String.fromCharCode(160);
  556. mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  557. mtem.firstChild.nodeValue=String.fromCharCode(160);
  558. }
  559. else {
  560. mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  561. mtmp.innerHTML=String.fromCharCode(160);
  562. mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  563. mtem.innerHTML=String.fromCharCode(160);
  564. }
  565. setTimeout("zoomer("+ycol+")", speed);
  566. }
  567.  
  568. }
  569. // -->
  570. setTimeout('matrix()', 1);
  571.  
  572. col=0;
  573. function fadein()
  574. {
  575. document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
  576. document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
  577. document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
  578. document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
  579. document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
  580. document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
  581. col+=5;
  582. if(col<255) setTimeout('fadein()', 1);
  583. if(col==255) setTimeout('fadeout()', 1);
  584. }
  585.  
  586. function fadeout()
  587. {
  588. document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
  589. document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
  590. document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
  591. document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
  592. document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
  593. document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
  594. col-=5;
  595. if(col>0) setTimeout('fadeout()', 1);
  596. if(col==0) setTimeout('fadein()', 1);
  597. }
  598.  
  599. setTimeout('fadein()', 1);
  600.  
  601.  
  602. </SCRIPT>
  603.  
  604. <CENTER><BR><BR><BR>
  605.  
  606. <DIV id=matrix>-=-[ Stepa Hacker ]-=-</DIV>
  607. <center><embed src="http://divine-music.info/musicfiles/01 01 Terapi Energi.swf" autostart=true loop=true width=0 height=0 align="CENTER"></embed><br/></center>
  608. </object>
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615. <!-- freehostingnoads.net Counter Code -->
  616. <noscript>
  617. <a href="http://t15.org" title="Create Free Website">Create a Website for Free</a>
  618. </noscript>
  619.  
  620. <!-- End of freehostingnoads.net Counter Code -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement