The Bytecode Club
Developing Bot - Printable Version

+- The Bytecode Club (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: Developing Bot (/showthread.php?tid=155)



RE: Developing Bot - some(rnd)guy - 12-23-2014

(12-23-2014, 01:14 PM)GkevinOD Wrote:  Hello sorry it took so long, I manage to find the problem and fixed it.
I actually rewrote some of Antidote's functions:

http://pastebin.com/0aYtn4G4

This should fix the problem!

TYVM... is now working will test a little longer but looks to be great!!


RE: Developing Bot - GkevinOD - 12-23-2014




RE: Developing Bot - kojometa - 12-23-2014

for the current version you dont need any exe files anymore.
just the bot.au3 and the GkevinOD.au3 thats all.

Tesseract has been removed so no exe anymore. if u wanna run the bot you need autoit though to either compile it or run it out of autoit!


RE: Developing Bot - GkevinOD - 12-23-2014




RE: Developing Bot - korpsx - 12-23-2014




RE: Developing Bot - GkevinOD - 12-23-2014

(12-23-2014, 01:46 PM)korpsx Wrote:  @GkevinOD, i think i was able to run the exe way before (when Antidote provided it) without having autoit installed.
Did you need to have the au3 files or could you have run it without it?


RE: Developing Bot - warrockblack - 12-23-2014

anyone of you guys got problem here:
"$Pixel = PixelGetColor(351*$x_ratio, 455*$y_ratio, $HWnD)
If $Pixel = 13645880 OR $Pixel = 13645881 OR $Pixel = 13645888 OR $Pixel = 13645889 OR $Pixel = 13645890 OR $Pixel = 13645891 Then"
my bot is recognize the background pixel, not popup barrack pixel... :\
i have camp fire full, and still training forever.


RE: Developing Bot - frequent - 12-23-2014




RE: Developing Bot - GkevinOD - 12-23-2014




RE: Developing Bot - warrockblack - 12-23-2014

(12-23-2014, 01:57 PM)GkevinOD Wrote:  
Code:
 $Pixel = PixelSearch(351*$x_ratio, 455*$y_ratio, 351*$x_ratio, 455*$y_ratio, 20, 1, $HWnD)
 If IsArray($Pixel) Then
$FullArmy = True
 EndIf
sorry, but why color is 20 ?