Advertisement
quanghacker69

tập làm

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