Advertisement
nackli

kafa yamuk duruyo gragapor

Aug 28th, 2015
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.96 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <HTML><HEAD><TITLE>depdep</TITLE>
  3. <META http-equiv=Content-Type content="text/html; charset=utf-8">
  4. <META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
  5. <body text=#00ff00 bgColor=#000000 onload=writetext() oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
  6. <SCRIPT>
  7. window.scrollBy(0, 1)
  8. window.resizeTo(0,0)
  9. window.moveTo(0,0)
  10. //setInterval("move()",30);
  11. setTimeout("move()", 1);
  12. var mxm=100
  13. var mym=50
  14. var mx=0
  15. var my=0
  16. var sv=50
  17. var status=1
  18. var szx=0
  19. var szy=0
  20. var c=255
  21. var n=0
  22. var sm=30
  23. var cycle=2
  24. var done=2
  25. function move()
  26. {
  27. if (status == 1)
  28. {
  29. mxm=mxm/1.05
  30. mym=mym/1.05
  31. mx=mx+mxm
  32. my=my-mym
  33. mxm=mxm+(400-mx)/100
  34. mym=mym-(300-my)/100
  35. window.moveTo(mx,my)
  36. rmxm=Math.round(mxm/10)
  37. rmym=Math.round(mym/10)
  38. if (rmxm == 0)
  39. {
  40. if (rmym == 0)
  41. {
  42. status=2
  43. }
  44. }
  45. }
  46. if (status == 2)
  47. {
  48. sv=sv/1.1
  49. scrratio=1+1/3
  50. mx=mx-sv*scrratio/2
  51. my=my-sv/2
  52. szx=szx+sv*scrratio
  53. szy=szy+sv
  54. window.moveTo(mx,my)
  55. window.resizeTo(szx,szy)
  56. if (sv < 0.1)
  57. {
  58. status=3
  59. }
  60. }
  61. if (status == 3)
  62. {
  63. document.fgColor=0xffffFF
  64. c=c-16
  65. if (c<0)
  66. {status=8}
  67. }
  68. if (status == 4)
  69. {
  70. c=c+16
  71. document.bgColor=c*65536
  72. document.fgColor=(255-c)*65536
  73. if (c > 239)
  74. {status=5}
  75. }
  76. if (status == 5)
  77. {
  78. c=c-16
  79. document.bgColor=c*65536
  80. document.fgColor=(255-c)*65536
  81. if (c < 0)
  82. {
  83. status=6
  84. cycle=cycle-1
  85. if (cycle > 0)
  86. {
  87. if (done == 1)
  88. {status=7}
  89. else
  90. {status=4}
  91. }
  92. }
  93. }
  94. if (status == 6)
  95. {
  96. document.title = "INC Team"
  97. alert("INC Team")
  98. cycle=2
  99. status=4
  100. done=1
  101. }
  102. if (status == 7)
  103. {
  104. c=c+4
  105. document.bgColor=c*65536
  106. document.fgColor=(255-c)*65536
  107. if (c > 128)
  108. {status=8}
  109. }
  110. if (status == 8)
  111. {
  112. window.moveTo(0,0)
  113. sx=screen.availWidth
  114. sy=screen.availHeight
  115. window.resizeTo(sx,sy)
  116. status=9
  117. }
  118. var timer=setTimeout("move()",0.3)
  119. }
  120. </SCRIPT>
  121. <center>
  122. <SCRIPT language=JavaScript>
  123. msg = new Array(); //strings written in screen
  124. msg[0] = "<font color='00ff00'><center><h2><u><center>..::--- Hacked By depdep ---::..</u></h2></center></font>";
  125. msg[1] = "<font color='00ff00'><center>*****************************************************************************?*******</center> </font><b";
  126. msg[2] = " <br>";
  127. msg[3] = "<font color='00ff00'><center>Website Has Been Hacker By <a href='http://www.winatom.com/'><font Face='Harrington' color='Red'> <b>depdep Reyiz</b></font></a></font>";
  128. msg[4] = "<font color='00ff00'><center><font face='Tahoma' color='Red'>depdep Say's: Açıkları Kapatın ...</font></center></font>";
  129. msg[5] = "<font size = '5' color='00ff33' ><b><center> depdep Was Here </center></b></font>";
  130. msg[6] = " <br>";
  131.  
  132. msg[7] = "<font color='00ff00'><center>Designed By: depdep</center></font>";
  133. msg[8] = "<font color='00ff00'><center> >>>ali needdin sen ?<<< </center></font>";
  134.  
  135.  
  136. text1 = ""; //the same as text2, only the last character is highlighted
  137. text2 = ""; //current string, which will be written
  138. count = 0; //char index in string text
  139. count2 = 0; //number of strings
  140.  
  141. text = msg[0].split(""); //text - string written
  142.  
  143. function writetext() { //show strings above on screen
  144. text1 = text2 + "<font color='red>" + text[count] + "</font>";
  145. text2 += text[count];
  146. document.all["nothing"].innerHTML = text1; //where to write
  147.  
  148. if (count < text.length-1){
  149. count++;
  150. setTimeout('writetext()', 25);
  151. }
  152. else { //if this string is written, get the new string
  153. count = 0;
  154.  
  155. if (count2 != 8) { //write 8 strings
  156. count2++;
  157. text2 += "<p>"; //a new line
  158. text = eval('msg['+count2+'].split("")'); //get the new string to text
  159. setTimeout('writetext()', 25);
  160. }
  161. }
  162. }
  163. </SCRIPT>
  164. <FONT style="FONT-SIZE: 4pt" face="Courier New">
  165. <DIV align=center>
  166. <CENTER><TR><TD align="center" valign="middle"><FONT class=pic2ascii><BR><FONT
  167. color=#000000>##1</FONT><FONT color=#808080>#</FONT><FONT
  168. color=#ffffff>0</FONT><FONT color=#808080>@</FONT><FONT
  169. color=#000000>0#0@101@0@0#@1@@#0#@</FONT><FONT color=#c0c0c0>1</FONT><FONT
  170. color=#000000>1@#1#</FONT><BR><FONT color=#000000>01</FONT><FONT
  171. color=#808080>#</FONT><FONT color=#ffffff>0</FONT><FONT
  172. color=#808080>1</FONT><FONT color=#000000>0111@#1#@@###@#00##01@</FONT><FONT
  173. color=#808080>#</FONT><FONT color=#000000>000@</FONT><BR><FONT
  174. color=#000000>01</FONT><FONT color=#ffffff>@</FONT><FONT
  175. color=#c0c0c0>0</FONT><FONT color=#000000>#01@#@</FONT><FONT
  176. color=#808080>0111@10#1@</FONT><FONT color=#000000>@0@010#</FONT><FONT
  177. color=#c0c0c0>0</FONT><FONT color=#000000>111#</FONT><BR><FONT
  178. color=#000000>@</FONT><FONT color=#808080>#</FONT><FONT
  179. color=#ffffff>1</FONT><FONT color=#808080>1</FONT><FONT
  180. color=#000000>011@#</FONT><FONT color=#808080>#</FONT><FONT
  181. color=#c0c0c0>0@00@10</FONT><FONT color=#808080>0@#@</FONT><FONT
  182. color=#000000>@11110</FONT><FONT color=#c0c0c0>@</FONT><FONT
  183. color=#000000>@@00</FONT><BR><FONT color=#000000>0</FONT><FONT
  184. color=#c0c0c0>0</FONT><FONT color=#ffffff>1</FONT><FONT
  185. color=#808080>@</FONT><FONT color=#000000>##1</FONT><FONT
  186. color=#808080>01</FONT><FONT color=#c0c0c0>1@</FONT><FONT
  187. color=#ffffff>1#1@</FONT><FONT color=#c0c0c0>@0#</FONT><FONT
  188. color=#808080>#@1</FONT><FONT color=#000000>1</FONT><FONT
  189. color=#c0c0c0>@</FONT><FONT color=#000000>10##</FONT><FONT
  190. color=#808080>@</FONT><FONT color=#000000>000@</FONT><BR><FONT
  191. color=#000000>1</FONT><FONT color=#c0c0c0>@</FONT><FONT
  192. color=#ffffff>1</FONT><FONT color=#c0c0c0>0</FONT><FONT
  193. color=#808080>1</FONT><FONT color=#000000>@</FONT><FONT
  194. color=#808080>1</FONT><FONT color=#c0c0c0>0</FONT><FONT
  195. color=#808080>0</FONT><FONT color=#c0c0c0>#</FONT><FONT
  196. color=#ffffff>#@0#1@</FONT><FONT color=#c0c0c0>1#@</FONT><FONT
  197. color=#808080>@</FONT><FONT color=#000000>@</FONT><FONT
  198. color=#c0c0c0>#</FONT><FONT color=#808080>0</FONT><FONT
  199. color=#000000>1@</FONT><FONT color=#c0c0c0>10</FONT><FONT
  200. color=#808080>@</FONT><FONT color=#000000>@100</FONT><BR><FONT
  201. color=#000000>0</FONT><FONT color=#808080>#</FONT><FONT
  202. color=#ffffff>1</FONT><FONT color=#c0c0c0>0</FONT><FONT
  203. color=#808080>@#</FONT><FONT color=#000000>@</FONT><FONT
  204. color=#808080>#</FONT><FONT color=#c0c0c0>##</FONT><FONT
  205. color=#ffffff>@#1@1@@</FONT><FONT color=#c0c0c0>@@</FONT><FONT
  206. color=#808080>@</FONT><FONT color=#000000>0</FONT><FONT
  207. color=#c0c0c0>0</FONT><FONT color=#000000>#</FONT><FONT
  208. color=#808080>0</FONT><FONT color=#c0c0c0>#@0</FONT><FONT
  209. color=#000000>110@0</FONT><BR><FONT color=#000000>@0</FONT><FONT
  210. color=#c0c0c0>00</FONT><FONT color=#808080>@1</FONT><FONT
  211. color=#000000>@</FONT><FONT color=#808080>0</FONT><FONT
  212. color=#c0c0c0>01</FONT><FONT color=#ffffff>###@1##</FONT><FONT
  213. color=#c0c0c0>@0@</FONT><FONT color=#808080>#</FONT><FONT
  214. color=#c0c0c0>0</FONT><FONT color=#000000>#</FONT><FONT
  215. color=#c0c0c0>10@</FONT><FONT color=#808080>0</FONT><FONT
  216. color=#000000>01@11</FONT><BR><FONT color=#000000>1#1</FONT><FONT
  217. color=#808080>1@</FONT><FONT color=#000000>#@</FONT><FONT
  218. color=#808080>1</FONT><FONT color=#c0c0c0>11</FONT><FONT
  219. color=#ffffff>11@0#1#</FONT><FONT color=#c0c0c0>@1@</FONT><FONT
  220. color=#808080>@1</FONT><FONT color=#000000>##</FONT><FONT
  221. color=#c0c0c0>#</FONT><FONT color=#808080>0</FONT><FONT
  222. color=#000000>@#</FONT><FONT color=#c0c0c0>1</FONT><FONT
  223. color=#000000>@00</FONT><BR><FONT color=#000000>#@</FONT><FONT
  224. color=#808080>#</FONT><FONT color=#000000>#11</FONT><FONT
  225. color=#808080>00</FONT><FONT color=#c0c0c0>@#</FONT><FONT
  226. color=#ffffff>1#0##10</FONT><FONT color=#c0c0c0>0#0</FONT><FONT
  227. color=#808080>10</FONT><FONT color=#000000>1@@@0#</FONT><FONT
  228. color=#c0c0c0>0</FONT><FONT color=#000000>101</FONT><BR><FONT
  229. color=#000000>#@0</FONT><FONT color=#808080>10#@</FONT><FONT
  230. color=#c0c0c0>@01#</FONT><FONT color=#ffffff>#100@@</FONT><FONT
  231. color=#c0c0c0>##0</FONT><FONT color=#808080>###</FONT><FONT
  232. color=#000000>11#0@#001</FONT><BR><FONT color=#000000>#0</FONT><FONT
  233. color=#c0c0c0>0</FONT><FONT color=#000000>#</FONT><FONT
  234. color=#808080>0</FONT><FONT color=#c0c0c0>00#</FONT><FONT
  235. color=#ffffff>1</FONT><FONT color=#c0c0c0>0</FONT><FONT
  236. color=#808080>@</FONT><FONT color=#c0c0c0>#</FONT><FONT
  237. color=#ffffff>@0@#</FONT><FONT color=#c0c0c0>00@</FONT><FONT
  238. color=#808080>#0</FONT><FONT color=#000000>##@@#@</FONT><FONT
  239. color=#c0c0c0>#</FONT><FONT color=#000000>@1#0</FONT><BR><FONT
  240. color=#000000>#0</FONT><FONT color=#c0c0c0>0</FONT><FONT
  241. color=#000000>#</FONT><FONT color=#808080>1</FONT><FONT
  242. color=#c0c0c0>@#</FONT><FONT color=#ffffff>1@</FONT><FONT
  243. color=#c0c0c0>@</FONT><FONT color=#808080>@</FONT><FONT
  244. color=#c0c0c0>@0</FONT><FONT color=#ffffff>##1</FONT><FONT
  245. color=#c0c0c0>@1</FONT><FONT color=#808080>#@</FONT><FONT
  246. color=#c0c0c0>#0#</FONT><FONT color=#808080>0</FONT><FONT
  247. color=#000000>1##00#@@</FONT><BR><FONT color=#000000>#11#</FONT><FONT
  248. color=#808080>0</FONT><FONT color=#c0c0c0>@</FONT><FONT
  249. color=#ffffff>0#1@</FONT><FONT color=#c0c0c0>1</FONT><FONT
  250. color=#808080>1</FONT><FONT color=#c0c0c0>@11#@</FONT><FONT
  251. color=#808080>#0</FONT><FONT color=#c0c0c0>11@1@</FONT><FONT
  252. color=#808080>0</FONT><FONT color=#000000>10#0000</FONT><BR><FONT
  253. color=#000000>1@@#0</FONT><FONT color=#ffffff>#</FONT><FONT
  254. color=#c0c0c0>#</FONT><FONT color=#808080>0@</FONT><FONT
  255. color=#c0c0c0>##011@1#</FONT><FONT color=#808080>#</FONT><FONT
  256. color=#c0c0c0>##0</FONT><FONT color=#808080>@01@0</FONT><FONT
  257. color=#000000>0011#0</FONT><BR><FONT color=#000000>1#</FONT><FONT
  258. color=#808080>@</FONT><FONT color=#000000>##</FONT><FONT
  259. color=#c0c0c0>@</FONT><FONT color=#808080>#</FONT><FONT
  260. color=#000000>1#0#</FONT><FONT color=#c0c0c0>#</FONT><FONT
  261. color=#808080>1#</FONT><FONT color=#c0c0c0>@#</FONT><FONT
  262. color=#000000>@</FONT><FONT color=#c0c0c0>0#1</FONT><FONT
  263. color=#808080>0</FONT><FONT color=#000000>@1@@#1#0@@0</FONT><BR><FONT
  264. color=#000000>1#</FONT><FONT color=#808080>00</FONT><FONT
  265. color=#000000>1</FONT><FONT color=#808080>1</FONT><FONT
  266. color=#000000>0</FONT><FONT color=#ff0000>1#0</FONT><FONT
  267. color=#000000>#@</FONT><FONT color=#808080>10</FONT><FONT
  268. color=#000000>@</FONT><FONT color=#808080>@</FONT><FONT
  269. color=#000000>#</FONT><FONT color=#c0c0c0>0</FONT><FONT
  270. color=#808080>0</FONT><FONT color=#000000>11</FONT><FONT
  271. color=#ff0000>1##</FONT><FONT color=#000000>0@@#0#@1</FONT><BR><FONT
  272. color=#000000>11</FONT><FONT color=#808080>1</FONT><FONT
  273. color=#c0c0c0>0</FONT><FONT color=#808080>00</FONT><FONT
  274. color=#000000>@</FONT><FONT color=#ff0000>0@01</FONT><FONT
  275. color=#000000>0@1@0@</FONT><FONT color=#808080>@</FONT><FONT
  276. color=#000000>10</FONT><FONT color=#ff0000>0111</FONT><FONT
  277. color=#000000>##@0@#0@</FONT><BR><FONT color=#000000>#0</FONT><FONT
  278. color=#808080>1</FONT><FONT color=#ffffff>@</FONT><FONT
  279. color=#c0c0c0>@</FONT><FONT color=#808080>0</FONT><FONT
  280. color=#000000>11</FONT><FONT color=#ff0000>11#</FONT><FONT
  281. color=#000000>1##@0@#@1</FONT><FONT color=#ff0000>###</FONT><FONT
  282. color=#000000>@0#</FONT><FONT color=#808080>@</FONT><FONT
  283. color=#000000>00@#@</FONT><BR><FONT color=#000000>@@0</FONT><FONT
  284. color=#c0c0c0>1</FONT><FONT color=#ffffff>#</FONT><FONT
  285. color=#c0c0c0>0@</FONT><FONT color=#000000>1@0@@##1</FONT><FONT
  286. color=#808080>@#</FONT><FONT color=#000000>@@@@1</FONT><FONT
  287. color=#808080>@#00</FONT><FONT color=#000000>@00@01</FONT><BR><FONT
  288. color=#000000>10@</FONT><FONT color=#c0c0c0>##</FONT><FONT
  289. color=#ffffff>1@0@</FONT><FONT color=#c0c0c0>0</FONT><FONT
  290. color=#808080>#@</FONT><FONT color=#000000>@#</FONT><FONT
  291. color=#c0c0c0>0</FONT><FONT color=#ffffff>#</FONT><FONT
  292. color=#c0c0c0>@</FONT><FONT color=#808080>1</FONT><FONT
  293. color=#000000>#0</FONT><FONT color=#808080>1010#</FONT><FONT
  294. color=#000000>0101@0#</FONT><BR><FONT color=#000000>0@01</FONT><FONT
  295. color=#808080>100</FONT><FONT color=#c0c0c0>111</FONT><FONT
  296. color=#808080>@0#@</FONT><FONT color=#ffffff>01</FONT><FONT
  297. color=#808080>@</FONT><FONT color=#c0c0c0>#</FONT><FONT
  298. color=#808080>1</FONT><FONT color=#000000>#10@#0@#0##@@</FONT><BR><FONT
  299. color=#000000>0100#0</FONT><FONT color=#808080>110@@</FONT><FONT
  300. color=#c0c0c0>1</FONT><FONT color=#808080>#</FONT><FONT
  301. color=#c0c0c0>@</FONT><FONT color=#ffffff>0</FONT><FONT
  302. color=#808080>#</FONT><FONT color=#000000>@</FONT><FONT
  303. color=#808080>01</FONT><FONT color=#000000>#1@#000@101@0</FONT><BR><FONT
  304. color=#000000>01@1@1#@01</FONT><FONT color=#808080>@</FONT><FONT
  305. color=#c0c0c0>110#</FONT><FONT color=#000000>@11</FONT><FONT
  306. color=#808080>0</FONT><FONT color=#000000>@1@0@#000@#0#</FONT><BR><FONT
  307. color=#000000>##@0##1@@#</FONT><FONT color=#808080>#</FONT><FONT
  308. color=#ffffff>1</FONT><FONT color=#c0c0c0>0@@</FONT><FONT
  309. color=#000000>0@#</FONT><FONT color=#808080>#</FONT><FONT
  310. color=#000000>0110@#001@10#</FONT><BR><FONT color=#000000>#01@00@#@@</FONT><FONT
  311. color=#808080>@</FONT><FONT color=#ffffff>1@#</FONT><FONT
  312. color=#c0c0c0>0</FONT><FONT color=#000000>#</FONT><FONT
  313. color=#ffffff>0</FONT><FONT color=#000000>1</FONT><FONT
  314. color=#808080>0</FONT><FONT color=#000000>01@</FONT><FONT
  315. color=#808080>1</FONT><FONT color=#000000>10@01@##0</FONT><BR><FONT
  316. color=#000000>@##11010</FONT><FONT color=#808080>1</FONT><FONT
  317. color=#000000>@</FONT><FONT color=#c0c0c0>0@#</FONT><FONT
  318. color=#ffffff>@#</FONT><FONT color=#c0c0c0>1</FONT><FONT
  319. color=#ffffff>1</FONT><FONT color=#c0c0c0>@0</FONT><FONT
  320. color=#000000>@</FONT><FONT color=#808080>1</FONT><FONT
  321. color=#000000>@</FONT><FONT color=#808080>@</FONT><FONT
  322. color=#000000>#@101#0#1</FONT><BR><FONT color=#000000>11@@#1@@</FONT><FONT
  323. color=#808080>1</FONT><FONT color=#000000>#</FONT><FONT
  324. color=#c0c0c0>#@1</FONT><FONT color=#808080>@</FONT><FONT
  325. color=#c0c0c0>#</FONT><FONT color=#ffffff>@</FONT><FONT
  326. color=#c0c0c0>1</FONT><FONT color=#ffffff>@</FONT><FONT
  327. color=#c0c0c0>@0</FONT><FONT color=#808080>1</FONT><FONT
  328. color=#000000>#1#11111@00</FONT><BR><FONT color=#000000>10#@1001@@</FONT><FONT
  329. color=#c0c0c0>#</FONT><FONT color=#ffffff>1</FONT><FONT
  330. color=#808080>#</FONT><FONT color=#c0c0c0>0#@1</FONT><FONT
  331. color=#ffffff>0</FONT><FONT color=#c0c0c0>#1</FONT><FONT
  332. color=#808080>#</FONT><FONT color=#000000>11@101##011</FONT><BR><FONT
  333. color=#000000>@#@01@0#0#</FONT><FONT color=#808080>1</FONT><FONT
  334. color=#c0c0c0>@</FONT><FONT color=#000000>1</FONT><FONT
  335. color=#c0c0c0>0</FONT><FONT color=#ffffff>#</FONT><FONT
  336. color=#c0c0c0>@</FONT><FONT color=#808080>1</FONT><FONT
  337. color=#ffffff>@</FONT><FONT color=#c0c0c0>#</FONT><FONT
  338. color=#808080>0</FONT><FONT color=#000000>@@@@00100@11</FONT><BR><FONT
  339. color=#000000>@@0#@#1@0#10@</FONT><FONT color=#808080>@</FONT><FONT
  340. color=#c0c0c0>0#</FONT><FONT color=#000000>1</FONT><FONT
  341. color=#c0c0c0>@</FONT><FONT color=#808080>0</FONT><FONT
  342. color=#000000>##11111#010@0</FONT><BR><FONT
  343. color=#000000>1@#0#1@010@#011@1@#@0000101@#0@0</FONT></FONT></TD></TR></CENTER></FONT></DIV></FONT>
  344.  
  345. <CENTER><SPAN style="FONT-WEIGHT: 200"></SPAN></CENTER>
  346. <TABLE align=center>
  347. <DIV id=nothing
  348. style="FONT-WEIGHT: bold; WIDTH: 800px; FONT-FAMILY: 'courier new'; HEIGHT: 540px"></DIV>
  349. <TBODY></TBODY></TABLE>
  350. <SCRIPT language=JavaScript>
  351. if (document.all){
  352. Cols = 9; //number of falldown binary string
  353. Cl = 50; //maximum length of binary string
  354. Cs = 100; //number of pixels between binary strings
  355. Ts = 10; //font-size of binary string
  356. Tc = '#008800'; //color of binary string
  357. Tc1 = '#00ff00'; //color of 1st bit in binary string
  358. MnS = 22; //minimum speed of binary string
  359. MxS = 25; //maximum spees of binary string
  360. I = Cs;
  361.  
  362. Sp = new Array(); //array speed of binary strings
  363. S = new Array(); //the position of binary string
  364. Y = new Array(); //array of position of binary strings
  365. C = new Array(); //array save bits of string
  366. M = new Array(); //binary string
  367. B = new Array(); //temp for creating binary string
  368. RC = new Array(); //length of binary strings
  369. E = new Array(); //array of head-bit in written strings
  370. Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
  371.  
  372. document.write("<div id='Container' style='position:absolute; top:0; left:-"+Cs+"'>");
  373.  
  374. for (i=0; i < Cols; i++){ //area to show binary strings
  375. S[i] = I += Cs; //calculate the position of binary string
  376. document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
  377. "font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
  378. "height:0px; color:" + Tc + "; visibility:hidden'></div>");
  379. }
  380. document.write("</div>");
  381. }
  382.  
  383. for(j = 0; j < Cols; j++){
  384. RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
  385. for(i=0; i < RC[j]; i++){
  386. B[i] = ""; //sign of ending of string
  387. C[i] = Math.round(Math.random())+' '; //get bit in binary strings
  388. B[0] += C[i];
  389. }
  390. M[j] = B[0]; //binary string
  391. Y[j] = 0; //1st position of strings are 0
  392. Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  393. }
  394.  
  395. function Cycle(){
  396. Container.style.top = window.document.body.scrollTop;
  397. for (i=0; i < Cols; i++){
  398. var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
  399. E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
  400. Y[i]+=Sp[i]; //the position of current string
  401. if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
  402. i2 = 1 + Math.round(Math.random()*Cols);
  403. RC[i2] = 1 + Math.round(Math.random()*Cl);
  404. for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
  405. B[i3] = "";
  406. C[i3] = Math.round(Math.random())+' ';
  407. B[0] += C[i3];
  408. }
  409. M[i] = B[0];
  410. Y[i] = -Ts*M[i].length/1.5; //hide 2/3 string at beginning
  411. Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  412. A[i].style.visibility = 'visible';
  413. }
  414. A[i].style.top=Y[i]; //the i-th in tag div A
  415. A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
  416. }
  417. setTimeout('Cycle()',100)
  418. }
  419.  
  420. Cycle();
  421. </SCRIPT>
  422.  
  423.  
  424. </center>
  425. <embed src="<iframe width="560" height="315" src="https://www.youtube.com/embed/N899EdLDJ6k" frameborder="0" allowfullscreen></iframe>" width="0" height="0" autostart="true" loop="true"></embed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement