|
| Author |
Message |
zitwep Newbie

Joined: 11 Sep 2005 Posts: 4
        
|
Posted: Sun Sep 11, 2005 12:37 pm Post subject: Ogame bot |
|
|
hey i am totally new to Bot business but not to PHP. I would like to know if it is possible to program a PHP-BOT for Online games like Ogame. You get an account and you build up an Empire. It is real time and requires you to be online a lot. I was wondering if it is possible to program a BOT which manages your account i.e. Builds, attacks, defends while you are offline.
www.ogame.org
-Thanks |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sun Sep 11, 2005 1:44 pm Post subject: |
|
|
This is possible!
As long as you can code the parts which manage your account, etc, this shouldn't be a problem. You can find a PHP bot template at http://blobsy.org, which you can customise etc. It runs on MSN Messenger, and can be fully backended with SQL or whatever. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
zitwep Newbie

Joined: 11 Sep 2005 Posts: 4
        
|
Posted: Sun Sep 11, 2005 3:04 pm Post subject: |
|
|
| I don't get how i can customize the BOT to Ogame??!! |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sun Sep 11, 2005 3:33 pm Post subject: |
|
|
Well, you would convert all the pages in the Ogame, such as the page to attack people [or w/eva] to the BOT style (you will have to learn this), and then, instead of going to "attack.php" in the URL, the user will type "!attack darkmonkey" to the bot. The bot will then respond saying "darkmonkey was attacked" or w/eva and change whatever is needed in the MySQL database. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
zitwep Newbie

Joined: 11 Sep 2005 Posts: 4
        
|
Posted: Sun Sep 11, 2005 4:38 pm Post subject: |
|
|
| I dont really get the point of Bobsy. The only thing i can do is stop or start it and nothing else. |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Sun Sep 11, 2005 5:56 pm Post subject: |
|
|
There isn't much else to it. You have to add your commands or features yourself. It's a template to let you connect to MSN with php. _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
zitwep Newbie

Joined: 11 Sep 2005 Posts: 4
        
|
Posted: Sun Sep 11, 2005 6:49 pm Post subject: |
|
|
| Ok. So then how could i program it for Ogame? Is there anybody who could help me with that? |
|
| Back to top |
|
 |
Mojave Almost An Agent

Joined: 01 Nov 2003 Posts: 1434
 
|
Posted: Sun Sep 11, 2005 6:59 pm Post subject: |
|
|
This site is mostly about Instant Messenger bots. Not that we don't or can't write other types of bots, but all the bot templates on this site connect to one or more IM services.
To write bots that do other things (play games for you, check your email and groups, crawl websites, etc), you don't need an IM bot. So it seems kind of pointless to mess around with Blobsy or any other template.
If you're a programmer, then you just need to figure out how the ogame site works, how to login and do all the other things you want, then write a program to do those things.
We generally like to help people who have shown some initiative rather than those that just want us to make something for them. So I suggest you start by trying to write a bot yourself, then when you can't get it to work or you're stuck on one particular problem or bug, come to us, post the specific bug and we'll help. But saying you're a programmer and then asking other people to do it for you becomes annoying. |
|
| Back to top |
|
 |
darkmonkey The Merovingian

Joined: 18 Apr 2004 Posts: 2557 Location: London, England
     votes: 7
|
Posted: Mon Sep 12, 2005 3:58 pm Post subject: |
|
|
@Mojave: He wants it on MSN Messenger, I think (or AIM or something).
@zitwep: People can help you in the sense that you let us review your code, however the main "chunk" of it has to be made by you.
If you're not interested in making it yourself, consider asking the owner of the OGame to sell you the source code  _________________ ~ Josh
[ Need bot hosting on a dedicated server? PM me. ] |
|
| Back to top |
|
 |
Mojave Almost An Agent

Joined: 01 Nov 2003 Posts: 1434
 
|
Posted: Mon Sep 12, 2005 4:33 pm Post subject: |
|
|
| Quote: | | I was wondering if it is possible to program a BOT which manages your account i.e. Builds, attacks, defends while you are offline. |
I was going off this quote of his. It sounded like he just wants a bot to take his place when he's offline. But of course, I guess he could have a bot that he can give commands to so he doesn't have to visit the ogame site at all. |
|
| Back to top |
|
 |
noth Newbie

Joined: 10 Feb 2006 Posts: 1
  
|
Posted: Fri Feb 10, 2006 1:25 pm Post subject: Nogame |
|
|
Hi, I found an upcoming ogame bot ! It should be written in PHP . I hope it'll be released in a short time !
Nogame |
|
| Back to top |
|
 |
ChemicalBurn Newbie

Joined: 20 May 2006 Posts: 1
 
|
Posted: Sat May 20, 2006 1:10 pm Post subject: |
|
|
For frenchs players, you can find a bot here:
http://kaycee.nm.ru/ogame/cheat/
But in 2 or 3 weeks, it will work for ogame.org too  |
|
| Back to top |
|
 |
daed Newbie

Joined: 26 Dec 2006 Posts: 1
 
|
Posted: Tue Dec 26, 2006 2:54 am Post subject: |
|
|
There's some stuff here: ogame cheats
Hopefully helpful |
|
| Back to top |
|
 |
Bugmenot Newbie

Joined: 24 Apr 2006 Posts: 4
 
|
Posted: Fri Jun 08, 2007 1:15 am Post subject: |
|
|
there is a really good bot at http://ogame.1gig.biz
as of now it only works in ogame.org but if enough people use it the developer says he will convert it to other sites also!!!
use it alot so we can all enjoy!!! |
|
| Back to top |
|
 |
|