Selasa, 26 Februari 2013

Coding Deface Simple








Hello Sahabat Defacer Indonesia , kaliini saya akan share tentang Script Deface Simple , ya setelah lama saya tidak mengpost tentang Deface lagi dan saat ini saya akan membahas tentang Script Deface Indonesia Technology , yaa script deface simple ini sangat keren dan dilengkapi dengan music tanpa stream / berjalan mulus tentunya music code ini juga asli dari Indonesia Technology , yaah karya ini hasil modifikasi dari saya yang dilengkapi dengan anti ctrl+u dan scroll off , okelah kalau begitu , agan agan boleh sedot tapi jangan di share menggunakan nama lain .

>> checkthis


  <link rel="shortcut icon" type="image/png" href="http://s1079.beta.photobucket.com/user/raafi_teja/media/Flag-Indonesia.gif.html" /> <html><head> <TITLE>Indonesia Technology</title> <script> TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. 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); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. 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> <style> body { background-color: black; font-family: 'Lucida Grande', Verdana, Arial; font-size: 40px; background-repeat: no-repeat; background-image: url(http://i984.photobucket.com/albums/ae328/onestree/hacked.gif); background-position: center center; } #warna { font-family: Papyrus; font-size: 135px; color: red; } #container { width: 100%; height: 700px; -webkit-perspective: 800; -webkit-perspective-origin: 50% 225px; } #stage { width: 100%; height: 100%; -webkit-transition: -webkit-transform 2s; -webkit-transform-style: preserve-3d; } #cw { position: relative; top: 160px; margin: 0 auto; height: 200px; width: 200px; -webkit-transform-style: preserve-3d; } #cw.backfaces .plane { -webkit-backface-visibility: visible; } #cw { -webkit-animation: kiri 15s infinite linear; } #ccw { position: relative; top: 160px; margin: 0 auto; height: 200px; width: 200px; -webkit-transform-style: preserve-3d; } #ccw.backfaces .plane { -webkit-backface-visibility: visible; } #ccw { -webkit-animation: kanan 25s infinite linear; } .plane { position: absolute; height: 200px; width: 200px; border: 1px solid #FF0000; -webkit-border-radius: 12px; -webkit-box-sizing: border-box; text-align: center; font-family: Papyrus; font-size: 135px; color: red; background-color: black; -webkit-transition: -webkit-transform 2s, opacity 2s; -webkit-backface-visibility: hidden; } @-webkit-keyframes kiri { from { -webkit-transform: rotateY(0); } to { -webkit-transform: rotateY(-360deg); } } @-webkit-keyframes kanan { from { -webkit-transform: rotateY(0); } to { -webkit-transform: rotateY(360deg); } } /* ---------- cube styles ------------- */ .cube > .one { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px); } .cube > .two { -webkit-transform: scale3d(1.2, 1.2, 1.2) translateZ(100px); } .cube > .three { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px); } .cube > .four { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px); } .cube > .five { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px); } .cube > .six { -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg); } .cube > .seven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(90deg) translateZ(100px) rotate(180deg); } .cube > .eight { -webkit-transform: scale3d(0.8, 0.8, 0.8) translateZ(100px); } .cube > .nine { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(90deg) translateZ(100px); } .cube > .ten { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(100px); } .cube > .eleven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(-90deg) translateZ(100px); } .cube > .twelve { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateX(-90deg) translateZ(100px); } /* ---------- ring styles ------------- */ .ring > .one { -webkit-transform: scale3d(0.8, 0.8, 0.8) translateZ(380px); } .ring > .two { -webkit-transform: rotateY(30deg) translateZ(380px); } .ring > .three { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(60deg) translateZ(380px); } .ring > .four { -webkit-transform: rotateY(90deg) translateZ(380px); } .ring > .five { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(120deg) translateZ(380px); } .ring > .six { -webkit-transform: rotateY(150deg) translateZ(380px); } .ring > .seven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(180deg) translateZ(380px); } .ring > .eight { -webkit-transform: rotateY(210deg) translateZ(380px); } .ring > .nine { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(-120deg) translateZ(380px); } .ring > .ten { -webkit-transform: rotateY(-90deg) translateZ(380px); } .ring > .eleven { -webkit-transform: scale3d(0.8, 0.8, 0.8) rotateY(300deg) translateZ(380px); } .ring > .twelve { -webkit-transform: rotateY(330deg) translateZ(380px); } a{font-family: verdana; font-size: 12pt; color: #ffffff} /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } </style> <script type="text/javascript">//Define first typing example: new TypingText(document.getElementById("example1")); //Define second typing example (use "slashing" cursor at the end): new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("_", "_", "_", "_"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll();</script> <script language='javascript'> if (document.all||document.getElementById){ var thetitle=document.title document.title=' } var data="Us3 Y0ur br41n biTch ! ! !"; var done=1; function statusIn(text){ decrypt(text,22,22); } function statusOut(){ self.status='; done=1; } function decrypt(text, max, delay){ if (done){ done = 0; rantit(text, max, delay, 0, max); } } function rantit(text, runs_left, delay, charvar, max){ if (!done){ runs_left = runs_left - 1; var status = text.substring(0,charvar); for(var current_char = charvar; current_char < text.length; current_char++){ status += data.charAt(Math.round(Math.random()*data.length)); } document.title = status; var rerun = "rantit('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");" var new_char = charvar + 1; var next_char = "rantit('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");" if(runs_left > 0){ setTimeout(rerun, delay); } else{ if (charvar < text.length){ setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1))); } else { done = 1; } } } } if (document.all||document.getElementById) statusIn(thetitle) </script> </head> <center> <div class="shakeimage" onmouseover="init(this);rattleimage()" onmouseout="stoprattle(this);top.focus()" onclick="top.focus()" > <br> <script type="text/javascript" charset="utf-8"> function hasClassName(inElement, inClassName) { var regExp = new RegExp('(?:^|\\s+)' + inClassName + '(?:\\s+|$)'); return regExp.test(inElement.className); } function addClassName(inElement, inClassName) { if (!hasClassName(inElement, inClassName)) inElement.className = [inElement.className, inClassName].join(' '); } function removeClassName(inElement, inClassName) { if (hasClassName(inElement, inClassName)) { var regExp = new RegExp('(?:^|\\s+)' + inClassName + '(?:\\s+|$)', 'g'); var curClasses = inElement.className; inElement.className = curClasses.replace(regExp, ' '); } } function toggleClassName(inElement, inClassName) { if (hasClassName(inElement, inClassName)) removeClassName(inElement, inClassName); else addClassName(inElement, inClassName); } </script> </head> <body> <div id="example1"> </div> <p id="example2"> <font style="background-color: rgba(255, 0, 0, 0.5)" style="margin:10px" size="8"> <b> AKU DI PAKSA MATI</b> </font> </p> <img src="http://i984.photobucket.com/albums/ae328/onestree/strom.gif"> <div id="container"> <div id="stage"> <div id="cw" class="ring backfaces"><div class="plane six" ><img src="http://i1079.photobucket.com/albums/w515/raafi_teja/hackerisnot.jpg" width="180" height="180"></div><div class="plane twelve" ><img src="http://i1079.photobucket.com/albums/w515/raafi_teja/IndonesiaTechnology-1.jpg" width="180" height="180"></div> <style> .shakeimage{position:relative} </style> <script language="JavaScript1.2"> var stopit=0 var rector=3 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 }</script><script type="text/javascript">//Define first typing example: new TypingText(document.getElementById("example1")); //Define second typing example (use "slashing" cursor at the end): new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("_", "_", "_", "_"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll(); </script> </div> </center> </body> </html> <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'> <style> /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; } /* REMOVE VERTICAL SCROLLBAR*/ body { overflow-y: hidden; }<br><br> </style> <embed src="https://sites.google.com/site/indonesiamusikworld/file/Sisel-Dipaksamati.swf" autostart="TRUE" loop="TRUE" width="1" height="1" align="CENTER"></embed>


DEMO : KLIK HERE >> CODING DEFACE SIMPLE


Trimakasih telah mengunjungi Post CODING DEFACE SIMPLE 

Dilarang Keras untuk di perjual belikan dan DICOPAS

Copyright IndonesiaTechnoloy
Selamat Mencoba, Semoga Post ini dapat membatu dan Bermanfaat .
Terimakasih Telah mengunjungi [IT] Indonesia Technology [IT]

0 komentar:

Posting Komentar

- No Flood
- Do Not Spam

Diberdayakan oleh Blogger.
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Sweet Tomatoes Printable Coupons