(12-31-2014, 03:06 PM)Squrl Wrote:(12-31-2014, 04:16 AM)Kaz Wrote: Hey all,
I was waiting for GKevinOD's release before I started working on it.
I've added a few things:
Pre-Alpha v005_1 Update Log (Kaz):
- Able to save position of GUI window
- Added Random Factor to be able to randomize the delays (avoid bot detection)
- Able to log now - under /logs (mainly for debug)
Link: http://s000.tinyupload.com/?file_id=9879...5128940889
Source code and 32/64 bit versions are also in this link.
Hey Kaz/everyone. How do we change the default position of the GUI window? I've been running BS on my second monitor so I can watch videos on the primary, and right now the bot is moving it to what I guess is (0,0) on my main monitor. Do we need to change within the code, or am I missing something obvious?
(12-31-2014, 02:22 PM)GkevinOD Wrote: Made some bug fixes and fixed the checkMainScreen function.
Pre-Alpha v005.2 Update Log (GkevinOD):
- Added Kaz's functions
- Fixed checkMainScreen function
- Added Two and Three sides attack in Barch Algorithm
- Increased speed in troop drop for more productivity
- Added a clear textbox once in a while
Compiled x32 : https://mega.co.nz/#!2Z5hkKDb!avTrxMrkl8...2Y6ncQmY2Q
Compiled x64: https://mega.co.nz/#!ndRSxQ7L!VS7KXY3mYc...6f8k14yAZo
Script v005.2: https://mega.co.nz/#!rFJiBJCa!AMvKkDEcF4...s7Pef_G0_o
(12-31-2014, 03:01 PM)cryzies Wrote: Thanks guys, when I run the .reg file Antidote uploaded on his host site and run BlueStacks. I still get 866, 745 as a resolution according to AutoIt Window Info... Any tips?
Edit:
Got it worked out, seems like the search was clicking on a nearby wall to the left instead. However got this bug after it started searching:
(12-31-2014, 06:17 AM)HAX4DAYS Wrote: Error subscript used on a non accessible variable.
It said this on a 005 while running x64 (also x32) windows 8. That's what happened when it found a base. It does everything else fine.
(12-31-2014, 03:24 PM)cryzies Wrote:Same issue here(12-31-2014, 03:10 PM)dinobot Wrote: Note that mouse pointer must be out of bluestack for the bot to work. For now...Yeap that didn't work for me, same error:
This is with the pre compiled x32 version. Going to test running the script instead.
(12-31-2014, 03:46 PM)Kaz Wrote: @ Squrl So it should look for the following entries in the config.ini file for the positions:
[general]
frmBotPosX=911
frmBotPosY=158
If you were to move the window elsewhere, it should automatically save and make/update those two lines. Can you see if it does? Thanks!