oui tout à fait possible depuis peu car l'ogsteam a sorti un script greasemonkey pour firefox et chrome !
http://userscripts.org/scripts/show/112690donc il faut éditer le script et ajouter après cette ligne (+/- ligne 34)
var urlUnivers = url.match(new RegExp('(.*)\/game'))[1];
ajouter ceci avec les xxxx remplacés par les 4 chiffres que vous voyez dans le navigateur par défaut quand connecté avec automizer
indiquez également l'url du serveur ogame sur lequel vous jouez
if(urlUnivers="http://127.0.0.1:xxxx"){
urlUnivers="http://uni100.ogame.fr";
}
si vous jouez sur plusieurs univers, additionner plusieurs fois ces qlq lignes et indiquez bien à chaque fois les xxxx (4chiffres) et l'url de votre serveur ogame
------------------------------------------------------------------------------------------------------------------------------
yeeeeeeesssss is possible
and for chrome and firefox
because ogsteam just post a new way with xtense for greasemonkey and tamper ...
http://userscripts.org/scripts/show/112690and than you can edit the script and add this line just after
var urlUnivers = url.match(new RegExp('(.*)\/game'))[1];
add the following in accord with youre url in browser when u use ogame automizer
here xxxx is the number u see in the url (like: 8755)
and urlUnivers is youre real url to play in normal way without bot
if(urlUnivers="http://127.0.0.1:xxxx"){
urlUnivers="http://uni100.ogame.fr";
}
if u play on multiples univers add each time these lines