Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I made this, so if your a skid and looking for leech then GTFO.
- #################################################################
- Follow me on Twitter: @Visi0nZ
- This code looks like this: http://pastehtml.com/view/bqxve5ykd.html
- Feel free to edit whatever you want
- Anyways this is a cool page you could use for a deface,d0x or whatever your planning to use it for.
- Enjoy! ;)
- <HTML>
- <SCRIPT>
- window.scrollBy(0, 1)
- window.resizeTo(0,0)
- window.moveTo(0,0)
- //setInterval("move()",30);
- setTimeout("move()", 1);
- var mxm=50
- var mym=25
- var mx=0
- var my=0
- var sv=50
- var status=1
- var szx=0
- var szy=0
- var c=255
- var n=0
- var sm=30
- var cycle=2
- var done=2
- function move()
- {
- if (status == 1)
- {
- mxm=mxm/1.05
- mym=mym/1.05
- mx=mx+mxm
- my=my-mym
- mxm=mxm+(400-mx)/100
- mym=mym-(300-my)/100
- window.moveTo(mx,my)
- rmxm=Math.round(mxm/10)
- rmym=Math.round(mym/10)
- if (rmxm == 0)
- {
- if (rmym == 0)
- {
- status=2
- }
- }
- }
- if (status == 2)
- {
- sv=sv/1.1
- scrratio=1+1/3
- mx=mx-sv*scrratio/2
- my=my-sv/2
- szx=szx+sv*scrratio
- szy=szy+sv
- window.moveTo(mx,my)
- window.resizeTo(szx,szy)
- if (sv < 0.1)
- {
- status=3
- }
- }
- if (status == 3)
- {
- document.fgColor=0xffffFF
- c=c-16
- if (c<0)
- {status=8}
- }
- if (status == 4)
- {
- c=c+16
- document.bgColor=c*65536
- document.fgColor=(255-c)*65536
- if (c > 239)
- {status=5}
- }
- if (status == 5)
- {
- c=c-16
- document.bgColor=c*65536
- document.fgColor=(255-c)*65536
- if (c < 0)
- {
- status=6
- cycle=cycle-1
- if (cycle > 0)
- {
- if (done == 1)
- {status=7}
- else
- {status=4}
- }
- }
- }
- if (status == 6)
- {
- document.title = "Cljck"
- alert("Cljck")
- cycle=2
- status=4
- done=1
- }
- if (status == 7)
- {
- c=c+4
- document.bgColor=c*65536
- document.fgColor=(255-c)*65536
- if (c > 128)
- {status=8}
- }
- if (status == 8)
- {
- window.moveTo(0,0)
- sx=screen.availWidth
- sy=screen.availHeight
- window.resizeTo(sx,sy)
- status=9
- }
- var timer=setTimeout("move()",0.3)
- }
- </SCRIPT>
- <script>
- <script src='http://agungosx.googlepages.com/saljukuning.js' type='text/javascript'></script>
- <script type='text/javascript'>
- // <![CDATA[
- var colour= "#ffffff";
- var sparkles=40;
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }.
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour;
- return (div);
- }
- // ]]>
- </script>
- <script language='JavaScript1.2'>
- function disableselect(e){
- return false
- }
- function reEnable(){
- return true
- }
- document.onselectstart=new Function ("return false")
- if (window.sidebar){
- document.onmousedown=disableselect
- document.onclick=reEnable
- }
- </script>
- <script>
- function muter2(){
- scrW=screen.availWidth
- scrH=screen.availHeight
- window.moveTo(0,0)
- window.resizeTo(10,10)
- window.focus()
- for(x=0;x<80;x++){
- window.resizeTo(10,scrH*x/80)
- }
- for(y=0;y<80;y++){
- window.resizeTo(scrW*y/80,scrH)
- }
- window.resizeTo(scrW,scrH)
- }
- document.oncontextmenu=new Function("muter2();return false");
- function keypressed(){alert("#PonyCr3w");}
- document.onkeydown=keypressed;
- function kasih_tau(){
- alert('#PonyCr3w');
- }
- </script>
- </head>
- <body background = "http://www.madtomatoe.com/wp-content/uploads/2010/11/matrix-animated-image.gif" style="cursor: crosshair">
- <center><br><br>
- <div style="width:900px;height:1250px;border:2px solid lime;background-color:#000000"><br/>
- <body oncontextmenu="return false" onselectstart="return false" onafterprint="onafterprint()" onbeforeprint="onbeforeprint()" leftmargin="0" topmargin="0" onLoad="teclear();" bgcolor="#000000">
- <p align="center">
- <style>.layermensaje {
- FONT-SIZE: 10pt; COLOR: #adff2f; LINE-HEIGHT: 10pt; FONT-FAMILY: "Courier New"
- }
- </style>
- <span style="">
- <b><font color="#ff0000" size="6" face="Georgia">
- </font></b></span><center>
- <p><b><span style="font-size: 22pt;"><font style="font-size: 1pt;" color="#ff0000" size="7" face="Impact">
- <center><SCRIPT language=JavaScript>
- <!--
- </font>";
- var delay=100;
- var currentChar=1;
- var destination="";
- function type()
- {
- if (document.getElementById)
- {
- var dest=document.getElementById(destination);
- if (dest)
- {
- dest.innerHTML=text.substr(0, currentChar);
- currentChar++
- if (currentChar>text.length)
- {
- setTimeout("type()", delay);
- }
- else
- {
- setTimeout("type()", delay);
- }
- }
- }
- }
- function startTyping(textParam, delayParam, destinationParam)
- {
- text=textParam;
- delay=delayParam;
- currentChar=1;
- destination=destinationParam;
- type();
- }
- //
- function FP_popUpMsg(msg) {//v1.0
- alert(msg);
- }
- -->
- </SCRIPT>
- <P align=center>
- <DIV id=textDestination>...</DIV>
- <P align=center>
- <SCRIPT language=JavaScript>
- <!--
- startTyping(text, 40, "textDestination");
- //-->
- </SCRIPT>
- </center>
- <font color="#E56E94" face="georgia" size="4">
- D0X goes here:- <br>
- You know all info your pasty it here ;) <br>
- <br>
- <td><iframe width="420" height="315" src="http://www.youtube.com/embed/ak892AwkMzo?autoplay=1" frameborder="0" allowfullscreen></iframe></td>
- <h1><center><font face="abadon" size="24<center><noscript></noscript><!-- --><script type="text/javascript" src="http://www.freewebs.com/p.js"></script><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("#00FF00","#000000","#00FF00","#00FF00");
- farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");
- 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("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");
- farbbibliothek[6] = new Array("#0000FF","#FFFF00");
- farbbibliothek[7] = new Array("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");
- farbbibliothek[8] = new Array("#FFA500","#000000","#FF0000","#00FF00","#00FF00","#00FF00");
- 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);
- }
- // Zu Demonstrationszwecken*****************
- 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()",4500);
- text= "GreetZ #PonyCr3w: @SenPooptickler, @TheAnonBadger, @Anarchymous, @Cpher_,@an0nyc, @MrCaesarD, @txixmx, @xxxTigerxxx, @OpCensorThis_, @Visi0nZ, @Ghostpickles, @TheBlueNavi, @Anon2World ";
- //h
- string2array(text);
- divserzeugen();
- //document.write(text);
- //
- /*function expand() {
- for(x = 0; x < 50; x++) {
- window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100);
- window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50);
- }
- window.moveTo(0,0);
- window.resizeTo(screen.availWidth, screen.availHeight);
- }
- expand();*/
- </script></font></h1><br>
- <img src="https://twimg0-a.akamaihd.net/profile_images/1877632686/image.jpg" <p align="center"></br>
- <center>Proudly Created by: @Visi0nZ,</center>
- Note: You can also post things at the bottom enjoy! <3
- </div>
- </center>
- </BODY>
- </HTML>
- ***Created By: Visi0nZ.***
- >>Note: Skids do not take my post and say you made it, because you didn't. So GTFO if your going to do that.<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement