Advertisement
kadoel

Bocoran Source'a Dodot'Z

Jul 21st, 2011
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.08 KB | None | 0 0
  1.             <div style="margin-top:10px;margin-bottom:-5px;">
  2.     <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mizz-love.us%2F&amp;send=false&amp;layout=standard&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=32" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:32px;" allowTransparency="true"></iframe>
  3.   </div>
  4.  
  5.  <title>-=[ inilah kami !! ]=-</title>
  6. <link rel="shortcut icon" href="http://i.peperonity.com/c/235283/725132/ssc3/home/045/ronystar/dirk_rock_star_guitar_jamming_hg_wht.gif_320_320_256_9223372036854775000_0_1_0.gif">
  7. <script language="JavaScript">
  8. function tb5_makeArray(n){
  9.  this.length = n;
  10.  return this.length;
  11. }
  12. tb5_rptType = 'infinite';
  13. tb5_rptNbr = 10;
  14. tb5_speed = 50;
  15. tb5_delay = 2000;
  16. var tb5_counter=1;
  17. var tb5_currMsg=0;
  18. var tb5_stsmsg="";
  19. function tb5_shuffle(arr){
  20. var k;
  21. for (i=0; i<arr.length; i++){
  22. k = Math.round(Math.random() * (arr.length - i - 1)) + i;
  23. temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  24. }
  25. return arr;
  26. }
  27. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  28. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  29. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  30. tb5_arr[i] = i;
  31. tb5_sts[i] = "_";
  32. }
  33. tb5_arr = tb5_shuffle(tb5_arr);
  34. function tb5_init(n){
  35. var k;
  36. if (n == tb5_arr.length){
  37. if (tb5_currMsg == tb5_messages.length-1){
  38. if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
  39. clearTimeout(tb5_timerID);
  40. return;
  41. }
  42. tb5_counter++;
  43. tb5_currMsg=0;
  44. }
  45. else{
  46. tb5_currMsg++;
  47. }
  48. n=0;
  49. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  50. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  51. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  52. tb5_arr[i] = i;
  53. tb5_sts[i] = "_";
  54. }
  55. tb5_arr = tb5_shuffle(tb5_arr);
  56. tb5_sp=tb5_delay;
  57. }
  58. else{
  59. tb5_sp=tb5_speed;
  60. k = tb5_arr[n];
  61. tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
  62. tb5_stsmsg = "";
  63. for (var i=0; i<tb5_sts.length; i++)
  64. tb5_stsmsg += tb5_sts[i];
  65. document.title = tb5_stsmsg;
  66. n++;
  67. }
  68. tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  69. }
  70. function tb5_randomizetitle(){
  71. tb5_init(0);
  72. }
  73. tb5_randomizetitle();
  74. </script>
  75.  
  76.  
  77.  
  78. <script language="javascript">
  79.  
  80. var snowflakes=50; //NUMBER OF OBJECTS YOU WANT.
  81. var level=2; //SPEED LEVEL 1 to 5. 1=SLOWER, 5=FASTER
  82.  
  83. var w3c=(document.getElementById)?true:false;
  84. var ns4=(document.layers)?true:false;
  85. var ie4=(document.all && !w3c)?true:false;
  86. var ie5=(document.all && w3c)?true:false;
  87. var ns6=(w3c && navigator.appName.indexOf("Netscape")>=0)?true:false;
  88. var t=';
  89. var w_x, w_y;
  90. var snow=new Array();
  91. for(i=1;i<=snowflakes;i++)t+='<div id="snow'+i+'" class="snow"></div>';
  92. document.write(t);
  93.  
  94. function getstartpos(obj){
  95. obj.size=Math.floor(Math.random()*5)+1
  96. obj.ystep=obj.size*level;
  97. obj.xstep=obj.ystep/5;
  98. if(ns4)obj.clip.width=obj.clip.height=obj.size;
  99. else obj.style.width=obj.style.height=obj.size;
  100. moveidto(obj,Math.floor(Math.random()*w_x)-obj.size,0);
  101. }
  102.  
  103. function movedrop(){
  104. for(i=1;i<=snowflakes;i++){
  105. var l=(ns4)?snow[i].left:parseInt(snow[i].style.left);
  106. var t=(ns4)?snow[i].top:parseInt(snow[i].style.top);
  107. var pxo=(ie4||ie5)?document.body.scrollLeft:pageXOffset;
  108. var pyo=(ie4||ie5)?document.body.scrollTop:pageYOffset;
  109. if( (t+snow[i].ystep+snow[i].size>=w_y+pyo) || (snow[i].xpos-snow[i].size<pxo)) getstartpos(snow[i]);
  110. else moveidto(snow[i], l-snow[i].xstep, t+snow[i].ystep);
  111. }}
  112.  
  113. function getwindowdims(){
  114. w_x=(ie4||ie5)? document.body.clientWidth:window.innerWidth;
  115. w_y=(ie4||ie5)? document.body.clientHeight:window.innerHeight;
  116. }
  117.  
  118. function moveidto(id,x,y){
  119. if(ns4)id.moveTo(x,y);
  120. else{
  121. id.style.left=x+'px';
  122. id.style.top=y+'px';
  123. }}
  124.  
  125. window.onresize=function(){
  126. if(ns4)setTimeout('history.go(0)',400);
  127. else getwindowdims();
  128. }
  129.  
  130. window.onload=function(){
  131. level=Math.max(Math.min(5,level),1)
  132. getwindowdims();
  133. for(i=1;i<=snowflakes;i++){
  134. snow[i]=(ns4)?document.layers['snow'+i]:(ie4)?document.all['snow'+i]:document.getElementById('snow'+i);
  135. getstartpos(snow[i]);
  136. moveidto(snow[i],Math.floor(Math.random()*(w_x-10)),Math.floor(Math.random()*(w_y-10)));
  137. }
  138. setInterval('movedrop()',50);
  139. }
  140. </script>
  141.  
  142.  
  143. <embed height="1"width="1"allowfullscreen="false"menu="false"pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash"flashvars="file=http://multimedia.lareosing.org/uploads/audio/cHageU1YBGU1gK32DYiz.mp3&amp;frontcolor=0xffffff&amp;backcolor=0x0066ff&amp;lightcolor=0xffffff&amp;logo=http://www.indowebster.com/images/idws.png&amp;autostart=true&amp;usefullscreen=false&amp;showeq=true&amp;repeat"src="http://www.indowebster.com/mediaplayer.swf">
  144.  
  145.  
  146.  <center><FONT face="chiller" size="7" color="blue"> inilah kami..para seniman jalanan !!</font></center>
  147.  
  148.  
  149.  
  150. <style>
  151.  
  152. .shakeimage{
  153.  
  154. position:relative
  155.  
  156. }
  157.  
  158.  
  159.  
  160. </style>
  161.  
  162.  
  163. <script language="JavaScript1.2">
  164.  
  165.  
  166. var stopit=0
  167.  
  168. var rector=3
  169.  
  170. var a=1
  171.  
  172.  
  173.  
  174. function init(which){
  175.  
  176. stopit=0
  177.  
  178. shake=which
  179.  
  180. shake.style.left=0
  181.  
  182. shake.style.top=0
  183.  
  184. }
  185.  
  186.  
  187.  
  188. function rattleimage(){
  189.  
  190. if ((!document.all&&!document.getElementById)||stopit==1)
  191.  
  192. return
  193.  
  194. if (a==1){
  195.  
  196. shake.style.top=parseInt(shake.style.top)+rector
  197.  
  198. }
  199.  
  200. else if (a==2){
  201.  
  202. shake.style.left=parseInt(shake.style.left)+rector
  203.  
  204. }
  205.  
  206. else if (a==3){
  207.  
  208. shake.style.top=parseInt(shake.style.top)-rector
  209.  
  210. }
  211.  
  212. else{
  213.  
  214. shake.style.left=parseInt(shake.style.left)-rector
  215.  
  216. }
  217.  
  218. if (a<4)
  219.  
  220. a++
  221.  
  222. else
  223.  
  224. a=1
  225.  
  226. setTimeout("rattleimage()",50)
  227.  
  228. }
  229.  
  230.  
  231.  
  232. function stoprattle(which){
  233.  
  234. stopit=1
  235.  
  236. which.style.left=0
  237.  
  238. which.style.top=0
  239.  
  240. }
  241.  
  242.  
  243.  
  244. </script>
  245.  
  246.  
  247. <SCRIPT>
  248. /*
  249. An object-oriented Typing Text script, to allow for multiple instances.
  250. A script that causes any text inside any text element to be "typed out", one letter at a
  251.  
  252. time. Note that any HTML tags will not be included in the typed output, to prevent them
  253.  
  254. from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE
  255.  
  256. v6.
  257. Browsers that do not support this script will simply see the text fully displayed from the
  258.  
  259. start, including any HTML tags.
  260.  
  261. Functions defined:
  262.  TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function()
  263.  
  264. {return}]):
  265.    Create a new TypingText object around the given element.  Optionally
  266.    specify a delay between characters of interval milliseconds.
  267.    cursor allows users to specify some HTML to be appended to the end of
  268.    the string whilst typing.  Optionally, can also be a function which
  269.    accepts the current text as an argument.  This allows the user to
  270.    create a "dynamic cursor" which changes depending on the latest character
  271.    or the current length of the string.
  272.    finishedCallback allows advanced scripters to supply a function
  273.    to be executed on finishing.  The function must accept no arguments.
  274.  
  275.  TypingText.run():
  276.    Run the effect.
  277.  
  278.  static TypingText.runAll():
  279.    Run all TypingText-enabled objects on the page.
  280. */
  281.  
  282. TypingText = function(element, interval, cursor, finishedCallback) {
  283.  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  284.     this.running = true;    // Never run.
  285.     return;
  286.   }
  287.   this.element = element;
  288.   this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  289.   this.interval = (typeof interval == "undefined" ? 100 : interval);
  290.   this.origText = this.element.innerHTML;
  291.   this.unparsedOrigText = this.origText;
  292.   this.cursor = (cursor ? cursor : "");
  293.   this.currentText = "";
  294.   this.currentChar = 0;
  295.   this.element.typingText = this;
  296.   if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  297.   TypingText.all.push(this);
  298.   this.running = false;
  299.   this.inTag = false;
  300.   this.tagBuffer = "";
  301.   this.inHTMLEntity = false;
  302.   this.HTMLEntityBuffer = "";
  303. }
  304. TypingText.all = new Array();
  305. TypingText.currentIndex = 0;
  306. TypingText.runAll = function() {
  307.   for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  308. }
  309. TypingText.prototype.run = function() {
  310.  if(this.running) return;
  311.  if(typeof this.origText == "undefined") {
  312.     setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);   // We haven't finished loading yet.  Have patience.
  313.    return;
  314.  }
  315.  if(this.currentText == "") this.element.innerHTML = "";
  316. //  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  317.   if(this.currentChar < this.origText.length) {
  318.    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  319.      this.tagBuffer = "<";
  320.      this.inTag = true;
  321.      this.currentChar++;
  322.      this.run();
  323.      return;
  324.    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  325.      this.tagBuffer += ">";
  326.       this.inTag = false;
  327.       this.currentText += this.tagBuffer;
  328.       this.currentChar++;
  329.       this.run();
  330.       return;
  331.     } else if(this.inTag) {
  332.       this.tagBuffer += this.origText.charAt(this.currentChar);
  333.       this.currentChar++;
  334.       this.run();
  335.       return;
  336.     } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  337.      this.HTMLEntityBuffer = "&";
  338.       this.inHTMLEntity = true;
  339.       this.currentChar++;
  340.       this.run();
  341.       return;
  342.     } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  343.      this.HTMLEntityBuffer += ";";
  344.       this.inHTMLEntity = false;
  345.       this.currentText += this.HTMLEntityBuffer;
  346.       this.currentChar++;
  347.       this.run();
  348.       return;
  349.     } else if(this.inHTMLEntity) {
  350.       this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  351.       this.currentChar++;
  352.       this.run();
  353.       return;
  354.     } else {
  355.       this.currentText += this.origText.charAt(this.currentChar);
  356.     }
  357.     this.element.innerHTML = this.currentText;
  358.     this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  359.    this.currentChar++;
  360.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  361.  } else {
  362.     this.currentText = "";
  363.     this.currentChar = 0;
  364.        this.running = false;
  365.        this.finishedCallback();
  366.  }
  367. }
  368. </script>
  369.  
  370.  
  371. <style>
  372. body {
  373.     padding:0;
  374.     margin:0;
  375.     background-image:url();
  376.     background-repeat: no-repeat;
  377.     background-position:bottom;
  378.  background: #000000 url(http://images2.layoutsparks.com/1/152975/darkness-inside-black-design.jpg) scroll repeat center center;
  379. color: #ffffff;
  380. font: normal 80% Verdana;
  381. margin-top: 0px;
  382. margin-left: 0px;
  383. padding: 0;
  384. margin-right: 0px;
  385. }
  386. .style2 {color: #666666}
  387. </style><head><body bgcolor="#000000" onContextMenu="alert('-=[ Sory I'm Promise To Say It ]=-'); return false" NOOP="if (window.event != null && window.event.button == 2) alert ('Mari Stop: Deface | Carding | Hacking | Cracking');">
  388. <center>
  389.  
  390. <img style="left: 0pt; top: 0pt;" src="http://i56.tinypic.com/xcohs5.jpg" class="shakeimage" onMouseOver="init(this);rattleimage()" onMouseOut="stoprattle(this);top.focus()" onClick="top.focus()" alt="" border="0">
  391.  
  392.  
  393.  
  394.  
  395.  
  396. <br>
  397.  
  398. <br>
  399.  
  400.  
  401. <div id="example1"></div>
  402.  
  403. <p id="example2">
  404. &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;<br>
  405.  
  406.  <b>&#8226;&#8226; [' kami bukan sampah..kami hanya sekumpulan individu yg ingin berkreasi '] &#8226;&#8226;</b> <br>
  407.  
  408. &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;<br>
  409. <FONT face="chiller" size="5" color="red">
  410. kami bukan sampah kota..<br>
  411. meski pakaian kami lusuh<br>
  412.  
  413. kami bukan secuil kotoran ..<br>
  414. tapi kami  kaum minoritas di negeri ini.<br>
  415. <br>
  416. kemiskinan itu bukan pilihan..<br>
  417. kelaparan itu bukan yg kami mau..<br>
  418.  
  419. kami tidak seperti mereka yg disana<br>
  420. di gedung mewah dengan sejuta fasilitas mewah.<br>
  421.  
  422. inilah negeri kita,,<br>
  423. dimana penderitaan itu slalu jadi agenda sehari hari,,<br>
  424.  
  425.  
  426. kami tidak butuh asuransi kesehatan mu<br>
  427. jika kesejahteraan tidak merata,,<br>
  428. <br>
  429. buat apa kau kumandangkan go indonesia sehat<br>
  430. jika sebahagiaan org tetap kelaparan..<br>
  431.  
  432. kami tidakbutuh keadilan..<br>
  433. karena keadilan itu bisa di beli di negeri ini,,<br>
  434. <br>
  435. </font>
  436. <FONT face="chiller" size="5" color="white">
  437. biarpun kami melarat<br>
  438. tapi kami punya semangat<br>
  439.  
  440. bukan seperti anak konglomerat<br>
  441. yang manjanya selalu kumat <br>
  442. <br>
  443. Kami tak pernah minta dilahirkan....<br>
  444. bila hidup cuma tergantung nasib...<br>
  445.  
  446. tak kenal cinta dan kasih sayang..<br>
  447. tak mengerti apa itu welas asih...<br>
  448.  
  449. <br>
  450. rumah kami di jalan-jalan kota..<br>
  451. dibawah hamparan tabir langit....<br>
  452.  
  453.  
  454. cuma satu yang bikin kami lega..<br>
  455. bila perut kami kenyang terisi...<br>
  456. <br>
  457. dan tidur nyenyak dimana saja...'<br>
  458. tanpa ada rasa takut di hati....<br>
  459.  
  460.  <br>
  461. -=|[ disini kami akan terus berdiri .. disini kami bukan mati ]|=-
  462. </font>
  463.  
  464. <br />
  465. <b><b><em>
  466.  
  467.  
  468.  
  469. </p>
  470.  
  471. <center><marquee behavior=direction="right" scrollamount="3" width="40%">
  472.  
  473.  
  474. <img src=http://i55.tinypic.com/30w0aoi.jpg>
  475.  
  476. <img src=http://i52.tinypic.com/2ceg0f6.jpg>
  477.  
  478.  
  479. <img src=http://i55.tinypic.com/am8t8i.jpg>
  480.  
  481. <img src=http://i54.tinypic.com/30tlvs0.jpg>
  482. <img src=http://i53.tinypic.com/v7gppt.jpg>
  483. <img src=http://i54.tinypic.com/fwopco.jpg>
  484.  
  485. </center></marquee>
  486.  
  487.  
  488. &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
  489. <br>
  490. <center><font color="white" size="4"> note : <font color="red" size="5"><em>"Orang yang luar biasa itu sederhana dalam bicara <font color="white" size="5">tapi hebat dalam tindakan" </font></center>
  491. </em>
  492. <hi><blink>
  493.  
  494. <font face="courier new" color="#347235" size="2">Syukron to :</font><marquee width="50%" scrolldelay="20" scrollamount="2" direction="left" behavior="scroll"><font face="Tahoma" color="#40E0D0" size="2"> Allah Swt. | Wak dudulz  - SUHU | G3mBelZ |  run dll | purgantory | bhend smith | artupas | adut | dwi atmo | nandha | bekasi0d0nk | travis | yazid  | asrony | ghost77 | joglo ycl | ryan ycl | begundal nyasar | rayan bejaguran | and smuanya di sarkem capek ngetik woii | Yogyacarderlink| All member Sharemind.us | member bluster.tk | All HL cyber.net |and you </font></marquee>
  495.  
  496.  
  497. </font></blink></font>
  498. &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
  499.  
  500.  
  501.  
  502. </center>
  503.  
  504. <script type="text/javascript">
  505. //Define first typing example:
  506. new TypingText(document.getElementById("example1"));
  507. //Define second typing example (use "slashing" cursor at the end):
  508. new TypingText(document.getElementById("example2"), 50, function(i){
  509. var ar = new Array("_"," ","_"," "," "); return " " + ar[i.length %
  510. ar.length]; });
  511. //Type out examples:
  512. TypingText.runAll();
  513. </script>
  514.  
  515. </head>
  516.  
  517. <body>
  518.  
  519.  
  520. <span class="style5"><center><font color="#FF00FF"><blink><em>Special to emak dan adik2 ku di rumah dan juga tiara a.k.a  mizz_love yg slalu di hati</em></blink></center>
  521.  
  522. <div style="background-color:blue;border-style:outset;border-width:5pt;border-color:blue" align="center"><font color="red">created by : dodotz detected <br><font color="white"> medan | july 2011</font></div>
  523. <!-- --></body>
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530. <style type="text/css">
  531. span.mogsaw {color:blue; font-weight:bold; font-size:28px; font-family:"Times New Roman", Times, serif}
  532. span.newbie {color:blue; font-weight:bold; font-size:18px; font-family:"Times New Roman", Times, serif}
  533. span.me {color:red; font-weight:bold; font-size:12px; font-family:"Times New Roman", Times, serif}
  534. span.mi {color:white; font-weight:bold; font-size:14px; font-family:"Times New Roman", Times, serif}
  535. #outerCircleText {
  536. font-style: italic;
  537. font-weight: bold;
  538. font-family: 'Vivaldi', Mistral, Antrokas;
  539. color: red;
  540. position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
  541. #outerCircleText div {position: relative;}
  542. #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
  543. #navbar-iframe{display:none;height:0;visibility:hidden;}
  544. a:link {color:#ffffff} /* unvisited link */
  545. a:visited {color:#ffffff} /* visited link */
  546. a:hover {color:blue} /* mouse over link */
  547. a:active {color:gold} /* selected link */
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554. </style>
  555.  
  556. <script type="text/javascript">
  557. /* Circling text trail- by : Tim Tilton*/
  558.  
  559.  
  560. if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
  561.  
  562. msg = msg.split(');
  563. var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
  564. ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
  565. o = document.createElement('div'), oi = document.createElement('div'),
  566. b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
  567.  
  568. mouse = function(e){
  569. e = e || window.event;
  570.  ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
  571.  xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
  572. },
  573.  
  574. makecircle = function(){ // rotation/positioning
  575.  if(init.nopy){
  576.  o.style.top = (b || document.body).scrollTop + 'px';
  577.  o.style.left = (b || document.body).scrollLeft + 'px';
  578.  };
  579.  currStep -= rotation;
  580.  for (var d, i = n; i > -1; --i){ // makes the circle
  581.  d = document.getElementById('iemsg' + i).style;
  582.  d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
  583.  d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
  584.  };
  585. },
  586.  
  587. drag = function(){ // makes the resistance
  588.  y[0] = Y[0] += (ymouse - Y[0]) * speed;
  589.  x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
  590.  for (var i = n; i > 0; --i){
  591.  y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  592.  x[i] = X[i] += (x[i-1] - X[i]) * speed;
  593.  };
  594.  makecircle();
  595. },
  596.  
  597. init = function(){ // appends message divs, & sets initial values for positioning arrays
  598. if(!isNaN(window.pageYOffset)){
  599. ymouse += window.pageYOffset;
  600.  xmouse += window.pageXOffset;
  601.  } else init.nopy = true;
  602.  for (var d, i = n; i > -1; --i){
  603.  d = document.createElement('div'); d.id = 'iemsg' + i;
  604.  d.style.height = d.style.width = a + 'px';
  605.  d.appendChild(document.createTextNode(msg[i]));
  606.  oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
  607.  };
  608.  o.appendChild(oi); document.body.appendChild(o);
  609.  setInterval(drag, 25);
  610. },
  611.  
  612. ascroll = function(){
  613.  ymouse += window.pageYOffset;
  614.  xmouse += window.pageXOffset;
  615.  window.removeEventListener('scroll', ascroll, false);
  616. };
  617.  
  618. o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
  619.  
  620. if (window.addEventListener){
  621.  window.addEventListener('load', init, false);
  622.  document.addEventListener('mouseover', mouse, false);
  623.  document.addEventListener('mousemove', mouse, false);
  624.  if (/Apple/.test(navigator.vendor))
  625.  window.addEventListener('scroll', ascroll, false);
  626. }
  627. else if (window.attachEvent){
  628.  window.attachEvent('onload', init);
  629.  document.attachEvent('onmousemove', mouse);
  630. };
  631.  
  632. })();
  633.  
  634.  
  635. </script>
  636.  
  637.  
  638.  
  639. <body bgcolor="#000000">
  640.  
  641.  
  642. <script language="JavaScript">
  643. //Disable right mouse click Script
  644.  var message="FUCK YOU MALAYSIA........!!!";
  645.  
  646. ///////////////////////////////////
  647. function clickIE4(){
  648. if (event.button==2){
  649. alert(message);
  650. return false;
  651. }
  652. }
  653. function clickNS4(e){
  654. if (document.layers||document.getElementById&&!document.all){
  655. if (e.which==2||e.which==3){
  656. alert(message);
  657. return false;
  658. }
  659. }
  660. }
  661. if (document.layers){
  662. document.captureEvents(Event.MOUSEDOWN);
  663. document.onmousedown=clickNS4;
  664. }
  665. else if (document.all&&!document.getElementById){
  666. document.onmousedown=clickIE4;
  667. }
  668. document.oncontextmenu=new Function("alert(message);return false")
  669.    </script>
  670.  
  671. <script>
  672. function muter2(){
  673. scrW=screen.availWidth
  674. scrH=screen.availHeight
  675. window.moveTo(0,0)
  676. window.resizeTo(10,10)
  677. window.focus()
  678. for(x=0;x<80;x++){
  679. window.resizeTo(10,scrH*x/80)
  680. }
  681. for(y=0;y<80;y++){
  682. window.resizeTo(scrW*y/80,scrH)
  683. }
  684. window.resizeTo(scrW,scrH)
  685. }
  686.  
  687. document.oncontextmenu=new Function("muter2();return false");
  688. function keypressed(){alert("hmmm... mau ngapain..");}
  689. document.onkeydown=keypressed;
  690. function kasih_tau(){
  691. alert('./Defaced By Dodotz');
  692. }
  693. </script>
  694. <script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;
  695. }
  696. tb5_messages = new tb5_makeArray(2);
  697. tb5_messages[0] = -D-o-D-O-T-Z";
  698. tb5_messages[1] = "|..:: Dodot'Z::..";
  699. tb5_rptType = 'infinite';
  700. tb5_rptNbr = 100;
  701. tb5_speed = 50;
  702. tb5_delay = 50;
  703. var tb5_counter=1;
  704. var tb5_currMsg=0;
  705. var tb5_stsmsg="";
  706. function tb5_shuffle(arr){
  707. var k;
  708. for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 2)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  709. }
  710. return arr;
  711. }
  712. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  713. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  714. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_";
  715. }
  716. tb5_arr = tb5_shuffle(tb5_arr);
  717. function tb5_init(n){
  718. var k;
  719. if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay;
  720. }
  721. else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  722. }
  723. function tb5_randomizetitle(){ tb5_init(0);
  724. }
  725. tb5_randomizetitle();
  726.  
  727. </script>
  728.  
  729.  
  730. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement