Hey. im QUelltext bin ic (noch) nicht fündig geworden. ich zeig ihn euch später schnell...
öhm ich hab mir nen simplen mausklickbot vorgestellt. bin Neuling auf AutoIt.. das größte was ich kann sind Gui und die nur halb..

wie gesagt, ich stell nachher noch n screenshot vom quelltext rein
<html>
<head>
<title>Kostenloses Browsergame - MMORPG Online spielen - warofdragons.de</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="style/main.css" rel="stylesheet" type="text/css">
<link rel=stylesheet type="text/css" href="images/locale/de/alt.css">
<script language="javaScript" src="js/common.js"></script>
<script>
top.myId = '752311';
top.myNick = 'XXXXX';
top.myKind = '1';
top.locale_path = 'images/locale/de/';
top.dialogEvent = [];
top.dialogShow = [];
top.dialogNeed = [];
top.dialogOn = true;
top.showNow = 0;
top.cht_height = 30;
top.cht_step = 5;
top.obj = null;
</script>
<script language="javascript" type="text/javascript">var art_alt = new Array();</script>
</head>
<body marginheight="0" marginwidth="0" style="overflow: hidden;">
<div id="artifact_alt" style="width:300px; display:none; position:absolute; z-index: 1001;" onmouseover="this.style.display='none';"></div>
<table cellpadding="0" cellspacing="0" width="100%" height="100%" border="0">
<tr>
<td id="main_frame_TD" valign="top" align="left" height="70%" width="100%">
<iframe id="main_frame" width="100%" height="100%" frameborder="0" name="main_frame" src="main_frame.php" scrolling="no"></iframe>
</td>
</tr>
<tr id="chat_TR">
<td id="chat_TD" valign="top" align="left" height="30%" width="100%">
<iframe id="chat" width="100%" height="100%" frameborder="0" name="chat" src="cht.php" scrolling="no"></iframe>
</td>
</tr>
</table>
<div id="error_div" class="error_div" style="display:none; z-index: 1000;"></div>
<iframe width="1" height="1" frameborder="0" id="error" name="error" src="" scrolling="no" style="display: none; position: absolute; left: 0; top: 0; z-index: 1001;" ALLOWTRANSPARENCY="true"></iframe>
<div id="smile_div2" class="smile_div2" style="display:none; z-index: 500;" onclick="show_smile(this,this);"></div>
<div id="smile_div" class="smile_div" style="display:none; position:absolute; z-index: 501;">
<iframe width="300" height="300" frameborder="0" id="smile" name="smile" src="smiles.php" scrolling="no" style="left: 0; top: 0; z-index: 502;" ALLOWTRANSPARENCY="true"></iframe>
</div>
<script>
function show_smile(o,i) {
try{
var win = top.window;
var doc = top.document;
var width = doc.body.clientWidth;
var height = doc.body.clientHeight;
var div_width = Math.max(doc.compatMode != 'CSS1Compat' ? doc.body.scrollWidth : doc.documentElement.scrollWidth,width);
var div_height = Math.max(doc.compatMode != 'CSS1Compat' ? doc.body.scrollHeight : doc.documentElement.scrollHeight,height);
var div = top.gebi('smile_div2');
var coord = getCoords(o);
var obj = gebi('smile_div');
var iframe = gebi('smile');
if (!obj) return;
if (obj.style.display=='none') {
div.style.width = div_width;
div.style.height = div_height;
div.style.display = 'block';
obj.style.display = 'block';
obj.style.top = (((coord.t*1)+(i.t*1))-iframe.height-50)+'px';
obj.style.left = (((coord.l*1)+(i.l*1))-iframe.width+60)+'px';
} else {
obj.style.display = 'none';
div.style.display = 'none';
}
} catch(e) {}
}
function show_alt() {
var alive=0
try{
alive = top.obj.offsetParent
} catch(e) {}
var obj = top.gebi('artifact_alt');
if (!obj) return false;
if (alive && obj.style.display != 'none') {
setTimeout("show_alt()",500);
} else {
obj.style.display='none';
}
}
var opera = navigator.userAgent.match(/Opera/i);
function cht_resize(val) {
//try {
var TD1 = top.gebi('main_frame_TD');
var TD2 = top.gebi('chat_TD');
if (!TD1 || !TD2) return false;
var value = top.cht_height;
if (val > 0) value += top.cht_step;
else if (val < 0) value -= top.cht_step;
if (value <= 20) value += top.cht_step;
if (value >= 80) value -= top.cht_step;
top.cht_height = value;
if (opera) {
rsz();
} else {
TD1.height = (100-value*1)+'%';
TD2.height = (value*1)+'%';
}
//} catch (e) {}
}
if (opera) {
var obj1 = gebi('main_frame');
var obj2 = gebi('chat');
obj1.scrolling='auto';
obj2.scrolling='auto';
var rsz= function(a){
obj1.style.height='10px';
obj2.style.height='10px';
var h=document.body.scrollHeight;
h= h < 50 ? 50 : h;
var h2 = Math.floor(top.cht_height*h/100);
obj1.style.height=(h-h2)+'px';
obj2.style.height = h2+'px';
}
onresize=rsz;
setTimeout('rsz()',200);
}
</script>
</body>
</html>
Das wäre mal der Quelltext