Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script language="JavaScript1.2">
- function ClearError() {return true;}
- window.onerror = ClearError;
- </script>
- <br>
- <div align="center"><table border="0" width="70%"><tr><td>
- <h1><font face="Bradley Hand ITC"><center><SCRIPT>
- farbbibliothek = new Array();
- 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");
- farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000");
- 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");
- 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");
- 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");
- farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");
- farbbibliothek[6] = new Array("#FF0000","#FDF5E6");
- farben = farbbibliothek[4];
- function farbschrift()
- {
- for(var i=0 ; i<Buchstabe.length; i++)
- {
- document.all["a"+i].style.color=farben[i];
- }
- farbverlauf();
- }
- function string2array(text)
- {
- Buchstabe = new Array();
- while(farben.length<text.length)
- {
- farben = farben.concat(farben);
- }
- k=0;
- while(k<=text.length)
- {
- Buchstabe[k] = text.charAt(k);
- k++;
- }
- }
- function divserzeugen()
- {
- for(var i=0 ; i<Buchstabe.length; i++)
- {
- document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
- }
- farbschrift();
- }
- var a=1;
- function farbverlauf()
- {
- for(var i=0 ; i<farben.length; i++)
- {
- farben[i-1]=farben[i];
- }
- farben[farben.length-1]=farben[-1];
- setTimeout("farbschrift()",30);
- }
- //
- var farbsatz=1;
- function farbtauscher()
- {
- farben = farbbibliothek[farbsatz];
- while(farben.length<text.length)
- {
- farben = farben.concat(farben);
- }
- farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
- }
- setInterval("farbtauscher()",9000);
- text ="DEFACED BY ./KamarM4yaT404";//h
- string2array(text);
- divserzeugen();
- //document.write(text);
- </SCRIPT></center></h1></font>
- <SCRIPT>
- var width=document.body.clientWidth;
- var height=document.body.clientHeight;
- function doClickText(who,type,step,timeOut) {
- document.getElementById(who).style.display="none";
- if(type==0) {
- reveal('revealDiv1',step,timeOut,0);
- reveal('revealDiv2',step,timeOut,1);}
- if(type==1) {
- reveal('revealDiv1',step,timeOut,2);
- reveal('revealDiv2',step,timeOut,3);}}
- function reveal(who,step,timeOut,type) {
- if(type==0)
- var where="top";
- if(type==1)
- var where="bottom";
- if(type==2)
- var where="left";
- if(type==3)
- var where="right";
- eval('var temp=document.getElementById(who).style.'+where);
- temp=parseInt(temp);
- if(type==0||type==1)
- var checkWith=height/2;
- if(type==2||type==3)
- var checkWith=width/2;
- if(-temp<checkWith) {
- temp-=step;
- eval('document.getElementById(who).style.'+where+'=temp;');
- setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
- else {
- document.getElementById(who).style.display="none";
- document.body.scroll="yes";}}
- function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
- if(type==0) {
- var bWhere1="border-bottom";
- var bWhere2="border-top";
- var putZero1="top:0px; left:0px";
- var putZero2="bottom:0px; left:0px";
- document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
- document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
- if(!click) {
- reveal('revealDiv1',step,timeOut,0);
- reveal('revealDiv2',step,timeOut,1);}
- else {
- clickText(type,step,timeOut);}}
- if(type==1) {
- var bWhere1="border-right";
- var bWhere2="border-left";
- var putZero1="top:0px; left:0px";
- var putZero2="top:0px; right:0px";
- document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
- document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
- if(!click) {
- reveal('revealDiv1',step,timeOut,2);
- reveal('revealDiv2',step,timeOut,3);}
- else {
- clickText(type,step,timeOut);}}
- function clickText(type,step,timeOut) {
- document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
- </SCRIPT>
- <SCRIPT>
- var clickw=270;
- var clickh=20;
- var clickb=2;
- var clickc="white";
- var clickbg="red"; // Background color
- var clickt="=[[ <blink>P L A Y</blink> ]]="; // Text to display
- var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:blue"; // The font style of the text
- new initReveal(0,'red','white',1,1,'aqua','aqua',3,10,true);
- </SCRIPT>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<$BlogLanguageDirection$>">
- <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 = True;
- this.inTag = True;
- this.tagBuffer = "";
- this.inHTMLEntity = True;
- 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 = True;
- 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 = True;
- 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 = True;
- this.finishedCallback();
- }
- }
- </script>
- <head>
- <title>Explosion Squad Cyber | Since 2k18</title>
- <meta name="robots" content="index, follow">
- <meta name="googlebot" content="index,follow"/>
- <meta name="robots" content="all"/>
- <meta name="robots schedule" content="auto"/>
- <meta name="distribution" content="global"/>
- <base target="_blank"/>
- <link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css'>
- <link rel="shorcut icon" href="http://www.zone-h.com/images/cflags/png/id.png">
- <style>
- body {
- background: black ;
- color: white;
- font-family : Josefin Slab ;
- }</style>
- </head>
- <body bgcolor="black" oncontextmenu="return true;" onkeydown="return true;" onmousedown="return true;"><center><div class="VIN 1337"><center><table width=100% height=100%><td align=center> <img class="tilu" src="https://scontent-sin6-2.xx.fbcdn.net/v/t1.0-9/44837871_2190337407914965_6610682450752307200_n.jpg?_nc_cat=111&_nc_ht=scontent-sin6-2.xx&oh=55f9b922d697a86ee5b3c7670940fd83&oe=5CDB4ABB" width="50%"/><br/><br/> <font size="9" color="red">[</font> <font size="5" style="color: #fff ; text-shadow: 0px 1px 5px #3A539B ;">KETIKA RASA TIDAK BISA DI UNGKAP DENGAN KATA</font> <font size="9" color="red">]</font>
- <script type="text/javascript" src="http://id-pemula-javascript.googlecode.com/files/efek-salju.js" /></script>
- <script type="text/javascript" src="http://naughtyric.googlecode.com/files/jrRain.js"></script>
- <script type="text/javascript">
- snowStorm.snowColor = '#fff';
- snowStorm.flakesMaxActive = 96;
- snowStorm.useTwinkleEffect = true;
- </script>
- <iframe width="0" height="0" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/50606944&color=%23ff5500&auto_play=true&hide_related=true&show_comments=true&show_user=true&show_reposts=true&show_teaser=true&visual=true"></iframe> </td></table></div></center></body></html>
- <!-- ./KamarM4yaT404 Here-->
Add Comment
Please, Sign In to add comment