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 - Envyus - 12-22-2014

Antidoe will this be a farming bot or will it be an on demand bot that will simply aid you with attacks such as skip bases until you find one with the desired amount of loot?


RE: Developing Bot - Antidote - 12-22-2014




RE: Developing Bot - Antidote - 12-22-2014




RE: Developing Bot - Envyus - 12-22-2014

That is good then so in a sense it will run a bit like the Lazypressing version but without so many features?


RE: Developing Bot - Antidote - 12-22-2014

It's still in development so I cannot say for sure what features will be added. For now it's not ready for use yet.


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




RE: Developing Bot - Envyus - 12-22-2014

I tried testing this out but when I click on village search it clicks on attack and then does not skip to find a base with the allocated resources.


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

use the start button! all other buttons are only for testing purposes!


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

Hello Everyone,

I have modified my previous GetGold Function to make a new and improve GetGold Function 2.0!


http://pastebin.com/gnzRXhNB


Unlike the previous version, it can detect the gold in less than a second (for me). I have removed the PixelSearch as it is too slow, and used a different approach using an optimized PixelGetColor. Now, it searches for the color of the pixel and compares it with the pixel color pattern using a function that compares the color variation.

I've organized the code a bit and gave an example within the script on how to use the function. You must have 860x720 resolution and the x and y value may vary from computer to computer.

I will work on making the function more efficient and getting the colors for the elixir.


RE: Developing Bot - Envyus - 12-22-2014

Very nice work GkevinOD! Do you think that in the future you will work on implementing an option to detect trophies and perhaps drop to a selected value?