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 - bushido-21 - 12-31-2014

ok thank you very much Smile after i edit the script i will try it and update you the result..


RE: Developing Bot - bushido-21 - 12-31-2014




RE: Developing Bot - zealous - 12-31-2014

what do i have to download for it to search zombie bases?


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




RE: Developing Bot - promac - 12-31-2014

(12-31-2014, 01:17 AM)bushido-21 Wrote:  @GkevinOD i have error line 453(File"C:\Pre-alpha v005\COC Bot v005.au3")
if FileExist(& $C:program File (x86) & \"Bluestacks\HD-RunApp.exe") Then if FileExist(& $C:^ERROR when au3 to exe convertion...

I think u forgot \ :

if FileExist(& $C:\program File (x86) & \"Bluestacks\HD-RunApp.exe"

--> "\" beetwen $C: and program File


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

You have to actually locate the file, not everyone is the same and that's where mine is located. If you have that error, then it's probably not going to be where mine is.


RE: Developing Bot - nugu - 12-31-2014

does the bot works in background now? Smile


RE: Developing Bot - zealous - 12-31-2014

[Image: 04d526305e.jpg]
Zombie detection is pretty bad lol. They thought a base with 40k gold and elixr was a zombie base
Its base looked like that
[Image: f95c3e333e.jpg]
Same for this base
[Image: ea7e093187.jpg]
Edit:
And now its good
[Image: d92e1c52d6.jpg]
[Image: 80f7c4a8e3.jpg]
Idk , its a lil unstable


RE: Developing Bot - zealous - 12-31-2014

Now it thinks this is a zombie base lol
[Image: 2a3e9ecf23.jpg]


RE: Developing Bot - promac - 12-31-2014

(12-31-2014, 12:55 AM)bushido-21 Wrote:  ok thank you very much Smile after i edit the script i will try it and update you the result..

(12-31-2014, 01:32 AM)GkevinOD Wrote:  You have to actually locate the file, not everyone is the same and that's where mine is located. If you have that error, then it's probably not going to be where mine is.


can we use something like this?


Code:
Func _ProgramFilesDir()
   Local $ProgramFileDir
   Switch @OSArch
       Case "X86"
           $ProgramFileDir = "Program Files"
       Case "X64"
           $ProgramFileDir = "Program Files (x86)"
   EndSwitch
   Return @HomeDrive & "" & $ProgramFileDir
EndFunc ;==>_ProgramFilesDirh