Jumat, 20 Juli 2012
Kamis, 19 Juli 2012
Cara Mengunci Folder Tanpa Menggunakan Software/Aplikasi
Oke Langsung Ajha Tanpa Basa Basi.
1.Buka NotePad Lalu Copy Code DiBawah Ini Di NotePad:
cls @ECHO OFF title Folder FolderRahasia if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK if NOT EXIST FolderRahasia goto MDLOCKER :CONFIRM echo Apakah anda ingin mengunci FolderRahasia tersebut ? (Y/N) set/p “cho=>” if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Ketik Y atau N. goto CONFIRM :LOCK ren FolderRahasia “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” echo FolderRahasia Terkunci goto End :UNLOCK echo Masukkan Password untuk membuka kunci set/p “pass=>” if NOT %pass%== “TULIS PASSWORD DISINI” goto FAIL attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” FolderRahasia echo FolderRahasia sudah di buka goto End :FAIL echo Password salah goto end :MDLOCKER md FolderRahasia echo FolderRahasia Sukses di buat goto End :End
Anda dapat mengganti kata “TULIS PASSWORD DISINI” sesuai keinginan anda, itu merupakan tempat password anda. Save As dengan nama “kunci.bat” (tanpa tanda kutip) kemudian rubah Save as type-nya menjadi All Files.
Selesaii...
1.Buka NotePad Lalu Copy Code DiBawah Ini Di NotePad:
cls @ECHO OFF title Folder FolderRahasia if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK if NOT EXIST FolderRahasia goto MDLOCKER :CONFIRM echo Apakah anda ingin mengunci FolderRahasia tersebut ? (Y/N) set/p “cho=>” if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Ketik Y atau N. goto CONFIRM :LOCK ren FolderRahasia “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” echo FolderRahasia Terkunci goto End :UNLOCK echo Masukkan Password untuk membuka kunci set/p “pass=>” if NOT %pass%== “TULIS PASSWORD DISINI” goto FAIL attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” FolderRahasia echo FolderRahasia sudah di buka goto End :FAIL echo Password salah goto end :MDLOCKER md FolderRahasia echo FolderRahasia Sukses di buat goto End :End
Anda dapat mengganti kata “TULIS PASSWORD DISINI” sesuai keinginan anda, itu merupakan tempat password anda. Save As dengan nama “kunci.bat” (tanpa tanda kutip) kemudian rubah Save as type-nya menjadi All Files.
Selesaii...
Cara Merubah USB Menjadi RAM
Yang Punya Laptop/Komputer dengan Ram Yang Rendah....
Anda Tidak Perlu Kahwatir Disini Ada CaraNya....
Oke Langsung Ajha!!..
CaraNya:
1. Colokkan Flashdisk pada slot USB yang Anda kehendaki.
2. Klik menu Start>Control Panel>pilih ikon System. lalu klik tab advanced.
3. Klik tombol Settings pada bagian Performance. Setelah itu klik tab
Advance pada jendela Performance Options, lalu klik tombol Change di
bagian Virtual Memory untuk menampilkan kotak penyetingan memory
virtual.
4. Klik drive C:
5. Pilih opsi No Paging File pada radio Button yang ada, dan tandailah books Set.
6. Pilih drive yang menyatakan Flashdisk Anda. Setelah itu tandai opsi
System Managed Size pada radio button.lalu kliklah tombol Set. Kalau
ternyata rekomendasi total paging file size-nya terlalu besar, Anda bisa
memasukkan nilai kapasitas total Flashdisk.
7. Klik OK,,dan Restart komputer anda
Sabtu, 14 Juli 2012
Code Html For Deface Part 1
Nih CodeNya...
Buka NotePad Lalu Copy Kan Code Dibawah:
<html><head>
<SCRIPT> alert("Website You Are not Safe") </SCRIPT>
<SCRIPT> alert("We CLOSE Your Website") </SCRIPT>
<link href='[url="http://www.indonesiaindonesia.com/imagehosting/images/18392/1_avatar12847_6.gif"]http://www.indonesia...atar12847_6.gif[/url]' rel='shortcut icon'/>
<title>:|CuCuMbahGoogle|:</title><SCRIPT>/*
- Scripting By: AlexCucuMbahGoogle
*/
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><style>body {
padding:0;
margin:0;
background-image:url();
background-repeat: repeat-x;
background-position:top;
background-color: black;
color:silver;
font:normal 80% verdana;
margin-top: 0px;
margin-left: 0px;
padding: 0;
margin-right: 0px;
}
td{font-family: verdana; font-size: 9pt; color: #ffffff}
a{font-family: verdana; font-size: 12pt; color: #ffffff}
/* REMOVE HORIZONTAL SCROLLBAR*/
body {
overflow-x: hidden;
}
/* REMOVE VERTICAL SCROLLBAR*/
body {
overflow-y: hidden;
}</style>
<div id="image1" style="position:absolute; overflow:hidden; left:0px; top:0px; width:1020px; height:600px; z-index:0">
</div><div id="image2" style="position:absolute; overflow:hidden; right:0px; top:800px; width:50px; height:500px; z-index:0">
<img width="200" height="200" border="0" title="" alt="" src="[url="http://s3.postimage.org/mqfssg78/0x3a.png%22>"]http://s3.postimage....sg78/0x3a.png">[/url]
</div>
<body bgcolor="#000000"><center><div style="background-image:url(''); width="1040" height="710" class="shakeimage" onMouseOver="init(this);rattleimage()" onMouseOut="stoprattle(this);top.focus()" onClick="top.focus()" alt="" border="0"><br><div
id="example1"></div><p id="example2"><font face="Papyrus"; color="red"; size="6"><br>__About Me__
</font></b>
<br>
</font></b><b>
<font face="Papyrus"; color="Red"; size="2">Status Web: CLOSED!!</font><br><br>
<font face="Papyrus"; color="Yellow"; size="2">Nama: AlexCucuMbahGoogle</font><br><br>
<font face="Papyrus"; color="Blue"; size="2">CONTURY: INDONESIA</font><br><br>
<font face="Papyrus"; color="red"; size="2">_ We Do not erase your data Website ... Warning We Only Give To You .. Our Indonesian Nation Never Give Up in the Middle Hacker War
<!-- HTML codes by Quackit.com -->
<marquee behavior="alternate">We Bury You In place of the Home You</marquee>
<font face="Papyrus"; color="White"; size="2"><MARQUEE>
Special Thank's For --:>Andre kocak|Beraaga ZeroZeroSeven|Dhend Reza RastaFara|Nama Disembunyikan
</MARQUEE>
</style><body bgcolor="#000000"><center></p></b>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Contac me::www.facebook.com/TapaXSuci
<div align="center"><style>.shakeimage{position:relative}</style>
<script language="JavaScript1.2">var stopit=0
var rector=3
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}</script><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"), 100, function(i){
var ar = new Array("_", "_", "_", "_"); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();</script>
<script>function cursor_text_circle(){
var msg=''.split('').reverse().join('');
var font='romantic italic';
var size=2;
var color='red';
var speed=.50;
var rotation=-.2;
var ns=(document.layers);
var ie=(document.all);
var dom=document.getElementById;
msg=msg.split('');
var n=msg.length;
var a=size*30;
var currStep=0;
var ymouse=0;
var xmouse=0;
var props="<font face="+font+" size="+size+" color="+color+">";
if (ie)
window.pageYOffset=0
if (ns){
for (i=0; i < n; i++)
document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
}
else if (ie||dom){
document.write('<div id="outer" style="position:absolute;top:0px;left:0px;z-index:30000;"><div style="position:relative">');
for (i=0; i < n; i++)
document.write('<div id="iemsg'+(dom&&!ie? i:'')+'" style="position:absolute;top:0px;left:0;height:'+a+'px;width:'+a+'px;text-align:center;font-weight:normal;cursor:default">'+props+msg[i]+'</font></div>');
document.write('</div></div>');
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position
}
if (ns||ie||dom)
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
var y=new Array();
var x=new Array();
var Y=new Array();
var X=new Array();
for (i=0; i < n; i++){
y[i]=0;
x[i]=0;
Y[i]=0;
X[i]=0;
}
var iecompattest=function(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
}
var makecircle=function(){ // rotation properties
if (ie) outer.style.top=iecompattest().scrollTop+'px';
currStep-=rotation;
for (i=0; i < n; i++){ // makes the circle
var d=(ns)?document.layers['nsmsg'+i]:ie? iemsg[i].style:document.getElementById('iemsg'+i).style;
d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15+(ie||dom? 'px' : '');
d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)+(ie||dom? 'px' : ''); // remove *2 for just a plain circle, not oval
}
}
var drag=function(){ // makes the resistance
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (var i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
makecircle();
// not rotation speed, leave at zero
setTimeout(function(){drag();},10);
}
if (ns||ie||dom)
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", drag, false );
else if ( typeof window.attachEvent != "undefined" )
window.attachEvent( "onload", drag );
else {
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
drag();
};
}
else
window.onload = drag;
}
}
cursor_text_circle();</script>
</div>
</body></html>
<p>
<embed src="[url="http://www.youtube.com/v/7np-7B5-ba4&feature=related&autoplay=1&loop=1"]http://www.youtube.c...oplay=1&loop=1"[/url] type="application/x-shockwave-flash" wmode="transparent" height="1" width="1"></embed>
</body>
</script>
<link href='[url="http://www.hong.web.id/wp-content/uploads/2011/04/WindowsBlack.jpg"]http://www.hong.web....indowsBlack.jpg[/url]' rel='icon' type='image/vnd.microsoft.icon'/>
<style type='text/css'>body{background:url([url="http://www.hong.web.id/wp-content/uploads/2011/04/WindowsBlack.jpg"]http://www.hong.web....indowsBlack.jpg[/url]) repeat center center fixed black;}</style>
</script>
<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'><SCRIPT Language=VBScript><!--
Maaf Tulisan Diaatas Sengaja Saya Kecilkan Agar Mudah Tuk Di Copy Pase...
Dah Langsung Ajha..
setelah Di Copy Click File Save As Lalu Masukkan Nama Yang Anda Inginkan..
NB: Nama Akhir Dari Deface Tersebut Harus HTML..
Contoh:
AlexCucuMbahGoogle.html
Mengerti??
Mudah Kan...
Buka NotePad Lalu Copy Kan Code Dibawah:
<html><head>
<SCRIPT> alert("Website You Are not Safe") </SCRIPT>
<SCRIPT> alert("We CLOSE Your Website") </SCRIPT>
<link href='[url="http://www.indonesiaindonesia.com/imagehosting/images/18392/1_avatar12847_6.gif"]http://www.indonesia...atar12847_6.gif[/url]' rel='shortcut icon'/>
<title>:|CuCuMbahGoogle|:</title><SCRIPT>/*
- Scripting By: AlexCucuMbahGoogle
*/
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><style>body {
padding:0;
margin:0;
background-image:url();
background-repeat: repeat-x;
background-position:top;
background-color: black;
color:silver;
font:normal 80% verdana;
margin-top: 0px;
margin-left: 0px;
padding: 0;
margin-right: 0px;
}
td{font-family: verdana; font-size: 9pt; color: #ffffff}
a{font-family: verdana; font-size: 12pt; color: #ffffff}
/* REMOVE HORIZONTAL SCROLLBAR*/
body {
overflow-x: hidden;
}
/* REMOVE VERTICAL SCROLLBAR*/
body {
overflow-y: hidden;
}</style>
<div id="image1" style="position:absolute; overflow:hidden; left:0px; top:0px; width:1020px; height:600px; z-index:0">
</div><div id="image2" style="position:absolute; overflow:hidden; right:0px; top:800px; width:50px; height:500px; z-index:0">
<img width="200" height="200" border="0" title="" alt="" src="[url="http://s3.postimage.org/mqfssg78/0x3a.png%22>"]http://s3.postimage....sg78/0x3a.png">[/url]
</div>
<body bgcolor="#000000"><center><div style="background-image:url(''); width="1040" height="710" class="shakeimage" onMouseOver="init(this);rattleimage()" onMouseOut="stoprattle(this);top.focus()" onClick="top.focus()" alt="" border="0"><br><div
id="example1"></div><p id="example2"><font face="Papyrus"; color="red"; size="6"><br>__About Me__
</font></b>
<br>
</font></b><b>
<font face="Papyrus"; color="Red"; size="2">Status Web: CLOSED!!</font><br><br>
<font face="Papyrus"; color="Yellow"; size="2">Nama: AlexCucuMbahGoogle</font><br><br>
<font face="Papyrus"; color="Blue"; size="2">CONTURY: INDONESIA</font><br><br>
<font face="Papyrus"; color="red"; size="2">_ We Do not erase your data Website ... Warning We Only Give To You .. Our Indonesian Nation Never Give Up in the Middle Hacker War
<!-- HTML codes by Quackit.com -->
<marquee behavior="alternate">We Bury You In place of the Home You</marquee>
<font face="Papyrus"; color="White"; size="2"><MARQUEE>
Special Thank's For --:>Andre kocak|Beraaga ZeroZeroSeven|Dhend Reza RastaFara|Nama Disembunyikan
</MARQUEE>
</style><body bgcolor="#000000"><center></p></b>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br>
Contac me::www.facebook.com/TapaXSuci
<div align="center"><style>.shakeimage{position:relative}</style>
<script language="JavaScript1.2">var stopit=0
var rector=3
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}</script><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"), 100, function(i){
var ar = new Array("_", "_", "_", "_"); return " " + ar[i.length %
ar.length]; });
//Type out examples:
TypingText.runAll();</script>
<script>function cursor_text_circle(){
var msg=''.split('').reverse().join('');
var font='romantic italic';
var size=2;
var color='red';
var speed=.50;
var rotation=-.2;
var ns=(document.layers);
var ie=(document.all);
var dom=document.getElementById;
msg=msg.split('');
var n=msg.length;
var a=size*30;
var currStep=0;
var ymouse=0;
var xmouse=0;
var props="<font face="+font+" size="+size+" color="+color+">";
if (ie)
window.pageYOffset=0
if (ns){
for (i=0; i < n; i++)
document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
}
else if (ie||dom){
document.write('<div id="outer" style="position:absolute;top:0px;left:0px;z-index:30000;"><div style="position:relative">');
for (i=0; i < n; i++)
document.write('<div id="iemsg'+(dom&&!ie? i:'')+'" style="position:absolute;top:0px;left:0;height:'+a+'px;width:'+a+'px;text-align:center;font-weight:normal;cursor:default">'+props+msg[i]+'</font></div>');
document.write('</div></div>');
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position
}
if (ns||ie||dom)
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
var y=new Array();
var x=new Array();
var Y=new Array();
var X=new Array();
for (i=0; i < n; i++){
y[i]=0;
x[i]=0;
Y[i]=0;
X[i]=0;
}
var iecompattest=function(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
}
var makecircle=function(){ // rotation properties
if (ie) outer.style.top=iecompattest().scrollTop+'px';
currStep-=rotation;
for (i=0; i < n; i++){ // makes the circle
var d=(ns)?document.layers['nsmsg'+i]:ie? iemsg[i].style:document.getElementById('iemsg'+i).style;
d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15+(ie||dom? 'px' : '');
d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)+(ie||dom? 'px' : ''); // remove *2 for just a plain circle, not oval
}
}
var drag=function(){ // makes the resistance
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (var i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
makecircle();
// not rotation speed, leave at zero
setTimeout(function(){drag();},10);
}
if (ns||ie||dom)
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", drag, false );
else if ( typeof window.attachEvent != "undefined" )
window.attachEvent( "onload", drag );
else {
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
drag();
};
}
else
window.onload = drag;
}
}
cursor_text_circle();</script>
</div>
</body></html>
<p>
<embed src="[url="http://www.youtube.com/v/7np-7B5-ba4&feature=related&autoplay=1&loop=1"]http://www.youtube.c...oplay=1&loop=1"[/url] type="application/x-shockwave-flash" wmode="transparent" height="1" width="1"></embed>
</body>
</script>
<link href='[url="http://www.hong.web.id/wp-content/uploads/2011/04/WindowsBlack.jpg"]http://www.hong.web....indowsBlack.jpg[/url]' rel='icon' type='image/vnd.microsoft.icon'/>
<style type='text/css'>body{background:url([url="http://www.hong.web.id/wp-content/uploads/2011/04/WindowsBlack.jpg"]http://www.hong.web....indowsBlack.jpg[/url]) repeat center center fixed black;}</style>
</script>
<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'><SCRIPT Language=VBScript><!--
Maaf Tulisan Diaatas Sengaja Saya Kecilkan Agar Mudah Tuk Di Copy Pase...
Dah Langsung Ajha..
setelah Di Copy Click File Save As Lalu Masukkan Nama Yang Anda Inginkan..
NB: Nama Akhir Dari Deface Tersebut Harus HTML..
Contoh:
AlexCucuMbahGoogle.html
Mengerti??
Mudah Kan...
Kamis, 05 Juli 2012
[SC VB6.0] membuat pointBlank Launcher Sendiri
Pengen Source Codenya??
Download Source CodeNya Di Paling Bawah Posting
Pertama-Tama..
-:>Buka VB 6.0
-:>Tekan Existing
-:>Dibagian Look in Cari Nama Folder Launcher
-:>Doubble Clik Project1.vbp
-:>Doubble Click Main (Main.frm)
-:>Lalu Doubble Click Lagi Di Dalam Form Tersebut..
-:>Cari Code Shell ("D:\Program Files\PointBlank\PBLauncher.exe")
-:>D:\Program Files\PointBlank\PBLauncher.exe Ubah Menjadi Alamat Tempat Folder Point Blank Diletakkan..
Masih Belum mengerti Lihat Gambar:
-:>Ganti Tulisan http://angelz-hackedz.blogspot.com Menjadi Alamat website/Blog Anda
Downlaod SourceCode:
--:> Click Hare
By:AlexCucuMbahGoogle
Rabu, 04 Juli 2012
Source Code Remote PC Hendle-X
Anhe Dapat Dari Blog Sebelah Nhe Mass...
Mungkin Bisa Membantu Agan²..
Digunakan Untuk Jaringan Administrasi, Sistem Pengendalian dan hacking
1 - Multi Koneksi Mnager Channle.
2 - Buku Alamat Bersih.
3 - MsgBox Remote / Teks Matrix & Normal Chat / Half Duplex Voise Chat / Board Putih / Minesweeper Game Mendeteksi.
4 - Fungsi Lengkap Remote File Browser & Manager (Download & Upload File).
5 - Multi-threaded Remote Download Manager.
6 - Lengkap Fungsi Remote Proses dan Aplikasi Mnager Jauh lebih kuat daripada The Normal Windows Task Mnager.
7 - Remote Registry Manager [regedit.exe] tersebut.
8 - Beberapa fungsi Interbet termasuk seperti mengambil sejarah sistem remoted.
9 - Controller Clipboard Remoted.
10 - Device manager Massa termasuk monitor Strong mengendalikan.
11 - Dari cource OS windows fungsi kontrol termasuk seperti shutdown, restart ... dll.
12 - Editor Server Wikipedia.
13 - Firewall diembed.
14 - Banyak Jaringan alat-alat seperti "X-Ping, X-Router, X-Whois, X-Port Scanner ,....).
15 - X-Editor masih dalam pembangunan.
16 - Bantuan & Dokumentasi juga tidak selesai. ]
[Catatan]
1 - Menangani-X dibangun pada protokol aplikasi-layer baru bernama BBP (Byte Berbasis Protokol).
2 - Transmisi Data tidak dienkripsi dan tidak dikompresi sampai sekarang.
3 - Juga saya sedang mencari sekarang untuk mendukung LAN Hacking
Download Source Code
Mungkin Bisa Membantu Agan²..
Digunakan Untuk Jaringan Administrasi, Sistem Pengendalian dan hacking
1 - Multi Koneksi Mnager Channle.
2 - Buku Alamat Bersih.
3 - MsgBox Remote / Teks Matrix & Normal Chat / Half Duplex Voise Chat / Board Putih / Minesweeper Game Mendeteksi.
4 - Fungsi Lengkap Remote File Browser & Manager (Download & Upload File).
5 - Multi-threaded Remote Download Manager.
6 - Lengkap Fungsi Remote Proses dan Aplikasi Mnager Jauh lebih kuat daripada The Normal Windows Task Mnager.
7 - Remote Registry Manager [regedit.exe] tersebut.
8 - Beberapa fungsi Interbet termasuk seperti mengambil sejarah sistem remoted.
9 - Controller Clipboard Remoted.
10 - Device manager Massa termasuk monitor Strong mengendalikan.
11 - Dari cource OS windows fungsi kontrol termasuk seperti shutdown, restart ... dll.
12 - Editor Server Wikipedia.
13 - Firewall diembed.
14 - Banyak Jaringan alat-alat seperti "X-Ping, X-Router, X-Whois, X-Port Scanner ,....).
15 - X-Editor masih dalam pembangunan.
16 - Bantuan & Dokumentasi juga tidak selesai. ]
[Catatan]
1 - Menangani-X dibangun pada protokol aplikasi-layer baru bernama BBP (Byte Berbasis Protokol).
2 - Transmisi Data tidak dienkripsi dan tidak dikompresi sampai sekarang.
3 - Juga saya sedang mencari sekarang untuk mendukung LAN Hacking
Download Source Code
Source Code Stock Monitoring
gx Nyangka Bisa Jumpa Nhe SourceCode...
AwalNya Cmn Jalan² Doang eh TerNyata Jumpa Nhe Source Code..
Source Code Yang Saya Bicarakan Hari INi..
STOCK MONITORING
Anda bisa Langsung MencobaNya..
kembangkan Suatu Aplikasi Hingga Dapat Dikasi jempol...
Download:-->Click Hare
TerimaKasih Atas Kunjungannya..
AwalNya Cmn Jalan² Doang eh TerNyata Jumpa Nhe Source Code..
Source Code Yang Saya Bicarakan Hari INi..
STOCK MONITORING
Anda bisa Langsung MencobaNya..
kembangkan Suatu Aplikasi Hingga Dapat Dikasi jempol...
Download:-->Click Hare
TerimaKasih Atas Kunjungannya..
SourceCode FileDestroyer
Aduhh Dah Lama Nhe Gx Post..
Sekarang Aye Post FileDestroyer..
Tidak tau Gunanya??
nah Saya jelaskan..
File/Folder Yang Kita Hapus Belum Tentu hilang Dari Hard Disk Kita...
Kemungkinan Besar Dapat Dibalikkan Lagi..
Tidak Percaya?
Ingin mencobanya??
Nah Langsung Ajha ea, Capek Nie Tangan Saya Ngetik..
-=-=-=-=-=-=-=-=-
Visual basic 6.0
-=-=-=-=-=-=-=-=-
Jika Ada File .ocx Yang Kurang Anda Bisa MendownloadNya Kok Di Google..
Nih Source CodeNya:
--:>Download Mas Broo
Sekarang Aye Post FileDestroyer..
Tidak tau Gunanya??
nah Saya jelaskan..
File/Folder Yang Kita Hapus Belum Tentu hilang Dari Hard Disk Kita...
Kemungkinan Besar Dapat Dibalikkan Lagi..
Tidak Percaya?
Ingin mencobanya??
Nah Langsung Ajha ea, Capek Nie Tangan Saya Ngetik..
-=-=-=-=-=-=-=-=-
Visual basic 6.0
-=-=-=-=-=-=-=-=-
Jika Ada File .ocx Yang Kurang Anda Bisa MendownloadNya Kok Di Google..
Nih Source CodeNya:
--:>Download Mas Broo
Minggu, 01 Juli 2012
Source Code Check HWID Dari VB 6.0
Kalian Pernah Lihat Check HWID Milik RCD???
Nah itu Yang Akan Kita Bahas Hari INI...
Serial Checker ini membaca Serial drive C pada Hardisk kompi target
Langsung Aja Ke Topik...
Cara Buat:
-:>Buat New Project di VB6
-:>Pilih Standar Exe
-:>Buat satu Form
-:>Buat TextBox di form1 tsb
-:>Copy Paste Code dibawah
Private Declare Function GetVolumeInformation Lib _
"kernel32.dll" Alias "GetVolumeInformationA" (ByVal _
lpRootPathName As String, ByVal lpVolumeNameBuffer As _
String, ByVal nVolumeNameSize As Integer, _
lpVolumeSerialNumber As Long, lpMaximumComponentLength _
As Long, lpFileSystemFlags As Long, ByVal _
lpFileSystemNameBuffer As String, ByVal _
nFileSystemNameSize As Long) As Long
Function GetSerialNumber(strDrive As String) As Long
Dim SerialNum As Long
Dim Res As Long
Dim Temp1 As String
Dim Temp2 As String
Temp1 = String$(255, Chr$(0))
Temp2 = String$(255, Chr$(0))
Res = GetVolumeInformation(strDrive, Temp1, _
Len(Temp1), SerialNum, 0, 0, Temp2, Len(Temp2))
GetSerialNumber = SerialNum
End Function
Private Sub Form_Load()
Text1.Text = GetSerialNumber("C:\")
End Sub
Selesai Deh...
Nah itu Yang Akan Kita Bahas Hari INI...
Serial Checker ini membaca Serial drive C pada Hardisk kompi target
Langsung Aja Ke Topik...
Cara Buat:
-:>Buat New Project di VB6
-:>Pilih Standar Exe
-:>Buat satu Form
-:>Buat TextBox di form1 tsb
-:>Copy Paste Code dibawah
Private Declare Function GetVolumeInformation Lib _
"kernel32.dll" Alias "GetVolumeInformationA" (ByVal _
lpRootPathName As String, ByVal lpVolumeNameBuffer As _
String, ByVal nVolumeNameSize As Integer, _
lpVolumeSerialNumber As Long, lpMaximumComponentLength _
As Long, lpFileSystemFlags As Long, ByVal _
lpFileSystemNameBuffer As String, ByVal _
nFileSystemNameSize As Long) As Long
Function GetSerialNumber(strDrive As String) As Long
Dim SerialNum As Long
Dim Res As Long
Dim Temp1 As String
Dim Temp2 As String
Temp1 = String$(255, Chr$(0))
Temp2 = String$(255, Chr$(0))
Res = GetVolumeInformation(strDrive, Temp1, _
Len(Temp1), SerialNum, 0, 0, Temp2, Len(Temp2))
GetSerialNumber = SerialNum
End Function
Private Sub Form_Load()
Text1.Text = GetSerialNumber("C:\")
End Sub
Selesai Deh...
Langganan:
Postingan (Atom)