Advertisement
cybertaziex

Html

Sep 22nd, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.86 KB | None | 0 0
  1. <Script Language='Javascript'>
  2. <!-- &#1203;&#824;&#1202;&#824;&#1203; Hacked By Antonio hacker Sakit Hati &#1203;&#824;&#1202;&#824;&#1203; -->
  3. <!--
  4. document.write(unescape('<p class=style2 align=center><img border="0" align=center src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-snc6/246705_448071851902184_1193178485_n.jpg" width="650" height="400"></p>
  5.  
  6. <script language="JavaScript1.2">
  7.  
  8.  
  9.  
  10. function ClearError() {return true;}
  11.  
  12.  
  13.  
  14. window.onerror = ClearError;
  15.  
  16.  
  17.  
  18. </script>
  19.  
  20. <br>
  21.  
  22.  
  23. <div align="center"><table border="0" width="70%"><tr><td>
  24.  
  25.  
  26.  
  27. <h1><font face="Bradley Hand ITC"><center><SCRIPT>
  28.  
  29.  
  30.  
  31. farbbibliothek = new Array();
  32.  
  33.  
  34.  
  35. 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");
  36.  
  37.  
  38.  
  39. farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000");
  40.  
  41.  
  42.  
  43. farbbibliothek[2] = new Array("#FFFFFF","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF");
  44.  
  45.  
  46.  
  47. 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");
  48.  
  49.  
  50.  
  51. 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");
  52.  
  53.  
  54. farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");
  55.  
  56.  
  57. farbbibliothek[6] = new Array("#FF0000","#FDF5E6");
  58.  
  59.  
  60.  
  61. farben = farbbibliothek[4];
  62.  
  63.  
  64.  
  65. function farbschrift()
  66.  
  67.  
  68.  
  69. {
  70.  
  71.  
  72.  
  73. for(var i=0 ; i<Buchstabe.length; i++)
  74.  
  75.  
  76.  
  77. {
  78.  
  79.  
  80.  
  81. document.all["a"+i].style.color=farben[i];
  82.  
  83.  
  84.  
  85. }
  86.  
  87.  
  88.  
  89. farbverlauf();
  90.  
  91.  
  92.  
  93. }
  94.  
  95.  
  96.  
  97. function string2array(text)
  98.  
  99.  
  100.  
  101. {
  102.  
  103.  
  104.  
  105. Buchstabe = new Array();
  106.  
  107.  
  108.  
  109. while(farben.length<text.length)
  110.  
  111.  
  112.  
  113. {
  114.  
  115.  
  116.  
  117. farben = farben.concat(farben);
  118.  
  119.  
  120.  
  121. }
  122.  
  123.  
  124.  
  125. k=0;
  126.  
  127.  
  128.  
  129. while(k<=text.length)
  130.  
  131.  
  132.  
  133. {
  134.  
  135.  
  136.  
  137. Buchstabe[k] = text.charAt(k);
  138.  
  139.  
  140.  
  141. k++;
  142.  
  143.  
  144.  
  145. }
  146.  
  147.  
  148.  
  149. }
  150.  
  151.  
  152.  
  153. function divserzeugen()
  154.  
  155.  
  156.  
  157. {
  158.  
  159.  
  160.  
  161. for(var i=0 ; i<Buchstabe.length; i++)
  162.  
  163.  
  164.  
  165. {
  166.  
  167.  
  168.  
  169. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  170.  
  171.  
  172.  
  173. }
  174.  
  175.  
  176.  
  177. farbschrift();
  178.  
  179.  
  180.  
  181. }
  182.  
  183.  
  184.  
  185. var a=1;
  186.  
  187.  
  188.  
  189. function farbverlauf()
  190.  
  191.  
  192.  
  193. {
  194.  
  195.  
  196.  
  197. for(var i=0 ; i<farben.length; i++)
  198.  
  199.  
  200.  
  201. {
  202.  
  203.  
  204.  
  205. farben[i-1]=farben[i];
  206.  
  207.  
  208.  
  209. }
  210.  
  211.  
  212.  
  213. farben[farben.length-1]=farben[-1];
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. setTimeout("farbschrift()",30);
  222.  
  223.  
  224.  
  225. }
  226.  
  227.  
  228.  
  229. //
  230.  
  231.  
  232.  
  233. var farbsatz=1;
  234.  
  235.  
  236.  
  237. function farbtauscher()
  238.  
  239.  
  240.  
  241. {
  242.  
  243.  
  244.  
  245. farben = farbbibliothek[farbsatz];
  246.  
  247.  
  248.  
  249. while(farben.length<text.length)
  250.  
  251.  
  252.  
  253. {
  254.  
  255.  
  256.  
  257. farben = farben.concat(farben);
  258.  
  259.  
  260.  
  261. }
  262.  
  263.  
  264.  
  265. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  266.  
  267.  
  268.  
  269. }
  270.  
  271.  
  272.  
  273. setInterval("farbtauscher()",9000);
  274.  
  275.  
  276.  
  277. text ="ANTONIO HACKER SAKIT HATI ";//h
  278.  
  279.  
  280.  
  281. string2array(text);
  282.  
  283.  
  284.  
  285. divserzeugen();
  286.  
  287.  
  288.  
  289. //document.write(text);
  290.  
  291.  
  292.  
  293.  
  294. </SCRIPT></center></h1></font>
  295.  
  296. <html>
  297. <head>
  298. <link rel="SHORTCUT ICON" href="http://i48.servimg.com/u/f48/16/08/07/74/indone10.gif">
  299. </head>
  300.  
  301.  
  302. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  303.  <title>Haced By Hacker Sakit Hati</title>
  304. </head>
  305.  <body text="#FF0000" bgcolor="#000000" background="http://i1268.photobucket.com/albums/jj575/antonio12324/kilat1-1.gif"><META NAME="description" CONTENT="Hacked by Antonio Hacker Sakit Hati">
  306. <meta NAME="keywords" CONTENT="HACKER SAKIT HATI">
  307.  
  308. <body bgcolor="black" text="white">
  309.  <script type="text/javascript"> TypingText = function(element, interval, cursor, finishedCallback) {  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {    this.running = true;    return;  }  this.element = element;  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });  this.interval = (typeof interval == "undefined" ? 100 : interval);  this.origText = this.element.innerHTML;  this.unparsedOrigText = this.origText;  this.cursor = (cursor ? cursor : "");  this.currentText = "";  this.currentChar = 0;  this.element.typingText = this;  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;  TypingText.all.push(this);  this.running = false;  this.inTag = false;  this.tagBuffer = "";  this.inHTMLEntity = false;  this.HTMLEntityBuffer = "";}TypingText.all = new Array();TypingText.currentIndex = 0;TypingText.runAll = function() {  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();}TypingText.prototype.run = function() {  if(this.running) return;  if(typeof this.origText == "undefined") {    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);    return;  }  if(this.currentText == "") this.element.innerHTML = "";  if(this.currentChar < this.origText.length) {    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {      this.tagBuffer = "<";      this.inTag = true;      this.currentChar++;      this.run();      return;    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {      this.tagBuffer += ">";      this.inTag = false;      this.currentText += this.tagBuffer;      this.currentChar++;      this.run();      return;    } else if(this.inTag) {      this.tagBuffer += this.origText.charAt(this.currentChar);      this.currentChar++;      this.run();      return;    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {      this.HTMLEntityBuffer = "&";      this.inHTMLEntity = true;      this.currentChar++;      this.run();      return;    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {      this.HTMLEntityBuffer += ";";      this.inHTMLEntity = false;      this.currentText += this.HTMLEntityBuffer;      this.currentChar++;      this.run();      return;    } else if(this.inHTMLEntity) {      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);      this.currentChar++;      this.run();      return;    } else {      this.currentText += this.origText.charAt(this.currentChar);    }    this.element.innerHTML = this.currentText;    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");    this.currentChar++;    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);  } else {  this.currentText = "";  this.currentChar = 0;        this.running = false;        this.finishedCallback();  }}</script>  
  310.  
  311.  
  312. <body oncontextmenu="return false" onselectstart="return false" onafterprint="onafterprint()" onbeforeprint="onbeforeprint()" leftmargin="0" topmargin="0" onLoad="teclear();" style="background-color: rgb(0, 0, 0);">
  313. <center><b><font size="7"> </big>
  314.  
  315. <center><SCRIPT language=JavaScript>
  316. <!----------
  317. var text="<font color= lime face= Bradley Hand ITC size=5><left> Tak perlu meneteskan air mata lagi untuk seorang penghianat cinta </left> \
  318. <br><left>  </left> \
  319. <br><left> Sorry.... admin.......</left> \
  320. <br><left> Kami bertiga lagi Galau......... </left> \
  321. <br><left> Uppsss.. jangan panik..... sabar... sabar.... </left> \
  322. <br><left> Kami bukan hacker kami hanya security testrer ^_^ xiixixixixiixix </left> \
  323. <br><left> Website anda ternyata sangat lemah </left> \
  324. <br><left>Silahkan perbaiki sistem keamanan anda... </left> \
  325. <br><left>==== BY |  Antonio   |  Ardan Sparkling  |  Chintya Enjelina  |  ==== </left> \
  326. \
  327. </font>";
  328. var delay=100;
  329. var currentChar=1;
  330. var destination="";
  331.  
  332. function type()
  333. {
  334.  if (document.getElementById)
  335.  {
  336.    var dest=document.getElementById(destination);
  337.    if (dest)
  338.    {
  339.      dest.innerHTML=text.substr(0, currentChar);
  340.      currentChar++
  341.      if (currentChar>text.length)
  342.      {
  343.        setTimeout("type()", delay);
  344.      }
  345.      else
  346.      {
  347.        setTimeout("type()", delay);
  348.      }
  349.    }
  350.  }
  351. }
  352.  
  353. function startTyping(textParam, delayParam, destinationParam)
  354. {
  355.  text=textParam;
  356.  delay=delayParam;
  357.   currentChar=1;   
  358.  destination=destinationParam;
  359.  type();
  360. }
  361.  
  362. //
  363. function FP_popUpMsg(msg) {//v1.0
  364. alert(msg);
  365. }
  366. -->
  367. </SCRIPT>
  368. <P align=center>
  369. <DIV id=textDestination>...</DIV>
  370. <P align=center>
  371.  
  372. <SCRIPT language=JavaScript>
  373. <!--
  374. startTyping(text, 40, "textDestination");
  375. //-->
  376.  
  377. </SCRIPT>
  378. </center>  
  379. <center>
  380. <script language="JavaScript">
  381. VIH_BackColor = "transparent";
  382. VIH_ForeColor = "Red";
  383. VIH_FontPix = "16";
  384. VIH_DisplayFormat = "Information We Got:<br>Ur IP Address: %%IP%%<br>Host: %%HOST%%";
  385. VIH_DisplayOnPage = "yes";
  386. </script>
  387. <script language="JavaScript" src="http://scripts.hashemian.com/js/visitorIPHOST.js.php"></script>
  388. <br>
  389. </P></body>
  390. </html>
  391.  
  392. <br>
  393. <style type="text/css">#cot_tl_fixed{background-color:Black;position:fixed;bottom:0px;font-size:22px;left:0px;padding:4px 0;clip:_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}</style>
  394. <span style="color: #FFFFFF;">
  395. <div id="cot_tl_fixed"><marquee><font class="whiteglow"><font color='white' face='tahoma'><b> Thanks To : | Crack999 | Syndrom2211 | JavaDefacer Team | CommAndroid |  Admin07 | R10 | JmS | walace | Riki BlackOrchidz | BagazzNewbie23 | Shadowdefacer Blackerror |  MasBro_43 a.k.a Indramayu Cyber | K4C3 Undetected  | Ari Tiga Angka Enam | FaZul, DorkSQLi | Ice-Cream  | c0m1z g0v3L4 | c0m1z Sup3r-Sm1l3 | X Gen | ShukoiJetz 666 | FH04ZA | Stupid Devi | dh4ni kelph3k | r00t_m4n | MDN  NeWbiE | Win32Conficker | Piex's Palembang | Last-Rizal-VIP | ddikodroid-NaBiLaHJKT48 | N3wb13 4b4d1 | anakganery08 cyber crew | a.M.e | V-Rus86 | Sund4nyM0uz Corporation | Blankon33  | Mr.Simple  | m4t!l!l | </b></b></font></font></marquee>
  396. <br>
  397.  
  398. <script language="Javascript1.2">
  399. var mymessage = "IP Address Logged :P soon we 'll be coming  ";
  400.  
  401. function rtclickcheck(keyp){
  402.   if (navigator.appName == "Netscape" && keyp.which == 3) {
  403.    alert(mymessage);
  404.     return false;
  405.   }
  406.  
  407.   if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
  408.    alert(mymessage);
  409.     return false;
  410.   }
  411. }
  412.  
  413. document.onmousedown = rtclickcheck
  414. //-->
  415.  
  416. </script>
  417. <script type='text/javascript' src='http://defaced.com.nu/dir/javascript/TypingText.js'></script>
  418.  
  419. <head>
  420. <style>
  421. .shakeimage{
  422. position:relative
  423. }
  424.  
  425.  
  426. </style>
  427. <!--scripts-->
  428. <script type="text/javascript">
  429. function meow()
  430. {
  431. }
  432. window.onbeforeunload = function()
  433. {
  434. alert("Maaf...!!");
  435. alert("Nomer Yang Anda Tuju... ");
  436. alert("Sedang Selingkuh....");
  437. alert("Cobalah 1x 24Jam");
  438. alert("BY ANTONIO HACKER SAKIT HATI");
  439.  
  440. }
  441.  
  442.  
  443. </script>
  444. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="0" height="0">
  445.     <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  446.     <param name="bgcolor" value="#ffffff" />
  447.     <param name="FlashVars" value="mp3=http%3A//www.youtube-mp3.org/get%3Fvideo_id%3Dd59h9bZdzig%26h%3Ddecf48d497373f7b58ae249097a1a2e2%26r%3D1347639844864&amp;width=0&amp;height=0&amp;loop=1&amp;autoplay=1&amp;volume=125" />
  448. </object>  '));
  449. //-->
  450. </Script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement