Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames
You last visited: Today at 08:49

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] KryoBot FOE - Forge Of Empires Bot

Discussion on [Release] KryoBot FOE - Forge Of Empires Bot within the Browsergames forum part of the Other Online Games category.

Reply
 
Old 09/02/2013, 14:27   #31
 
elite*gold: 0
Join Date: Aug 2013
Posts: 43
Received Thanks: 8
Quote:
Originally Posted by RGrand View Post
Thanks for reporting. This should not happen.
The bot closes all windows every loop

does this popup show up while the mouse is moving?

~RGrand
I don't know if it happens while the mouse is moving or at the top left corner but after I take a look to see if it's still running I see the bot is in another city not clicking anything while my city is full of resources/gold which aren't collected yet.
Cheesenonion is offline  
Old 09/02/2013, 14:38   #32
 
RGrand's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 30
Received Thanks: 15
Post re

I'll check it. The next update should solve it

~RGrand
RGrand is offline  
Thanks
1 User
Old 09/03/2013, 21:08   #33
 
RGrand's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 30
Received Thanks: 15
Post

Update 0.0.5 alpha

Changelog:
•code improved
•fix: city changing (tested but not under all possible circumstances)

Download in first post
~RGrand
RGrand is offline  
Old 09/04/2013, 01:41   #34
 
elite*gold: 0
Join Date: Sep 2013
Posts: 1
Received Thanks: 0
Hi RG,
Having a little trouble getting the bot to run. Every time i click the KryoBot_FOE.exe it pops up for a second then closes its self and the test button in fiddler2 says the test url doesn't match. Is this right or am I missing something?
Running win8 x64
Diggs4343 is offline  
Old 09/04/2013, 14:55   #35
 
RGrand's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 30
Received Thanks: 15
Post re

Create a text file and name it "startKryo.bat"
Open it with a texteditor
Add this code into it:

Code:
@echo off
KryoBot_FOE.exe
pause
Save it and run it
Now you should be able see the error message

The Fiddler test button should accept something like this:
Code:
URL Pattern:  regex:http://cdn.*.forgeofempires.com/assets/startup/startup.swf
Test URL: http://cdn.en.forgeofempires.com/assets/startup/startup.swf123456
~RGrand
Attached Files
File Type: txt startKryo.txt (33 Bytes, 26 views)
RGrand is offline  
Old 09/05/2013, 10:54   #36
 
elite*gold: 0
Join Date: Aug 2013
Posts: 43
Received Thanks: 8
Quote:
Originally Posted by RGrand View Post
Update 0.0.5 alpha

Changelog:
•code improved
•fix: city changing (tested but not under all possible circumstances)

Download in first post
~RGrand
Bug fixed as far as I can tell..
Great work!
Cheesenonion is offline  
Old 09/13/2013, 03:40   #37
 
elite*gold: 0
Join Date: Jun 2013
Posts: 1
Received Thanks: 0
it doesn't work for me.

I've installed autoit/fiddler2/ c++ runtime(x64/x86)

My acoount is Administrator

but... when i try running bot, error comes up then terminated
C:\Users\Administrator\Downloads\KryoBotFOE_0.0.5\ KryoBotFOE_0.0.5>KryoBot_FOE.e
xe
Exception in thread "main" com.jacob.com.ComFailException: Can't map name to dis
pid: IniRead
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)

C:\Users\Administrator\Downloads\KryoBotFOE_0.0.5\ KryoBotFOE_0.0.5>


doc_dj88 is offline  
Old 09/14/2013, 17:17   #38
 
elite*gold: 0
Join Date: Feb 2008
Posts: 5
Received Thanks: 0
did everything
when I start the bot it shows up for 3 seconds then disapear..
what seems to be the problem?

thanks!
dantitan is offline  
Old 09/14/2013, 18:15   #39
 
RGrand's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 30
Received Thanks: 15
Post re

@doc_dj88:

Make sure that there is a bot.ini in your folder.
In addition, your path looks strange. Since there is a crossed out W instead of a \
What language do you use on your computer and what system is running on your computer?

@dantitan:

post the error message. Instructions how to are available some posts before.

~RGrand
RGrand is offline  
Old 09/18/2013, 11:22   #40
 
elite*gold: 0
Join Date: Aug 2013
Posts: 43
Received Thanks: 8
I'm getting a sort like problem as doc_dj88.
When I try to open the program the cmd closes right after.
When I open cmd and open the .exe there I get the following message:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\....\Downloads\KryoBotFOE_0.0.5\KryoBot_F OE.exe
Exception in thread "main" com.jacob.com.ComFailException: Can't get object clsi
d from progid
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
at java.lang.Void.<unknown>(Unknown Source)
Cheesenonion is offline  
Old 09/18/2013, 23:06   #41
 
RGrand's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 30
Received Thanks: 15
Post re

I have found the error. It has something to do with the registration of jacob.dll.
The next version of my bot will fix it and possibly make the whole library thingy itself.

Troubleshooting the jacob error:
(easiest solution: wait for next update)



Resoltion for problem 1 (CLSID is simply not registered):
Open up command line and execute this command:
Code:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /verbose /nologo /codebase C:\PATH\jacob-1.17-M2-x86.dll
important: change paths to your paths and use the right .dll version





