v 5.4.1 - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: v 5.4.1 (/showthread.php?tid=271) |
RE: v 5.4.1 - Sinzed789 - 01-10-2015 When i click the start button, the bot just says "Trying to get to main screen". It pushes the home button of bluestacks,goes back into the app and just does nothing. I already tried to manully locate the barracks, but that didn't help. The only thing i had a bit of success with was: outcommenting the "checkMainScreen" function. This only changed that the bot trained the troops, but didn't do anything else. Would be nice if someone could come up with a fix for that RE: v 5.4.1 - kojometa - 01-10-2015 search for Local $TrainPos = _PixelSearch(155, 603, 694, 605, Hex(0x603818, 6), 10) ;Finds Train Troops button and change it to Local $TrainPos = _PixelSearch(155, 603, 694, 605, Hex(0x603818, 6), 5) ;Finds Train Troops button RE: v 5.4.1 - sefa96 - 01-10-2015 not use all troops barbar + archers RE: v 5.4.1 - Antidote - 01-10-2015 I added some mod to this release. - Added Activating power for K/Q (change $delayActivateKQ to your need). - Mod Hide function a bit. Lock BS's position and GUI when bot run to prevent error - Added auto request for cc troop (need to locate clan castle, since all my clan mates are sleeping I cannot test lol) - No auto donate yet (as text recognition is not available) - Mod checkmainscreen a bit. If you have problem just use the current one. - Attempt to store dll in variable for global use instead of calling everytime (not sure if that makes a difference) - Since random factor has little use I changed it to monitor bot's memory usage so you guys can keep an eye on it I just wrote everything on the fly with very little testing, so if you want to play around with new features give it a try I can do small modifications/features if requested, for major features we'll need more time to sort it out as a team. Thanks RE: v 5.4.1 - blindpick - 01-10-2015 maybe add auto donate archer or barb as an option? im in a botting clan and we only donate archer RE: v 5.4.1 - Envyus - 01-10-2015 This will be added once the latest version is stable RE: v 5.4.1 - Antidote - 01-10-2015 That one is doable I'm gonna add it later RE: v 5.4.1 - bushido-21 - 01-10-2015 RE: v 5.4.1 - Rd Koyoe - 01-10-2015 antidote new version hide function have problem, sometime bot can not locate barrack when BS is hidden and completely can not find barrack when bot minimized donate request work perfectly for me machine: win 8.1 64 bit RE: v 5.4.1 - Antidote - 01-10-2015 |