#Include <String.au3>
#Include <Array.au3>
$bla=fileread("bla.txt")
$erg=_StringBetween($bla,'http://de1.darkorbit.bigpoint.com/GameAPI.php?req=', ')">')
$blub=StringTrimRight($erg[0],1)
MsgBox(0,"",$blub)
$erg=_StringBetween($oWebTcp.body,'http://de1.darkorbit.bigpoint.com/GameAPI.php?req=', ')">')
$blub=StringTrimRight($erg[0],1)
$oWebTcp.Navigate("http://de1.darkorbit.bigpoint.com/GameAPI.php?req="&$blub)