skip to main
|
skip to sidebar
Grm_Cyber
Search
GO
RSS Feed
Twitter
FaceBook
Share
Sabtu, 21 Juni 2014
Script deface keren
1.Scrip Deface Anonymous :
<html> <head> <title>You Have Been Hacked By Ahmad Rohman</title> <style type='text/css'> #outerCircleText { font-style: Arial; font-weight: bold; font-family: '28 days later';, Arial, Chintzy CPU Shadow BRK; color: Red; position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;} #outerCircleText div {position: relative;} #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;} </style> <script type='text/javascript'> //<![CDATA[ ;(function(){ // "Ahmad Rohman.." (QUOTED STRING) var msg = "You Have Been Hacked"; // Set font's style size for calculating dimensions // Set to number of desired pixels font size (decimal and negative numbers not allowed) var size = 30; // Set both to 1 for plain circle, set one of them to 2 for oval // Other numbers & decimals can have interesting effects, keep these low (0 to 3) var circleY = 0.75; var circleX = 2; // The larger this divisor, the smaller the spaces between letters // (decimals allowed, not negative numbers) var letter_spacing = 5; // The larger this multiplier, the bigger the circle/oval // (decimals allowed, not negative numbers, some rounding is applied) var diameter = 10; // Rotation speed, set it negative if you want it to spin clockwise (decimals allowed) var rotation = 0.3; // This is not the rotation speed, its the reaction speed, keep low! // Set this to 1 or a decimal less than one (decimals allowed, not negative numbers) var speed = 0.3; // // if (!window.addEventListener && !window.attachEvent || !document.createElement) return; msg = msg.split(''); var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20, ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [], o = document.createElement('div'), oi = document.createElement('div'), b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body, mouse = function(e){ e = e || window.event; ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position }, makecircle = function(){ // rotation/positioning if(init.nopy){ o.style.top = (b || document.body).scrollTop + 'px'; o.style.left = (b || document.body).scrollLeft + 'px'; }; currStep -= rotation; for (var d, i = n; i > -1; --i){ // makes the circle d = document.getElementById('iemsg' + i).style; d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px'; d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px'; }; }, drag = function(){ // makes the resistance y[0] = Y[0] += (ymouse - Y[0]) * speed; x[0] = X[0] += (xmouse - 20 - X[0]) * speed; for (var i = n; i > 0; --i){ y[i] = Y[i] += (y[i-1] - Y[i]) * speed; x[i] = X[i] += (x[i-1] - X[i]) * speed; }; makecircle(); }, init = function(){ // appends message divs, & sets initial values for positioning arrays if(!isNaN(window.pageYOffset)){ ymouse += window.pageYOffset; xmouse += window.pageXOffset; } else init.nopy = true; for (var d, i = n; i > -1; --i){ d = document.createElement('div'); d.id = 'iemsg' + i; d.style.height = d.style.width = a + 'px'; d.appendChild(document.createTextNode(msg[i])); oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0; }; o.appendChild(oi); document.body.appendChild(o); setInterval(drag, 25); }, ascroll = function(){ ymouse += window.pageYOffset; xmouse += window.pageXOffset; window.removeEventListener('scroll', ascroll, false); }; o.id = 'outerCircleText'; o.style.fontSize = size + 'px'; if (window.addEventListener){ window.addEventListener('load', init, false); document.addEventListener('mouseover', mouse, false); document.addEventListener('mousemove', mouse, false); if (/Apple/.test(navigator.vendor)) window.addEventListener('scroll', ascroll, false); } else if (window.attachEvent){ window.attachEvent('onload', init); document.attachEvent('onmousemove', mouse); }; })(); //]]> </script> <style type='text/css'> body { background-color:black; background-image:url(http://images3.alphacoders.com/667/66787.jpg); }</style> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <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=320; // Width var clickh=30; // Height var clickb=1; // Border width var clickc="Black"; // Border color var clickbg="Red"; // Background color var clickt="<b>-=[<blink>Klik Here</blink>]=-</b></td>"; // Text to display var clickFont="font-family:Tahoma,arial,helvetica; font-size:11pt; font-weight:bold; color:White"; // The font style of the text new initReveal(0,'Black','Black',5,5,'black','black',3,10,true);</SCRIPT> <script type="text/javascript" src="http://script-seo.googlecode.com/files/salju.js"></script> <script language="JavaScript"> var numraindrops="150"; var speed="5"; var rainsize="2"; var wind="left"; var genxgallery=""; function tb5_makeArray(n){ this.length = n; return this.length; } tb5_messages = new tb5_makeArray(2); tb5_messages[0] = "[::]Hacked By Ahmad Rohman[::]"; tb5_messages[1] = "[::]MATSABA Hacker Team[::]"; tb5_rptType = 'infinite'; tb5_rptNbr = 10; tb5_speed = 50; tb5_delay = 2000; var tb5_counter=1; var tb5_currMsg=0; var tb5_stsmsg=""; function tb5_shuffle(arr){ var k; for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 1)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp; } return arr; } tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); function tb5_init(n){ var k; if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay; } else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp); } function tb5_randomizetitle(){ tb5_init(0); } tb5_randomizetitle(); </script> </head> <body> <script> /* An object-oriented Typing Text script, to allow for multiple instances. A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6. Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags. Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function() {return}]): Create a new TypingText object around the given element. Optionally specify a delay between characters of interval milliseconds. cursor allows users to specify some HTML to be appended to the end of the string whilst typing. Optionally, can also be a function which accepts the current text as an argument. This allows the user to create a "dynamic cursor" which changes depending on the latest character or the current length of the string. finishedCallback allows advanced scripters to supply a function to be executed on finishing. The function must accept no arguments. TypingText.run(): Run the effect. static TypingText.runAll(): Run all TypingText-enabled objects on the page. */ 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> <center> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMCYuHcLJsmvH0EUixue77kRqiFZcaHa90QIXpnpt5IEQDG6zuF7TFfDE__LWbmlMJmGpYgenvdzpiBk4Ywfe9mCWbky5IO2fkwI2fr0g8qN-ZFTu0aGhqyIUApjz0WxxKIrKZ73AP1fAp/s400/hacked.gif" border="0"width="350px" height="60px"> <center> <div id="example1"> </div> <p id="example2"> <font face="Tahoma" size="3" color="White"><br/>Hai admin... <br/> Don't Panic.....!! <br/> I Just test the Safety,Okay... <br/> if You Think Iam a Hacker,You're Right....! <br/> Now, Fix Your Website....!! <br/> You Have Been Hacked By <br/><br/> <b><font color='Red'>--=[ Ahmad</font><font color='White'> Rohman ]=--</font></b> <br />________________________________________________________________________________________________________________________________<br/><br/> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script> <script type="text/javascript" src="http://www.p0wersurge.com/js/jquery-css-transform.js"></script> <script type="text/javascript" src="http://www.p0wersurge.com/js/rotate3Di.js"></script> <body> <a href="https://www.facebook.com/"><img src='http://i.ytimg.com/vi/Xf96JHvTXmY/0.jpg' id='image'></a> <script type="text/javascript"> var open = function(){ $("#image").animate({height:350},{ duration: 2000, queue: false }); $("#image").animate({width:480},{ duration: 2000, queue: false }); } var rotation = function (){ $("#image").rotate({ duration:3000, angle:0, animateTo:1080, }); } var rotation2 = function (){ $("#image").rotate3Di(360, 1000); setTimeout('rotation2()', 3500) } rotation(); open(); setTimeout('rotation2()', 4800) </script> </FONT></p> <p> <font face="Tahoma" size="3" color="Red">________________________________________________________________________________________________________________________________ </FONT></p> <font face="Tahoma" size="2" color="Red"> </font> <marquee behavior="scroll" direction="left" scrollamount="2" scrolldelay="20" width="63%"> <font face="Tahoma" size="4" color="Red"> >>>>> Knowledge is Free | We Are Anonymous | We Are Legion | We Do Not Forgive | WE Do Not Forget | Expect Us ! <<<<< </FONT> </marquee><br/> <br/> <font face="Tahoma" size="4" color="White"> </font> <marquee behavior="scroll" direction="right" scrollamount="2" scrolldelay="10" width="61%"> <font face="LCD" size="4" color="White">Hacked + Hacked + Hacked + Hacked + Hacked + Hacked + Hacked</FONT> </marquee> <p> <font face="Tahoma" size="3" color="White">________________________________________________________________________________________________________________________________ </FONT></p> </center> <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"), 50, function(i){ var ar = new Array("_"," ","_"," "," "); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll(); </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 } <div id="matrix" class="auto-style8"> MUSLIM CYBER CORPORATION</div> <br> </script> </body> </html>
2.Script Deface :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Hacked!!! </title> <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'> <embed src="http://youtube.googleapis.com/v/vh4rQfGycQw&autoplay=1" loop="1" allowscriptaccess="always" WIDTH="1" HEIGHT="1" ALIGN="CENTER"></EMBED> <link href='http://i46.tinypic.com/ieou9d.jpg' rel='SHORTCUT ICON'/> <meta name="Author" content="Gerard Ferrandez at http://www.dhteumeuleu.com"> <meta http-equiv="imagetoolbar" content="no"> <style type="text/css"> html { overflow: hidden; } body { margin: 0px; padding: 0px; background: #111; position: absolute; width: 100%; height: 100%; cursor: crosshair; } #canvas { position:absolute; left: 0%; top: 0%; width: 100%; height: 100%; background: #000; overflow: hidden; } #canvas img { position: absolute; background: transparent; overflow: hidden; cursor: pointer; left: 100%; border-color: transparent; border-style: solid; border-width: 1px; -ms-interpolation-mode:nearest-neighbor; } #canvas span { position: absolute; color: #9C9; font-family: 'courier new', typewriter, matrix, monospace; font-size: 30px; white-space: nowrap; left: -1000px; background: #010; filter: alpha(opacity=90); opacity: 0.9; } </style> <script type="text/javascript"> <!-- //Disable right click script //visit http://www.rainbow.arch.scriptmania.com/scripts/ var message= "Sorry, right-click has been disabled"; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script> <script type="text/javascript"> // ================================================== // script edited by 4hmad_r // http://www.ten-mriki.blogspot.com // ================================================== id = function(o) { return document.getElementById(o); } px = function (x) { return ''.concat(Math.round(x), 'px'); } ////////////////////////////////////////////////////////////////////////////// function resize() { gf.resize(); } onresize = resize; document.onmousemove = function(e) { if(window.event) e=window.event; gf.xm = (e.x || e.clientX) - gf.nx - gf.nw * .5; gf.ym = (e.y || e.clientY) - gf.ny - gf.nh * .5; } ////////////////////////////////////////////////////////////////////////////// var gf = { O : [], cont : 0, N : 0, S : 0, img : 0, spa : 0, xm : 0, ym : 0, nx : 0, ny : 0, nw : 0, nh : 0, cx : 0, cy : 0, zoom : 1, x : 0, y : 0, z : -40000, xt : 0, yt : 0, zt : 0, ////////////////////////////////////////////////////////////////////////////// resize : function () { var o = id('canvas'); gf.nx = o.offsetLeft; gf.ny = o.offsetTop; gf.nw = o.offsetWidth; gf.nh = o.offsetHeight; gf.zoom = gf.nh / 700; }, CObj : function (n) { this.n= n; this.x= gf.zoom * Math.random() * gf.nw * 2 - gf.nw; this.y= gf.zoom * Math.random() * gf.nh * 2 - gf.nh; this.z= Math.round(n * (10000 / gf.N)); this.w= gf.img[n].width; this.h= gf.img[n].height; this.oxt = gf.spa[n]; this.oxs = this.oxt.style; this.txt = gf.spa[n].innerHTML; this.oxt.innerHTML = ""; this.obj = gf.img[n]; this.obs = this.obj.style; this.obj.parent = this; this.obj.onclick = function() { this.parent.click(); } this.obj.ondrag = function() { return false; } this.oxt.style.zIndex = this.obj.style.zIndex = Math.round(1000000 - this.z); this.F= false; this.CF = 100; this.sto = []; this.anim = function() { var f = 700 + this.z - gf.z; if (f > 0) { var d = 1000 / f; var X = gf.nw * .5 + ((this.x - gf.x - gf.cx) * d); var Y = gf.nh * .5 + ((this.y - gf.y - gf.cy) * d); var W = d * this.w * gf.zoom; var H = d * this.h * gf.zoom; this.obs.left = px(X - W * .5); this.obs.top= px(Y - H * .5); this.obs.width = px(W); this.obs.height = px(H); this.oxs.visibility = (this.CF-- > 0 && Math.random() > .9) ? "hidden" : "visible"; this.oxs.left = px(X - W * .5); this.oxs.top= px(Y + H * .5); if((gf.zt - gf.z) < 20) { if(!this.F) { this.F = true; this.CF = Math.random() * 200; this.oxs.fontSize = px(1 + d * 20 * gf.zoom); var T = ""; var tn = this.txt.length; for(var i = 0; i < tn; i++) { T = T.concat(this.txt.charAt(i)); this.sto[i] = setTimeout('gf.O['.concat(n, '].oxt.innerHTML = "', T.concat("_"), '";'), Math.round(f / 4) + 32 * i); } } } else { this.F = false; this.oxt.innerHTML = ""; } } else { this.x = gf.zoom * Math.random() * gf.nw * 2 - gf.nw; this.y = gf.zoom * Math.random() * gf.nh * 2 - gf.nh; this.z += 10000; this.oxs.zIndex = this.obs.zIndex = Math.round(1000000 - this.z); } } this.cto = function() { var i = this.txt.length; while (i--) clearTimeout(this.sto[i]); } this.click = function() { var i = gf.N; while (i--) gf.O[i].cto(); if(gf.S != this) { gf.xt = this.x; gf.yt = this.y; gf.zt = this.z; gf.S = this; } else { gf.S = 0; gf.zt += 1600; } } }, init : function () { gf.cx = gf.nw / 2; gf.cy = gf.nh / 2; gf.cont = id("canvas"); gf.img = id("canvas").getElementsByTagName("img"); gf.spa = id("canvas").getElementsByTagName("span"); gf.N = gf.img.length; for (var i = 0; i < gf.N; i++) gf.O[i] = new gf.CObj(i); gf.run(); gf.O[0].click(); }, run : function () { gf.cx += (gf.xm - gf.cx) * .1; gf.cy += (gf.ym - gf.cy) * .1; gf.x += (gf.xt - gf.x) * .05; gf.y += (gf.yt - gf.y) * .05; gf.z += (gf.zt - gf.z) * .05; var i = gf.N; while (i--) gf.O[i].anim(); setTimeout(gf.run, 16); } } onload = function() { resize(); gf.init(); } </script> <script language="JavaScript"> var numraindrops="150"; var speed="5"; var rainsize="2"; var wind="left"; var genxgallery=""; function tb5_makeArray(n){ this.length = n; return this.length; } tb5_messages = new tb5_makeArray(2); tb5_messages[0] = "[::]Hacked By Ahmad_r[::]"; tb5_messages[1] = "[::]Grm_Hckr Cyber[::]"; tb5_rptType = 'infinite'; tb5_rptNbr = 10; tb5_speed = 50; tb5_delay = 2000; var tb5_counter=1; var tb5_currMsg=0; var tb5_stsmsg=""; function tb5_shuffle(arr){ var k; for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 1)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp; } return arr; } tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); function tb5_init(n){ var k; if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay; } else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp); } function tb5_randomizetitle(){ tb5_init(0); } tb5_randomizetitle(); </script> </head> <body> <div id="canvas"> <img src="http://th06.deviantart.net/fs70/PRE/i/2012/299/b/a/anonymous_oncle_sam___a3_for_print_by_opgraffiti-d5izcw1.png"><span>For Admin this site </span> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhs3PzpP-njHDTlu1yH3VYMSFGFScXxuO_MhY2SKmJkZlzXMpTiS71IA_189aQDmZtNsqN2FocygYcUQ0F54EL0NUORO6lKXkVXKvmegK-8Hu_WAT3doitBig0BJWYlCE1XUXevvKcxx3l5/s1600/tik.png"><span>sorry...<br> Your Site has ben hacked </span> <img src="https://cdn2.iconfinder.com/data/icons/classic-development-circle/512/hacker-512.png"><span>i just test your safety</span> <img src="http://www.clker.com/cliparts/O/q/T/W/t/4/computer-hacker-hi.png"><span><br>now...<br>fix your website </span> <img src="http://icons.iconarchive.com/icons/hopstarter/malware/256/Spy-icon.png"><span>Hacked by Ahmad_r </span> <img src="http://icons.iconarchive.com/icons/hopstarter/malware/256/Spy-icon.png"><span><br>if you think im hacker..?<br>you'r right..!! </span> <img src="http://www.unixstickers.com/image/data/stickers/hacktheplanet/Hack-the-planet.sh.png"><span>we Are... <br> legion.. </span> <img src="http://www.unixstickers.com/image/data/stickers/hacktheplanet/Hack-the-planet.sh.png"><span>we do not forgive</span> <img src="http://www.unixstickers.com/image/data/stickers/hacktheplanet/Hack-the-planet.sh.png"><span>we do not forget.. :* </span> <img src="http://www.unixstickers.com/image/data/stickers/hacktheplanet/Hack-the-planet.sh.png"><span> expect us...!!! :* </span> </div> <!-- crossbrowser images_loading_bar - Gerard Ferrandez - www.dhteumeuleu.com - Feb 2005 --> <span id="LB0" style="position:absolute;left:50%;top:50%;"><span style="position:absolute;font-family:arial;font-size:10px;color:#ccc;background:#000;left:-50px;top:-18px">Loading...</span><span style="position:absolute;left:-50px;top:-5px;font-size:1px;width:100px;height:10px;background:#333"><span id="LB1" style="position:absolute;font-size:1px;width:0px;height:10px;background:#ccc"></span></span></span> <script type="text/javascript">m00=document.getElementById("canvas").getElementsByTagName("img");m01=m00.length;function images_loading_bar(){m02=0;for(i=0;i<m01;i++)m02+=(m00[i].complete)?1:0;document.getElementById("LB1").style.width=Math.round(m02/m01*100)+'px';if(m02==m01)setTimeout("document.getElementById('LB0').style.display='none'",128); else setTimeout("images_loading_bar()", 64);};images_loading_bar();</script> <!-- end of images_loading_bar code --> <!-- --><script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/escort.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script> </body> </html> <!-- Hosting24 Analytics Code --> <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script> <!-- End Of Analytics Code --> <!-- Hosting24 Analytics Code --> <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script> <!-- End Of Analytics Code --> <center> <img src="//img2.blogblog.com/img/video_object.png" style="background-color: #b2b2b2; height: 0px; width: 0px; " class="BLOGGER-object-element tr_noresize tr_placeholder" id="BLOGGER_object_0" data-original-id="BLOGGER_object_0" /><!-- <embed src="http://www.4shared.com/embed/430409953/ab06513/preview.swf" autostart=true loop=true width=0 height=0 align="CENTER"></embed> --><br></center> <!-- Hosting24 Analytics Code --> <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script> <!-- End Of Analytics Code -->
cara menyimpan :
1. Buka Notepad
2. Copy- paste script deface
3. Save dengan extensi .html ( deface.html )
4. selesai
0 komentar:
Posting Komentar
Posting Lebih Baru
Posting Lama
Beranda
Langganan:
Posting Komentar (Atom)
Blog Archive
►
2016
(1)
►
Februari
(1)
►
2015
(3)
►
Juli
(1)
►
April
(1)
►
Februari
(1)
▼
2014
(7)
►
November
(3)
►
September
(1)
▼
Juni
(3)
Script deface keren
Cara menyamarkan IP
Cara mengunci folder
clock
Ads
Wikipedia
Hasil penelusuran
calender
Calendar
pasang iklan
Advertise
300x250
Here
Ads by Seocips.com
Popular Posts
Script deface keren
1.Scrip Deface Anonymous : You Have Been Hacked By Ahmad Rohman function setAttributeOnload(object, attribute, val)...
Cara Menyembunyikan File Kedalam Gambar (Steganografi)
Tutorial kali ini, kita akan membahas teknik steganografi sederhana dengan menyembunyikan file rahasia ke dalam sebuah gambar. Sebenarnya...
Download KMSpico terbaru v 9.3.2
KMSpico v 9.3.2 Untuk mendownload klik download di bawah ini : DOWNLOAD
Cara Download Leluasa dengan Google Dork
1. Buka google secara biasa 2. Copas script-nya terserah pilih salah satu yang mau dicari: • “parent directory ”/ nama software / -xxx ...
Cara menyamarkan IP
Bagi mereka yang udah sering bersentuhan dengan dunia maya atau Internet, mungkin udah ga asing lagi denger kata Proxy. Yup.. proxy it...
Download Internet download manager ( IDM ) v6.23 "Silent instal"
Hai Sobat Idm merupakan alat download utama sehingga sangat diperlukan, idm dari versi ke versi selalu mengalami perubahan yan...
Cara mudah membuat software pencuri data PC
Langsung saja ke tutorialnya 1 Buka Notepad 2 Copy code dibawah ini echo off color 0a mode 31,15 if "%1"=="...
Cara mengunci folder
Assalamu’alaikum Wr Wb Kali ini saya akan menjelaskan cara memberi loacker/Mengunci folder. Nah hari-hari gini kan banyak yang minjam l...
Download IDM V 7.1
Internet Download Manager v7.1 untuk mendownload Silahkan klik download dibawah ini : DOWNLOAD
Makna Warna
Warna adalah kesan yang ditimbulkan oleh pantulan cahaya pada mata. Warna primer ada tiga yaitu merah, kuning , biru. Sedangkan w...
0 komentar:
Posting Komentar