BUG: 5.3.1: Bot hang/ blank windows - 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: BUG: 5.3.1: Bot hang/ blank windows (/showthread.php?tid=216) |
RE: BUG: 5.3.1: Bot hang/ blank windows - AtoZ - 01-09-2015 Try this StopStart MOD: Declaration: Global $StopStart=0 Replace the $nMsg in the button section: Code: If $StopStart=1 Then Add this line at the first section after 'While 1' in Func Runbot() Code: $StopStart=0 Add this line at the last section before Exitloop (or replace it) in the func attackmain() Code: $StopStart=1 I think these codes will delete existing loops every attack and still maintain your log file unlike the restart bot. RE: BUG: 5.3.1: Bot hang/ blank windows - missileplatypus - 01-11-2015 ^^ This seemed to work reallllly well for me. RE: BUG: 5.3.1: Bot hang/ blank windows - knightmare1226 - 01-29-2015 hello there, good day. i just want to ask how to increase the waiting time? can you point me on how to do it? im new here and i really dont have any idea in coding. thanks (01-06-2015, 12:06 AM)Antidote Wrote: About it failing to detect Next button, I think it's because GkevinOD set maximum waiting time to 10 seconds (including loading time and reading resource) so in some instances on slow machines or slow connection next village hasn't loaded --> 10 seconds passed --> bot restart. |