Possible improved version that does not require manual adjustment. Untested- Nukezone is not full now.
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[NukeZone] - Nuke The Enemy Before The Enemy Nukes You!</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
body {background:#000000;height:100em; margin:0px}
-->
</style>
</head>
<body>
<iframe name="cheat" style="width:100%; height:100%; margin:0px" src="http://www.nukezone.nu">
</iframe>
<script type="text/javascript">
<!--
function reload(){
top.cheat.location.reload(true);
objs();
}
function objs(){
if(top.cheat.document.getElementsByTagName('b')[0].firstChild.nodeValue < 1000){
top.cheat.document.getElementsByTagName('input')[2].click();
}else{
var tmp = setTimeout('reload()',1000);
}
}
function begin(){
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead UniversalBrowserWrite");
while(!top.cheat.document.getElementsByTagName('b')[0] || !top.cheat.document.getElementsByTagName('input')[2]){
;
}
objs();
}
begin();
//-->
</script>
</body>
</html>
Here's one w/ randomizer that might work-
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[NukeZone] - Nuke The Enemy Before The Enemy Nukes You!</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
body {background:#000000;height:100em; margin:0px}
-->
</style>
</head>
<body>
<iframe name="cheat" style="width:100%; height:100%; margin:0px" src="http://www.nukezone.nu">
</iframe>
<script type="text/javascript">
<!--
function reload(){
top.cheat.location.reload(true);
objs();
}
function objs(){
var random = Math.round(Math.random()*15000+5000,1
if(top.cheat.document.getElementsByTagName('b')[0].firstChild.nodeValue < 1000){
top.cheat.document.getElementsByTagName('input')[2].click();
}else{
var tmp = setTimeout('reload()',random);
}
}
function begin(){
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead UniversalBrowserWrite");
while(!top.cheat.document.getElementsByTagName('b')[0] || !top.cheat.document.getElementsByTagName('input')[2]){
;
}
objs();
}
begin();
//-->
</script>
</body>
</html>
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>[NukeZone] - Nuke The Enemy Before The Enemy Nukes You!</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
body {background:#000000;height:100em; margin:0px}
-->
</style>
</head>
<body>
<iframe name="cheat" style="width:100%; height:100%; margin:0px" src="http://www.nukezone.nu">
</iframe>
<script type="text/javascript">
<!--
function reload(){
top.cheat.location.reload(true);
objs();
}
function objs(){
var random = Math.round(Math.random()*15000+5000,1
if(top.cheat.document.getElementsByTagName('b')[0].firstChild.nodeValue < 1000){
top.cheat.document.getElementsByTagName('input')[2].click();
}else{
var tmp = setTimeout('reload()',random);
}
}
function begin(){
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead UniversalBrowserWrite");
objs();
}
var tmp=setTimeout('begin()',5000);
//-->
</script>
</body>
</html>