Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.88 KB | None | 0 0
  1.  
  2. <html><head>
  3. <title></title>
  4. <script>
  5. <!--
  6. var ScrollMsg= "Hacked By HAV3A5 / "
  7. var CharacterPosition=0;
  8. function StartScrolling() {
  9. document.title=ScrollMsg.substring(CharacterPosition,ScrollMsg.length)+
  10. ScrollMsg.substring(0, CharacterPosition);
  11. CharacterPosition++;
  12. if(CharacterPosition > ScrollMsg.length) CharacterPosition=0;
  13. window.setTimeout("StartScrolling()",150); }
  14. StartScrolling();
  15. // -->
  16. </script>
  17.  
  18.  
  19. <center>
  20.  
  21. <a onclick="alert(&#39;Fuck You :)&#39;); return true"><img src="http://i.imgur.com/i7Z7arG.gif" border="0" ></a><br>
  22. </center>
  23.  
  24. </script>
  25.  
  26. <style type="text/css">
  27. <!--
  28. .ahgcrewstyle {
  29. color: #F00;
  30. }
  31. .ahg {
  32. color: #0F0;
  33. }
  34. -->
  35. </style>
  36. <p></p><center>
  37. <center></center>
  38. <script type="text/javascript">
  39. TypingText = function(element, interval, cursor, finishedCallback) {
  40. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML ==
  41. "undefined")) {
  42. this.running = true;
  43. return;
  44. }
  45. this.element = element;
  46. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  47. this.interval = (typeof interval == "undefined" ? 100 : interval);
  48. this.origText = this.element.innerHTML;
  49. this.unparsedOrigText = this.origText;
  50. this.cursor = (cursor ? cursor : "");
  51. this.currentText = "";
  52. this.currentChar = 0;
  53. this.element.typingText = this;
  54. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  55. TypingText.all.push(this);
  56. this.running = false;
  57. this.inTag = false;
  58. this.tagBuffer = "";
  59. this.inHTMLEntity = false;
  60. this.HTMLEntityBuffer = "";
  61. }
  62. TypingText.all = new Array();
  63. TypingText.currentIndex = 0;
  64. TypingText.runAll = function() {
  65. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  66. }
  67. TypingText.prototype.run = function() {
  68. if(this.running) return;
  69. if(typeof this.origText == "undefined") {
  70. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  71. this.interval);
  72. return;
  73. }
  74. if(this.currentText == "") this.element.innerHTML = "";
  75. if(this.currentChar < this.origText.length) {
  76. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  77. this.tagBuffer = "<";
  78. this.inTag = true;
  79. this.currentChar++;
  80. this.run();
  81. return;
  82. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  83. this.tagBuffer += ">";
  84. this.inTag = false;
  85. this.currentText += this.tagBuffer;
  86. this.currentChar++;
  87. this.run();
  88. return;
  89. } else if(this.inTag) {
  90. this.tagBuffer += this.origText.charAt(this.currentChar);
  91. this.currentChar++;
  92. this.run();
  93. return;
  94. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  95. this.HTMLEntityBuffer = "&";
  96. this.inHTMLEntity = true;
  97. this.currentChar++;
  98. this.run();
  99. return;
  100. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  101. this.HTMLEntityBuffer += ";";
  102. this.inHTMLEntity = false;
  103. this.currentText += this.HTMLEntityBuffer;
  104. this.currentChar++;
  105. this.run();
  106. return;
  107. } else if(this.inHTMLEntity) {
  108. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  109. this.currentChar++;
  110. this.run();
  111. return;
  112. } else {
  113. this.currentText += this.origText.charAt(this.currentChar);
  114. }
  115. this.element.innerHTML = this.currentText;
  116. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof
  117. this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  118. this.currentChar++;
  119. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  120. this.interval);
  121. } else {
  122. this.currentText = "";
  123. this.currentChar = 0;
  124. this.running = false;
  125. this.finishedCallback();
  126. }
  127. }
  128. </script>
  129. <script>
  130. var width=document.body.clientWidth;
  131. var height=document.body.clientHeight;
  132. function doClickText(who,type,step,timeOut) {
  133. document.getElementById(who).style.display="none";
  134. if(type==0) {
  135. reveal('revealDiv1',step,timeOut,0);
  136. reveal('revealDiv2',step,timeOut,1);}
  137. if(type==1) {
  138. reveal('revealDiv1',step,timeOut,2);
  139. reveal('revealDiv2',step,timeOut,3);}}
  140. function reveal(who,step,timeOut,type) {
  141. if(type==0)
  142. var where="top";
  143. if(type==1)
  144. var where="bottom";
  145. if(type==2)
  146. var where="left";
  147. if(type==3)
  148. var where="right";
  149. eval('var temp=document.getElementById(who).style.'+where);
  150. temp=parseInt(temp);
  151. if(type==0||type==1)
  152. var checkWith=height/2;
  153. if(type==2||type==3)
  154. var checkWith=width/2;
  155. if(-temp<checkWith) {
  156. temp-=step;
  157. eval('document.getElementById(who).style.'+where+'=temp;');
  158. setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
  159. else {
  160. document.getElementById(who).style.display="none";
  161. document.body.scroll="yes";}}
  162. function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
  163. if(type==0) {
  164. var bWhere1="border-bottom";
  165. var bWhere2="border-top";
  166. var putZero1="top:0px; left:0px";
  167. var putZero2="bottom:6px; left:0px";
  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. else {
  174. clickText(type,step,timeOut);}}
  175. if(type==1) {
  176. var bWhere1="border-right";
  177. var bWhere2="border-left";
  178. var putZero1="top:0px; left:0px";
  179. var putZero2="top:0px; right:0px";
  180. 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>');
  181. 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>');
  182. if(!click) {
  183. reveal('revealDiv1',step,timeOut,2);
  184. reveal('revealDiv2',step,timeOut,3);}
  185. else {
  186. clickText(type,step,timeOut);}}
  187. function clickText(type,step,timeOut) {
  188. 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>');}}
  189. </script>
  190. <script>
  191. var clickw=270;
  192. var clickh=70;
  193. var clickb=2;
  194. var clickc="#00FFFF";
  195. var clickbg="black"; // Background color
  196. var clickt="<p>Click Here To Continue ...</p> ";
  197. var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:white"; // The font style of the text
  198. new initReveal(0,'black','black',1,1,'aqua','aqua',3,10,true);
  199. </script><div id="revealDiv1" style="z-index: 100; display: none; position: absolute; top: -369px; left: 0px; background: none repeat scroll 0% 0% black; width: 1600px; height: 369px; border-bottom: 1px solid lime;"></div>
  200. <div id="revealDiv2" style="z-index: 100; display: none; position: absolute; bottom: -369px; left: 0px; background: none repeat scroll 0% 0% black; width: 1600px; height: 369px; border-top: 1px solid lime;"></div>
  201. <div id="clickText" style="z-index: 101; display: none; position: absolute; top: 332px; left: 663px;"><table style="border: 2px solid rgb(255, 255, 255); background: none repeat scroll 0% 0% black; width: 270px; height: 70px; font-family: Tahoma,arial,helvetica; font-size: 10pt; font-weight: bold; color: Red; cursor: pointer;" onClick="doClickText('clickText',0,3,10)"><tbody><tr><td align="center"><p>Click Here To Continue ...</p> </td></tr></tbody></table>
  202. </div>
  203. <script language="Javascript1.2">
  204. var mymessage = "Bloqué :)";
  205. //
  206. function clickIE4(){
  207. if (event.button==2){
  208. alert(message);
  209. return false;
  210. }
  211. }
  212. function rtclickcheck(keyp){
  213. if (navigator.appName == "Netscape" && keyp.which == 3) {
  214. alert(mymessage);
  215. return false;
  216. }
  217. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
  218. alert(mymessage);
  219. return false;
  220. }
  221. }
  222. document.onmousedown = rtclickcheck
  223. //-->
  224. </script>
  225.  
  226.  
  227. <SCRIPT TYPE="text/javascript">
  228. <!--
  229. //Disable right click script
  230. //vi
  231. var message="BANANE AU KIWI MAGGLE";
  232. ///////////////////////////////////
  233. function clickIE() {if (document.all) {(message);return false;}}
  234. function clickNS(e) {if
  235. (document.layers||(document.getElementById&&!document.all)) {
  236. if (e.which==2||e.which==3) {(message);return false;}}}
  237. if (document.layers)
  238. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  239. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  240. document.oncontextmenu=new Function("return false")
  241. // -->
  242. </SCRIPT>
  243.  
  244. <script language='JavaScript1.2'>
  245.  
  246. function disableselect(e){
  247.  
  248. return false
  249.  
  250. }
  251.  
  252. function reEnable(){
  253.  
  254. return true
  255.  
  256. }
  257.  
  258. document.onselectstart=new Function (&quot;return false&quot;)
  259.  
  260. if (window.sidebar){
  261.  
  262. document.onmousedown=disableselect
  263.  
  264. document.onclick=reEnable
  265.  
  266. }
  267. </script>
  268.  
  269. <script language="javascript">
  270. function Disable_Control_C() {
  271. var keystroke = String.fromCharCode(event.keyCode).toLowerCase();
  272. if (event.ctrlKey) {
  273. alert("Bloqué :)");
  274. event.returnValue = false; // disable Ctrl+C
  275. }
  276. }
  277. </script>
  278.  
  279. <body onkeydown="javascript:Disable_Control_C()">
  280. </body>
  281. <!--
  282. body {
  283. background-color: #ffffff;
  284. }
  285. -->
  286. <style type="text/css">
  287. <!--
  288. <title>HACKED BY Ta Mere :D ~#</title>
  289. <!--
  290. body {
  291. background-color: #ffffff;
  292. }
  293. -->
  294. </style><style type="text/css">
  295. <!--
  296. body {
  297. background-color: #000000;
  298. background-image: url(http://i66.servimg.com/u/f66/14/86/38/04/ground10.gif);
  299. }
  300. .style3 {
  301. color: #00FFFF;
  302. font-size: 14;
  303. font-family: Georgia, "Times New Roman", Times, serif;
  304. }
  305. .style10 {
  306. color: #999999;
  307. font-size: 14px;
  308. }
  309. .style13 {color: #FFFFFF; font-size: 14px; }
  310. .style14 {color: #999999}
  311. .style16 {font-size: 14px}
  312. .style17 {color: #FFFFFF}
  313. -->
  314. </style></head><body background-color="#000000" onLoad="StartTexte()">
  315. <p style="text-align: center;" align="center">
  316. </p>
  317. <p style="text-align: center;" align="center">
  318. </p><form name="form1" style="text-align: center;">
  319. <div align="center">
  320. </div>
  321. </form>
  322. <div align="center">
  323. <p></p>
  324. <p> </p>
  325. <p> </p>
  326. <p>
  327. <h1>
  328. <script>
  329. farbbibliothek = new Array();
  330. farbbibliothek[0] = new Array("#00FFFF");
  331. farbbibliothek[3] = new Array("#00FFFF");
  332. farbbibliothek[4] = new Array("#00FFFF");
  333. farbbibliothek[5] = new Array("#00FFFF");
  334. farben = farbbibliothek[4];
  335. function farbschrift()
  336. {
  337. for(var i=0 ; i<Buchstabe.length; i++)
  338. {
  339. document.all["a"+i].style.color=farben[i];
  340. }
  341. farbverlauf();
  342. }
  343. function string2array(text)
  344. {
  345. Buchstabe = new Array();
  346. while(farben.length<text.length)
  347. {
  348. farben = farben.concat(farben);
  349. }
  350. k=0;
  351. while(k<=text.length)
  352. {
  353. Buchstabe[k] = text.charAt(k);
  354. k++;
  355. }
  356. }
  357. function divserzeugen()
  358. {
  359. for(var i=0 ; i<Buchstabe.length; i++)
  360. {
  361. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  362. }
  363. farbschrift();
  364. }
  365. var a=1;
  366. function farbverlauf()
  367. {
  368. for(var i=0 ; i<farben.length; i++)
  369. {
  370. farben[i-1]=farben[i];
  371. }
  372. farben[farben.length-1]=farben[-1];
  373. setTimeout("farbschrift()",1);
  374. }
  375.  
  376. var farbsatz=1;
  377. function farbtauscher()
  378. {
  379. farben = farbbibliothek[farbsatz];
  380. while(farben.length<text.length)
  381. {
  382. farben = farben.concat(farben);
  383. }
  384. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  385. }
  386. setInterval("farbtauscher()",50);
  387. text= "|| Hacked By HAV3A5 ||";
  388. string2array(text);
  389. divserzeugen();
  390. //document.write(text);</script>
  391. </h1>
  392. <font style="font-size: 4pt;" face="Times New Roman">
  393. <TBODY>
  394. <TR>
  395. <TD><P>
  396. <TABLE cellPadding=10 align=center>
  397. <TBODY>
  398. <TD>
  399. <CENTER>
  400. </CENTER>
  401. <p>
  402. <script type="text/javascript">
  403. TypingText = function(element, interval, cursor, finishedCallback) {
  404. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  405. this.running = true;
  406. return;
  407. }
  408. this.element = element;
  409. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  410. this.interval = (typeof interval == "undefined" ? 100 : interval);
  411. this.origText = this.element.innerHTML;
  412. this.unparsedOrigText = this.origText;
  413. this.cursor = (cursor ? cursor : "");
  414. this.currentText = "";
  415. this.currentChar = 0;
  416. this.element.typingText = this;
  417. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  418. TypingText.all.push(this);
  419. this.running = false;
  420. this.inTag = false;
  421. this.tagBuffer = "";
  422. this.inHTMLEntity = false;
  423. this.HTMLEntityBuffer = "";
  424. }
  425. TypingText.all = new Array();
  426. TypingText.currentIndex = 0;
  427. TypingText.runAll = function() {
  428. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  429. }
  430. TypingText.prototype.run = function() {
  431. if(this.running) return;
  432. if(typeof this.origText == "undefined") {
  433. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  434. return;
  435. }
  436. if(this.currentText == "") this.element.innerHTML = "";
  437. if(this.currentChar < this.origText.length) {
  438. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  439. this.tagBuffer = "<";
  440. this.inTag = true;
  441. this.currentChar++;
  442. this.run();
  443. return;
  444. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  445. this.tagBuffer += ">";
  446. this.inTag = false;
  447. this.currentText += this.tagBuffer;
  448. this.currentChar++;
  449. this.run();
  450. return;
  451. } else if(this.inTag) {
  452. this.tagBuffer += this.origText.charAt(this.currentChar);
  453. this.currentChar++;
  454. this.run();
  455. return;
  456. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  457. this.HTMLEntityBuffer = "&";
  458. this.inHTMLEntity = true;
  459. this.currentChar++;
  460. this.run();
  461. return;
  462. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  463. this.HTMLEntityBuffer += ";";
  464. this.inHTMLEntity = false;
  465. this.currentText += this.HTMLEntityBuffer;
  466. this.currentChar++;
  467. this.run();
  468. return;
  469. } else if(this.inHTMLEntity) {
  470. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  471. this.currentChar++;
  472. this.run();
  473. return;
  474. } else {
  475. this.currentText += this.origText.charAt(this.currentChar);
  476. }
  477. this.element.innerHTML = this.currentText;
  478. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  479. this.currentChar++;
  480. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  481. } else {
  482. this.currentText = "";
  483. this.currentChar = 0;
  484. this.running = false;
  485. this.finishedCallback();
  486. }
  487. }
  488. </script>
  489. <style type="text/css">
  490. /* Circle Text Styles */
  491. #outerCircleText {
  492. /* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
  493. font-style: italic;
  494. font-weight: bold;
  495. font-family: 'comic sans ms', verdana, arial;
  496. color: #00FFFF;
  497. /* End Optional */
  498. /* Start Required - Do Not Edit */
  499. position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
  500. #outerCircleText div {position: relative;}
  501. #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
  502. /* End Required */
  503. /* End Circle Text Styles */
  504. </style> <script type="text/javascript">
  505. ;(function(){
  506. var msg = "Hacked By HAV3A5";
  507. var size = 24;
  508. var circleY = 0.75; var circleX = 2;
  509. var letter_spacing = 5;
  510. var diameter = 10;
  511. var rotation = 0.4;
  512. var speed = 0.3;
  513. </script>
  514. </div>
  515. <iframe width="1" height="1" src="https://www.youtube.com/embed/AqaYYVIKyNo?autoplay=1" frameborder="0" allowfullscreen style="opacity: 0;"></iframe>
  516.  
  517. <center>
  518. <embed src="audio/musique.mp3" autostart="true" loop="false" hidden="true"></embed>
  519. <p align="center" class="style3" id="message">
  520.  
  521. <span class="style10">Bruting Passwords = </span><span class="style13">Has Been Bruted</span><span class="style16"><br>
  522. <span class="style14">Hacker = </span></span><span class="style13">French</span><span class="style16"><br>
  523. <span class="style14">Password =</span></span> <span class="style13"> Found</span><span class="style16"><br>
  524. <span class="style14">Target =</span></span> <span class="style3"> Eliminated </span><span class="style3"><br>
  525. <span class="style14">Protection=</span></span> <span class="style13"> Bypass </span><span class="style3"><br>
  526. <span class="style14">DataBase =</span></span> <span class="style3"> Destroyed </span><span class="style3"><br>
  527. <span class="style14">Website Status = </span></span><span class="style3">Offline</span><span class="style16"><br>
  528. <span class="style14">Website Security =</span></span> <span class="style13">Low</span><span class="style16"><br>
  529. <span class="style14">Website Ip =</span></span> <span class="style3"><font=red> 93.188.160.227</span><span class="style11"><br>
  530. <span class="style14">Owned By =</span></span> <span class="style13"> HAV3A5 </span><span class="style11"><br>
  531. <span class="style14">Contact Me =</span></span> <span class="style3"> Empty-Hack.com | HAV3A5 </span><span class="style3"><br>
  532. <?php
  533. echo "Bonjour ceci est votre IP: $REMOTE_ADDR";
  534. ?>
  535. <span class="style3">You've Been Defaced</span></span> <span class="style13"> Security is bad | Patch It <img src="http://illiweb.com/fa/i/smiles/icon_wink.gif" alt="Wink" longdesc="15" /> </span><span class="style8"></span>|</p>
  536. <span class="style8">
  537. </b>
  538.  
  539.  
  540. <script type="text/javascript">
  541. new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; });
  542. //Type out examples:
  543. TypingText.runAll();
  544. </script>
  545. </span><br>
  546.  
  547.  
  548.  
  549. </Script>
  550.  
  551. <script src="http://webdezign.tutoriaux.free.fr/services/compteur_page.php?client=79011&Af=3"></script>
  552.  
  553.  
  554. <SCRIPT language=JavaScript>
  555.  
  556. colours=new Array('#ff0000','#00ff00','#ffffff','#ff00ff','#ffa500','#ffff00','#00ff00','#ffffff','ff00ff')
  557. n = 10;
  558. y = 0;
  559. x = 0;
  560. n6=(document.getElementById&&!document.all);
  561. ns=(document.layers);
  562. ie=(document.all);
  563. d=(ns||ie)?'document.':'document.getElementById("';
  564. a=(ns||n6)?'':'all.';
  565. n6r=(n6)?'")':'';
  566. s=(ns)?'':'.style';
  567. if (ns){
  568. for (i = 0; i < n; i++)
  569. document.write('<layer name="dots'+i+'" top=0 left=0 width='+i/2+' height='+i/2+' bgcolor=#ff0000></layer>');
  570. }
  571. if (ie)
  572. document.write('<div id="con" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
  573. if (ie||n6){
  574. for (i = 0; i < n; i++)
  575. document.write('<div id="dots'+i+'" style="position:absolute;top:0px;left:0px;width:'+i/2+'px;height:'+i/2+'px;background:#ff0000;font-size:'+i/2+'"></div>');
  576. }
  577. if (ie)
  578. document.write('</div></div>');
  579. (ns||n6)?window.captureEvents(Event.MOUSEMOVE):0;
  580. function Mouse(evnt){
  581. y = (ns||n6)?evnt.pageY+4 - window.pageYOffset:event.y+4;
  582. x = (ns||n6)?evnt.pageX+1:event.x+1;
  583. }
  584. (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
  585. function animate(){
  586. o=(ns||n6)?window.pageYOffset:0;
  587. if (ie)con.style.top=document.body.scrollTop;
  588. for (i = 0; i < n; i++){
  589. var temp1 = eval(d+a+"dots"+i+n6r+s);
  590.  
  591. randcolours = colours[Math.floor(Math.random()*colours.length)];
  592. (ns)?temp1.bgColor = randcolours:temp1.background = randcolours;
  593. if (i < n-1){
  594. var temp2 = eval(d+a+"dots"+(i+1)+n6r+s);
  595. temp1.top = parseInt(temp2.top);
  596. temp1.left = parseInt(temp2.left);
  597. }
  598. else{
  599. temp1.top = y+o;
  600. temp1.left = x;
  601. }
  602. }
  603. setTimeout("animate()",10);
  604. }
  605. animate();
  606. // -->
  607. </SCRIPT>
  608.  
  609. <style type="text/css">#cot_tl_fixed{background-color:AQUA;position:fixed;bottom:100px;right:0px;font-size:25px;left:0px;padding:4px;clip:_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}</style>
  610. <span style="color: #FFFFFF;">
  611. <div id="cot_tl_fixed">
  612. <span style="color: #FFFFFF;">
  613. <marquee bgcolor="#000000">| Hacked By HAV3A5 | Sorry the security is very low ! |</marquee></span></div></span>
  614. </font></b>
  615.  
  616. </body>
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement