SHOW:
|
|
- or go back to the newest paste.
| 1 | <body oncontextmenu='return false' onkeydown='return false' onmousedown='return false'> | |
| 2 | <html> | |
| 3 | <!--------------------------------------------------- | |
| 4 | SCRIPT ini Murni Dibuat Oleh ./Mr.Hichiko | |
| 5 | tambahkan copyright nya kalo mau ambil ya jembud.. :v | |
| 6 | ----------------------------------------------------> | |
| 7 | - | <body> |
| 7 | + | |
| 8 | - | </script><center> |
| 8 | + | |
| 9 | - | <script type="text/javascript"> |
| 9 | + | |
| 10 | - | var snowmax=35 |
| 10 | + | |
| 11 | - | var snowcolor=new Array("#AAAACC","#DDDDFF","#CCCCDD","#F3F3F3","#F0FFFF")
|
| 11 | + | |
| 12 | - | var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
|
| 12 | + | |
| 13 | - | var snowletter="*" |
| 13 | + | |
| 14 | - | var sinkspeed=0.6 |
| 14 | + | |
| 15 | - | var snowmaxsize=22 |
| 15 | + | |
| 16 | - | var snowminsize=8 |
| 16 | + | |
| 17 | - | var snowingzone=1 |
| 17 | + | |
| 18 | - | |
| 18 | + | |
| 19 | - | // Do not edit -ScRipts Murni by SaV!oR-!D- |
| 19 | + | |
| 20 | - | var snow=new Array() |
| 20 | + | |
| 21 | - | var marginbottom |
| 21 | + | |
| 22 | - | var marginright |
| 22 | + | |
| 23 | - | var timer |
| 23 | + | |
| 24 | - | var i_snow=0 |
| 24 | + | |
| 25 | - | var x_mv=new Array(); |
| 25 | + | |
| 26 | - | var crds=new Array(); |
| 26 | + | |
| 27 | - | var lftrght=new Array(); |
| 27 | + | |
| 28 | - | var browserinfos=navigator.userAgent |
| 28 | + | |
| 29 | - | var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) |
| 29 | + | |
| 30 | - | var ns6=document.getElementById&&!document.all |
| 30 | + | |
| 31 | - | var opera=browserinfos.match(/Opera/) |
| 31 | + | |
| 32 | - | var browserok=ie5||ns6||opera |
| 32 | + | |
| 33 | - | |
| 33 | + | |
| 34 | - | function randommaker(range) {
|
| 34 | + | |
| 35 | - | rand=Math.floor(range*Math.random()) |
| 35 | + | |
| 36 | - | return rand |
| 36 | + | |
| 37 | <meta name="Author" content="./Mr.Hichiko"> | |
| 38 | - | |
| 38 | + | |
| 39 | - | function initsnow() {
|
| 39 | + | |
| 40 | - | if (ie5 || opera) {
|
| 40 | + | |
| 41 | - | marginbottom = document.body.clientHeight |
| 41 | + | |
| 42 | - | marginright = document.body.clientWidth |
| 42 | + | |
| 43 | - | } |
| 43 | + | |
| 44 | - | else if (ns6) {
|
| 44 | + | |
| 45 | - | marginbottom = window.innerHeight |
| 45 | + | |
| 46 | - | marginright = window.innerWidth |
| 46 | + | |
| 47 | - | } |
| 47 | + | |
| 48 | - | var snowsizerange=snowmaxsize-snowminsize |
| 48 | + | |
| 49 | - | for (i=0;i<=snowmax;i++) {
|
| 49 | + | |
| 50 | - | crds[i] = 0; |
| 50 | + | |
| 51 | - | lftrght[i] = Math.random()*15; |
| 51 | + | |
| 52 | - | x_mv[i] = 0.03 + Math.random()/10; |
| 52 | + | |
| 53 | - | snow[i]=document.getElementById("s"+i)
|
| 53 | + | |
| 54 | - | snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] |
| 54 | + | |
| 55 | - | snow[i].size=randommaker(snowsizerange)+snowminsize |
| 55 | + | |
| 56 | - | snow[i].style.fontSize=snow[i].size |
| 56 | + | |
| 57 | - | snow[i].style.color=snowcolor[randommaker(snowcolor.length)] |
| 57 | + | |
| 58 | - | snow[i].sink=sinkspeed*snow[i].size/5 |
| 58 | + | |
| 59 | - | if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
|
| 59 | + | |
| 60 | - | if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
|
| 60 | + | |
| 61 | - | if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
|
| 61 | + | |
| 62 | - | if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
|
| 62 | + | |
| 63 | - | snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) |
| 63 | + | |
| 64 | - | snow[i].style.left=snow[i].posx |
| 64 | + | |
| 65 | - | snow[i].style.top=snow[i].posy |
| 65 | + | |
| 66 | - | } |
| 66 | + | |
| 67 | - | movesnow() |
| 67 | + | |
| 68 | -webkit-animation-name: blinker; | |
| 69 | - | |
| 69 | + | |
| 70 | - | function movesnow() {
|
| 70 | + | |
| 71 | -webkit-animation-iteration-count: infinite; | |
| 72 | - | for (i=0;i<=snowmax;i++) {
|
| 72 | + | |
| 73 | - | crds[i] += x_mv[i]; |
| 73 | + | |
| 74 | - | snow[i].posy+=snow[i].sink |
| 74 | + | |
| 75 | - | snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]); |
| 75 | + | |
| 76 | - | snow[i].style.top=snow[i].posy |
| 76 | + | |
| 77 | - | |
| 77 | + | |
| 78 | - | if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
|
| 78 | + | |
| 79 | - | if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
|
| 79 | + | |
| 80 | - | if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
|
| 80 | + | |
| 81 | - | if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
|
| 81 | + | |
| 82 | - | if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
|
| 82 | + | |
| 83 | - | snow[i].posy=0 |
| 83 | + | |
| 84 | - | } |
| 84 | + | |
| 85 | - | } |
| 85 | + | |
| 86 | - | var timer=setTimeout("movesnow()",50)
|
| 86 | + | |
| 87 | } | |
| 88 | - | |
| 88 | + | |
| 89 | - | for (i=0;i<=snowmax;i++) {
|
| 89 | + | |
| 90 | - | document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
|
| 90 | + | |
| 91 | 50% { opacity: 0.0; }
| |
| 92 | - | if (browserok) {
|
| 92 | + | |
| 93 | - | window.onload=initsnow |
| 93 | + | |
| 94 | ||
| 95 | - | </script><script language='JavaScript1.2'> |
| 95 | + | |
| 96 | - | function disableselect(e){
|
| 96 | + | |
| 97 | - | return false |
| 97 | + | |
| 98 | 100% { opacity: 1.0; }
| |
| 99 | - | function reEnable(){
|
| 99 | + | |
| 100 | - | return true |
| 100 | + | |
| 101 | <center> | |
| 102 | - | document.onselectstart=new Function ("return false")
|
| 102 | + | |
| 103 | - | if (window.sidebar){
|
| 103 | + | |
| 104 | - | document.onmousedown=disableselect |
| 104 | + | |
| 105 | - | document.onclick=reEnable |
| 105 | + | |
| 106 | <table><tr><td><img src="https://4.bp.blogspot.com/-KSW4iQd9YjY/WT14pL_mblI/AAAAAAAAA_U/QxY6ahP5ifYvCoaG- | |
| 107 | dudhrDiSkqR29bjQCLcB/s320/1.jpg" widht="150" height="250"></td><td> | |
| 108 | <font face="Iceland" size="6" color="blue">-=[ We Are ]=-<center></center></h2><h6></font><span | |
| 109 | style="syntax"> | |
| 110 | <font face="Audiowide" size="3" color="red"> | |
| 111 | We Are :<br> | |
| 112 | * ./Mr.G<br> | |
| 113 | * System32<br> | |
| 114 | * LoliCyndrome<br> | |
| 115 | <font face="Audiowide" size="3" color="dodgerblue">* ./Mr.Hichiko* <br> | |
| 116 | <font face="Audiowide" size="3" color="white"> | |
| 117 | * XienXien<br> | |
| 118 | * ./Mighty404<br> | |
| 119 | * Mr.Husky21<br> | |
| 120 | ||
| 121 | ||
| 122 | </h6></font><br></td></tr></table> | |
| 123 | <h6><font color="red">.</font><font color="white">:</font><font color="red">:</font><font color="red">Lebih Baik Kehilangan Seseorang Kekasih<font | |
| 124 | color="red">:</font><font color="white">:</font><font color="red">.</font></h8> | |
| 125 | ||
| 126 | </h7></font><br></td></tr></table> | |
| 127 | <h7><font color="red">.</font><font color="white">:</font><font color="red">:</font><font color="White">Dari Pada Harus Kehilangan Sosok Kasih Sayang Seorang IBU<font | |
| 128 | color="red">:</font><font color="white">:</font><font color="red">.</font></h9> | |
| 129 | <font color="red" face="Papyrus"></font><br><h3> | |
| 130 | <font color="white" face="Papyrus">.::</font><font color="red" face="Papyrus"> I N D O </font><font color="white" face="Papyrus">N E S I A ::.</font><br></h3> | |
| 131 | <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="100%"> | |
| 132 | <font color="red">___________________________________________________________</font></marquee> | |
| 133 | <div style="text-shadow: 5px 0px 5px dodgerblue;"><span style="color: black;"><font face="transformers"><b>Special Thanks To My Team: </b><marquee scrollamount="15" direction="left" width="70%"><span style="color: red;">|<span style="color: Red;"> <b>./Mr.Hichiko </b><span style="color: red;"> | <span style="color: dodgerblue;"><b> ./Mr.G | System32 | LoliCyndrome | XienXien | ./Mighty404 | EL | Am523 | Mr.Husky21 |~ All Member of Myth Security Team ~| </b></marquee></font></div><script type="text/rocketscript">/*<![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>
| |
| 134 | <marquee behavior="scroll" direction="right" scrollamount="100" scrolldelay="40" width="100%"> | |
| 135 | <font color="white">___________________________________________________________</font></marquee> | |
| 136 | <div style="text-shadow: 5px 0px 5px dodgerblue;"><span style="color: black;"><font face="transformers"><b>Greatz To : </b><marquee scrollamount="15" direction="left" width="70%"><span style="color: Red;">| SaVioR | !lLuSSion | <span style="color: dodgerblue;"><b> ./Presiden.ZoRRo | S1mple | Mr.P4TR!CK | XenUx_404 | ND4R_!D | Ken!D_04 | Z-I SLOW | Mr.c1c4k |Cyb3r00T | ./Mr.W1Z4RD | Silen7 | dice6dots | ./er0sensei1337 |IndoXploit Padang | Xai Syndicate | IndoXploit |~All INDONESIA People~| </b></marquee></font></div><script type="text/rocketscript">/*<![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>
| |
| 137 | <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="10" width="100%"> | |
| 138 | <font color="red">___________________________________________________________</font></marquee> | |
| 139 | <marquee behavior="scroll" direction="right" scrollamount="100" scrolldelay="40" width="100%"> | |
| 140 | <font color="white">___________________________________________________________</font></marquee> | |
| 141 | <section id="release"> | |
| 142 | <a href="https://www.facebook.com/PadangCyberTeamID" title="Hacked By ./Mr.Hichiko">Contact<h1></h2></a> | |
| 143 | <ul> | |
| 144 | <SCRIPT LANGUAGE = 'Javascript'> alert('Hello Sir, ./Mr.Hichiko Was Here !!!') </SCRIPT>
| |
| 145 | </html> |