v 5.4.0 - 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.0 (/showthread.php?tid=221) |
RE: v 5.4.0 - kojometa - 01-06-2015 RE: v 5.4.0 - yuji - 01-06-2015 Works with fixes. Though the "dead base" function isn't working well; so what is it based around? Image verification or is it a small written error in the code? RE: v 5.4.0 - hervianzhou - 01-06-2015 (01-06-2015, 01:22 AM)yuji Wrote: Works with fixes. Though the "dead base" function isn't working well; so what is it based around? Image verification or is it a small written error in the code? i just modified VillageSearch(), like i reply before, and it show for a sec and then hide again, maybe that one is working right now for searching dead base, RE: v 5.4.0 - yuji - 01-06-2015 (01-06-2015, 01:35 AM)hervianzhou Wrote:(01-06-2015, 01:22 AM)yuji Wrote: Works with fixes. Though the "dead base" function isn't working well; so what is it based around? Image verification or is it a small written error in the code? Ah, sorry didn't see your post. Will test thank you. RE: v 5.4.0 - sakoshi - 01-06-2015 (01-05-2015, 09:04 AM)blindpick Wrote: i tried replacing the coordinates but only level 2 barracks is trying to make troops.I fixed following bellow. Add +100 after $TrainPos[0] Code: Click($TrainPos[0]+100, $TrainPos[1]) ;Click Train Troops button BTW. I think better if the code located first barack and then use arrow key to next barrack RE: v 5.4.0 - blindpick - 01-06-2015 i already fixed that yesterday but stopped using the version because its causing my vware to bluescreen. switching back to 5.3.4 using it for almost 4 days now i think no problem at all. RE: v 5.4.0 - marvinPRO - 01-06-2015 RE: v 5.4.0 - COBOT - 01-06-2015 I added +100 but now it still clicks on the barrack and clicks on info instead of train troops. Went back to v5.3.4 (exp) Click($TrainPos[0]+100, $TrainPos[1]) ;Click Train Troops button If _Sleep(500) Or $RunState = False Then ExitLoop(2) RE: v 5.4.0 - danilp12 - 01-06-2015 (01-05-2015, 08:58 AM)GkevinOD Wrote: @DiviniT3a go to line 1146 try changing the 10 as the last parameter to a lower number like 5. I'll find a better pixel for it because I have max barracks.had the same issue and now its working! thanks GkeninOD! =D also, tested the hide function, and hide the BS screen but the bot get error, like "barrack 2 is unavailable" and if i hide while searching, the bot get fronzen in the village that finds..so i guess its not working for me RE: v 5.4.0 - GkevinOD - 01-06-2015 |