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 - warrockblack - 12-24-2014




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

We should make a mini guide how to set up for beginners so we can get more feedback/testing


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




RE: Developing Bot - AlexXxuTzZu - 12-24-2014

I just tried the bot now and my first search was just dropped 1 barb and then nothing... I returned home and bot start himself, checked the troops and then he start searching for enemy with succes just that i only had 3 giants and rest barbs and archs.
Keep it up!


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




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




RE: Developing Bot - mikypark - 12-24-2014

bot is not attacking now..and not searching for enemy


RE: Developing Bot - mikypark - 12-24-2014

(12-24-2014, 05:35 AM)korpsx Wrote:  We should make a mini guide how to set up for beginners so we can get more feedback/testing

yeah do it lol


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

I managed to check for maxed zoom out using PixelGetColor (thanks odySSeys & AtoZ). Here's the updated code for func ZoomOut

Code:
Func ZoomOut()
  GUICtrlSetData($Results, "Zoom Out" & @CRLF, -1)
  While 1
 If Hex(PixelGetColor(127, 248, $HWnD),6) = "E8C656" And Hex(PixelGetColor(61, 298, $HWnD),6) = "AC8C42" And Hex(PixelGetColor(577, 130, $HWnD),6) = "D5A04F" And Hex(PixelGetColor(739, 251, $HWnD),6) = "ECCE61" Then
ExitLoop
 Else
ControlSend($HWnD, "", "", "{DOWN}", 0)
 EndIf
 If $RunState = False Then
ExitLoop
 EndIf
 Sleep(500)
  WEnd
  GUICtrlSetData($Results, "Zoom Out Complete" & @CRLF, -1)
EndFunc

I tested on 2 different accounts and it both detect max zoom out


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

how i can get to the BS developer options?