Resoltion for problem 2 (CLSID wrong bit version)
1.Open ip command line and execute this commands:
Code:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /unregister C:\PATH\jacob-1.17-M2-x86.dll
register the "right" one:
Code:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /verbose /nologo /codebase C:\PATH\jacob-1.17-M2-x86.dll
important: change paths to your paths and use the right .dll version

~RGrand
RGrand is offline  
Old 09/20/2013, 04:15   #42
 
elite*gold: 0
Join Date: May 2008
Posts: 10
Received Thanks: 1
I love the bot...however i get sent to another persons city when the pop up window comes up. Other then that the game is more enjoyable now!
Captnitro is offline  
Old 09/20/2013, 09:56   #43
 
elite*gold: 0
Join Date: Aug 2013
Posts: 43
Received Thanks: 8
Quote:
Originally Posted by RGrand View Post
I have found the error. It has something to do with the registration of jacob.dll.
The next version of my bot will fix it and possibly make the whole library thingy itself.

Troubleshooting the jacob error:
(easiest solution: wait for next update)



Resoltion for problem 1 (CLSID is simply not registered):
Open up command line and execute this command:
Code:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /verbose /nologo /codebase C:\PATH\jacob-1.17-M2-x86.dll
important: change paths to your paths and use the right .dll version





Resoltion for problem 2 (CLSID wrong bit version)
1.Open ip command line and execute this commands:
Code:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /unregister C:\PATH\jacob-1.17-M2-x86.dll
register the "right" one:
Code:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe /verbose /nologo /codebase C:\PATH\jacob-1.17-M2-x86.dll
important: change paths to your paths and use the right .dll version

~RGrand
This had no effect on my bot, however re-register the register_32bit.bat file did the trick =D
Cheesenonion is offline  
Old 09/20/2013, 19:11   #44
 
RGrand's Avatar
 
elite*gold: 0
Join Date: Jan 2013
Posts: 30
Received Thanks: 15
Post re

I'm sorry. I didn't thought that the bot makes so many problems.
Even if it is a side-product, it should not run so poorly.
I'll put more effort into my work.

I might switch to C#

~RGrand
RGrand is offline  
Thanks
1 User
Old 09/21/2013, 16:50   #45
 
elite*gold: 0
Join Date: Oct 2011
Posts: 4
Received Thanks: 0
hmm, my city look's like #8 your post, got P but when im start bot i see big start screen forge of empires bot, then it disappears and nothing happens.

i did everything correct from tutorial :/

_______________________________-
after install all libaries it works but.. i have 10 ceramics, all is ready to collect 5 minutes, bot collect 9/10 ceramics, then try to set 5 min production. and bot clicking only one building, also allready set..

sorry my eng, i hope u know what i mean
Floxytek is offline  
Reply


Similar Threads Similar Threads
REQUEST: Forge of Empire Hack
09/11/2013 - Browsergames - 2 Replies
i need hack for this game.. is it possible to hack this game??.. any reply would be appreciated :)
TOP!!!! Forge of Empire Accounts zu verkaufen
07/06/2013 - Browsergames Trading - 0 Replies
Ich besitze einen der wertvollsten Forge of Empire Accounts, Screenshot : https://www.facebook.com/photo.php?fbid=500919146 647389&set=a.500919143314056.1073741825.362676 373805001&type=1&theater Legendäre gebäude : Babeltower (10), Zeusstatue (10), Leuchtturm von Alexandria (10), Aachner Dom (10), Hagia Sophia (10), Kolosseum (10), Notre Damme (10), Castel del Monte (10), Basiliu Kathedrale (10), Dresdner Frauenkirche (10), Morgen bin ich im IndustrieZeitalter, 7 Gewürzhandlungen , 8...
TOP!!!! Forge of Empire Accounts zu verkaufen
07/06/2013 - Browsergames Trading - 0 Replies
Ich besitze einen der wertvollsten Forge of Empire Accounts, Screenshot : https://www.facebook.com/photo.php?fbid=500919146 647389&set=a.500919143314056.1073741825.362676 373805001&type=1&theater Legendäre gebäude : Babeltower (10), Zeusstatue (10), Leuchtturm von Alexandria (10), Aachner Dom (10), Hagia Sophia (10), Kolosseum (10), Notre Damme (10), Castel del Monte (10), Basiliu Kathedrale (10), Dresdner Frauenkirche (10), Morgen bin ich im IndustrieZeitalter, 7 Gewürzhandlungen , 8...
[Selling] Forge Of Empire Acc [Exclusive]
05/13/2013 - Browsergames Trading - 0 Replies
Hey Leute ! Möchte hier meinen FoE Acc auf Greifental mit 19k Diamanten verkaufen. Alles bis zum Frühen Mittelalter ist ausgeskillt und erlernt bzw. bezahlt. 3500+ Gold 8000+ Vorräte 19500+ Diamanten Muss leider wegen Zeitgründen aufhören...
[B] Forge of Empire Account [S] e*gold
12/21/2012 - Browsergames Trading - 0 Replies
Biete hier meinen Forge of Empire Account an. Ist eig. ein ganz Guter wenn man in Ihn mehr Zeit investieren könnte als ich momentan hätte. Er hat sogar noch ~260 Diamaten. macht mal ein Angebot! :) Skype: Sgt.Johnsen



All times are GMT +2. The time now is 08:49.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.