Advertisement
quanghacker69

ok lần 2

Jul 12th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1.  
  2.  
  3. <html><HEAD><TITLE>Hacked By.::Quang::.</TITLE>
  4.  
  5. <META content="text/html; charset=utf-8" http-equiv=Content-Type>
  6.  
  7. <META name=GENERATOR content="MSHTML 8.00.6001.18852"></HEAD>
  8.  
  9. <BODY>
  10.  
  11. <BODY bgcolor="#000000" background="http://i661.photobucket.com/albums/uu339/mylove_bn/465344400.gif">
  12.  
  13. <center><IMG height=250 src="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn2/t1.0-9/10448733_268678669987060_6664606386958874574_n.jpg" width=300 border=0>
  14.  
  15. </b></font></p></td></tr></tbody></table></form></div>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. </body></html>
  26.  
  27. <HTML>
  28.  
  29. <HEAD>
  30.  
  31. <TITLE>Your site was hacked, We 0wn Your Security </TITLE>
  32.  
  33.  
  34.  
  35. <script language="JavaScript">
  36.  
  37. msg = new Array(); //strings written in screen
  38.  
  39. msg[0] = "<h2><u><center>..::Quang:..</center></u></h2>";
  40.  
  41. msg[1] = "<center>.::Xin chào các bạn mình Là Quang ::.</center>";
  42.  
  43. msg[2] = "<center>Quang đẹp trai</center>";
  44.  
  45. msg[3] = "<center>Hacked tập sự</center>";
  46.  
  47. msg[4] = "<center>FaceBook tớ : https://www.facebook.com/quanghacker69 </center>";
  48.  
  49. msg[5] = "<center>!! CafeS?a CF !!</center>"
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. text1 = ""; //the same as text2, only the last character is highlighted
  58.  
  59. text2 = ""; //current string, which will be written
  60.  
  61. count = 0; //char index in string text
  62.  
  63. count2 = 0; //number of strings
  64.  
  65.  
  66.  
  67. text = msg[0].split(""); //text - string written
  68.  
  69.  
  70.  
  71. function writetext() { //show strings above on screen
  72.  
  73. text1 = text2 + "<font color='00ff00'>" + text[count] + "</font>";
  74.  
  75. text2 += text[count];
  76.  
  77. document.all["nothing"].innerHTML = text1; //where to write
  78.  
  79.  
  80.  
  81. if (count < text.length-1){
  82.  
  83. count++;
  84.  
  85. setTimeout('writetext()', 25);
  86.  
  87. }
  88.  
  89. else { //if this string is written, get the new string
  90.  
  91. count = 0;
  92.  
  93.  
  94.  
  95. if (count2 != 4) { //write 4 strings
  96.  
  97. count2++;
  98.  
  99. text2 += "<p>"; //a new line
  100.  
  101. text = eval('msg['+count2+'].split("")'); //get the new string to text
  102.  
  103. setTimeout('writetext()', 25);
  104.  
  105. }
  106.  
  107. }
  108.  
  109. }
  110.  
  111. </script>
  112.  
  113. </HEAD>
  114.  
  115.  
  116.  
  117. <BODY text="#00ff00" bgColor="#000000" onLoad="writetext()">
  118.  
  119.  
  120.  
  121. <table align="center">
  122.  
  123. <div id="nothing" style="width:'800px'; height:'540px'; font-family:'courier new'; font-weight:'bold'"></div>
  124.  
  125. </table>
  126.  
  127.  
  128.  
  129. <script language="JavaScript">
  130.  
  131. if (document.all){
  132.  
  133. Cols = 9; //number of falldown binary string
  134.  
  135. Cl = 50; //maximum length of binary string
  136.  
  137. Cs = 100; //number of pixels between binary strings
  138.  
  139. Ts = 10; //font-size of binary string
  140.  
  141. Tc = '#008800'; //color of binary string
  142.  
  143. Tc1 = '#00ff00'; //color of 1st bit in binary string
  144.  
  145. MnS = 22; //minimum speed of binary string
  146.  
  147. MxS = 25; //maximum spees of binary string
  148.  
  149. I = Cs;
  150.  
  151.  
  152.  
  153. Sp = new Array(); //array speed of binary strings
  154.  
  155. S = new Array(); //the position of binary string
  156.  
  157. Y = new Array(); //array of position of binary strings
  158.  
  159. C = new Array(); //array save bits of string
  160.  
  161. M = new Array(); //binary string
  162.  
  163. B = new Array(); //temp for creating binary string
  164.  
  165. RC = new Array(); //length of binary strings
  166.  
  167. E = new Array(); //array of head-bit in written strings
  168.  
  169. Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
  170.  
  171. //
  172.  
  173. //Document.write("<div id='Container' style='position:absolute; top:0; left+Cs+"'>");
  174.  
  175.  
  176.  
  177. for (i=0; i < Cols; i++){ //area to show binary strings
  178.  
  179. S[i] = I += Cs; //calculate the position of binary string
  180.  
  181. document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
  182.  
  183. "font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
  184.  
  185. "height:0px; color:" + Tc + "; visibility:hidden'></div>");
  186.  
  187. }
  188.  
  189. document.write("</div>");
  190.  
  191. }
  192.  
  193.  
  194.  
  195. for(j = 0; j < Cols; j++){
  196.  
  197. RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
  198.  
  199. for(i=0; i < RC[j]; i++){
  200.  
  201. B[i] = ""; //sign of ending of string
  202.  
  203. C[i] = Math.round(Math.random())+' '; //get bit in binary strings
  204.  
  205. B[0] += C[i];
  206.  
  207. }
  208.  
  209. M[j] = B[0]; //binary string
  210.  
  211. Y[j] = 0; //1st position of strings are 0
  212.  
  213. Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  214.  
  215. }
  216.  
  217.  
  218.  
  219. function Cycle(){
  220.  
  221. Container.style.top = window.document.body.scrollTop;
  222.  
  223. for (i=0; i < Cols; i++){
  224.  
  225. var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
  226.  
  227. E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
  228.  
  229. Y[i]+=Sp[i]; //the position of current string
  230.  
  231. if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
  232.  
  233. i2 = 1 + Math.round(Math.random()*Cols);
  234.  
  235. RC[i2] = 1 + Math.round(Math.random()*Cl);
  236.  
  237. for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
  238.  
  239. B[i3] = "";
  240.  
  241. C[i3] = Math.round(Math.random())+' ';
  242.  
  243. B[0] += C[i3];
  244.  
  245. }
  246.  
  247. M[i] = B[0];
  248.  
  249. Y[i] = -Ts*M[i].length/1.5; //hide 2/3 string at beginning
  250.  
  251. Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  252.  
  253. A[i].style.visibility = 'visible';
  254.  
  255. }
  256.  
  257. A[i].style.top=Y[i]; //the i-th in tag div A
  258.  
  259. A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
  260.  
  261. }
  262.  
  263. setTimeout('Cycle()',100)
  264.  
  265. }
  266.  
  267.  
  268.  
  269. Cycle();
  270.  
  271. </script>
  272.  
  273.  
  274.  
  275. <center> </span></strong><img alt="" src="http://kingofeagle.persiangig.com/nabz.gif" /> </center>
  276.  
  277.  
  278. <br/>
  279.  
  280. <font color="greed">
  281.  
  282. <center><b>Quang </b></center>
  283.  
  284.  
  285.  
  286. <center><b>Welcome to </b></center>
  287. <center><b>HACKER TẬP SỰ</b></center>
  288. <center><b><font color="#EAFF00"> GOOD BYE</font></b></center>
  289.  
  290. </font>
  291.  
  292. </BODY>
  293.  
  294. </HTML>
  295.  
  296. <CFACEBOOK><B><a href="https://www.facebook.com/quanghacker69"><font size="5"><span style="color:#ffffff;text-shadow: 0 0 0.3em Red,0 0 0.3em Green,0 0 0.3em White;"> Enter </b></span></span>
  297.  
  298.  
  299.  
  300. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  301.  
  302. <meta content="MSHTML 6.00.2900.2180" name="GENERATOR">
  303.  
  304. <SCRIPT language=JavaScript>
  305.  
  306.  
  307.  
  308. var brzinakucanja = 200;
  309.  
  310.  
  311.  
  312. var pauzapor = 2000;
  313.  
  314.  
  315.  
  316. var vremeid = null;
  317.  
  318.  
  319.  
  320. var kretanje = false;
  321.  
  322.  
  323.  
  324. var poruka = new Array();
  325.  
  326.  
  327.  
  328. var slporuka = 0;
  329.  
  330.  
  331.  
  332. var bezporuke = 0;
  333.  
  334.  
  335.  
  336. poruka[0] = "Hacked by Quang "
  337.  
  338.  
  339.  
  340. poruka[1] = "Quang Đz"
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. function prikaz() {
  349.  
  350.  
  351.  
  352. var text = poruka[slporuka];
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. if (bezporuke < text.length) {
  361.  
  362.  
  363.  
  364. if (text.charAt(bezporuke) == " ")
  365.  
  366.  
  367.  
  368. bezporuke++
  369.  
  370.  
  371.  
  372. var ttporuka = text.substring(0, bezporuke + 1);
  373.  
  374.  
  375.  
  376. document.title = ttporuka;
  377.  
  378.  
  379.  
  380. bezporuke++
  381.  
  382.  
  383.  
  384. vremeid = setTimeout("prikaz()", brzinakucanja);
  385.  
  386.  
  387.  
  388. kretanje = true;
  389.  
  390.  
  391.  
  392. } else {
  393.  
  394.  
  395.  
  396. bezporuke = 0;
  397.  
  398.  
  399.  
  400. slporuka++
  401.  
  402.  
  403.  
  404. if (slporuka == poruka.length)
  405.  
  406.  
  407.  
  408. slporuka = 0;
  409.  
  410.  
  411.  
  412. vremeid = setTimeout("prikaz()", pauzapor);
  413.  
  414.  
  415.  
  416. kretanje = true;
  417.  
  418.  
  419.  
  420. }
  421.  
  422.  
  423.  
  424. }
  425.  
  426.  
  427.  
  428. function stop() {
  429.  
  430.  
  431.  
  432. if (kretanje)
  433.  
  434.  
  435.  
  436. clearTimeout(vremeid);
  437.  
  438.  
  439.  
  440. kretanje = false
  441.  
  442.  
  443.  
  444. }
  445.  
  446.  
  447.  
  448. function start() {
  449.  
  450.  
  451.  
  452. stop();
  453.  
  454.  
  455.  
  456. prikaz();
  457.  
  458.  
  459.  
  460. }
  461.  
  462.  
  463.  
  464. start();
  465.  
  466.  
  467.  
  468. </SCRIPT>
  469.  
  470. <script>
  471.  
  472. function muter2(){
  473.  
  474. scrW=screen.availWidth
  475.  
  476. scrH=screen.availHeight
  477.  
  478. window.moveTo(0,0)
  479.  
  480. window.resizeTo(10,10)
  481.  
  482. window.focus()
  483.  
  484. for(x=0;x<80;x++){
  485.  
  486. window.resizeTo(10,scrH*x/80)
  487.  
  488. }
  489.  
  490. for(y=0;y<80;y++){
  491.  
  492. window.resizeTo(scrW*y/80,scrH)
  493.  
  494. }
  495.  
  496. window.resizeTo(scrW,scrH)
  497.  
  498. }
  499.  
  500. document.onkeydown=keypressed;
  501.  
  502. function kasih_tau(){
  503.  
  504. alert('Df by ?BN\nMeans No Harm Here...\nAdmin, >"<...\nMake It More Secure...\n\nAdmin...');
  505.  
  506. }
  507.  
  508. </script>
  509.  
  510.  
  511.  
  512. </body>
  513.  
  514. </html>
  515.  
  516. <!-- END TEMPLATE: FORUMHOME -->
  517.  
  518. <center>
  519. <object width="1" height="1"> <param name="movie" value="<object width="1" height="1"> <param name="movie" value="http://www.nhaccuatui.com/m/tidCNnVsJ7uT" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <param name="allowfullscreen" value="true"/> <param name="flashvars" value="autostart=true" /> <embed src="http://www.nhaccuatui.com/m/tidCNnVsJ7uT" flashvars="target=blank&autostart=true" allowscriptaccess="always" allowfullscreen="true" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="1" height="1"></embed></object>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement