Skip to content

Commit

Permalink
2015-07-07 Release
Browse files Browse the repository at this point in the history
2015-07-07 Release
  • Loading branch information
CodeSlinger69 committed Jul 8, 2015
1 parent dd8570c commit 2018c49
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion ClAsHbOt Script/GUI.au3
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ Func InitGUI()
_GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "Barcher")
_GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "GiBarch")
_GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "BAM")
_GUICtrlComboBox_AddString($GUI_AutoRaidStrategyCombo, "TBD3")
_GUICtrlComboBox_SetCurSel($GUI_AutoRaidStrategyCombo, IniRead($gIniFile, "General", "Raid Strategy", 0))

; Bottom
Expand Down
2 changes: 1 addition & 1 deletion ClAsHbOt Script/Globals.au3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Global $gVersion = "20150623"
Global $gVersion = "20150707"

; Debug - these are overwritten once ReadSettings() in Settings.au3 is called, however these need to be defined here, as there can
; be a need to write debug statements prior to ReadSettings() being called.
Expand Down
12 changes: 6 additions & 6 deletions ClAsHbOt Script/RegionDefs.au3
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Global $rAndroidMessageButton[8] = [195, 317, 827, 363, 230, 250, 0x33b5e5, 0]
Global $rMainScreenAttackButton[8] = [13, 458, 93, 538, 49, 497, 0xD9645f, 6]
Global $rFindMatchScreenFindAMatchButton[8] = [99, 380, 265, 456, 108, 444, 0xD54400, 6]
Global $rFindMatchScreenCloseWindowButton[8] = [977, 11, 1010, 42, 997, 39, 0xd80407, 6]
Global $rWaitRaidScreenNextButton[8] = [871, 375, 1000, 434, 888, 429, 0xD84c00, 6]
Global $rWaitRaidScreenNextButton[8] = [871, 389, 1000, 448, 888, 429, 0xD84c00, 6]
Global $rLiveRaidScreenEndBattleButton[8] = [13, 418, 106, 448, 58, 443, 0xc00000, 0]
Global $rLiveRaidScreenEndBattleConfirmButton[8] = [522, 305, 644, 355, 627, 341, 0x60ac10, 0]
Global $rMainScreenOpenChatButton[8] = [274, 262, 296, 311, 282, 303, 0xD25018, 6]
Expand All @@ -44,7 +44,7 @@ Global $rChatWindowDonateButton[8] = [0, 0, 82, 25, 0, 0, 0, 0]
Global $rBattleHasEndedScreenReturnHomeButton[8] = [450, 430, 572, 481, 514, 473, 0x60ac10, 6]
Global $rLiveReplayEndScreenReturnHomeButton[8] = [13, 458, 93, 538, 55, 493, 0xf8cbb6, 6] ; test for 7/1/15 client update
Global $rWindowVilliageWasAttackedOkayButton[8] = [450, 385, 574, 434, 475, 422, 0x5dac10, 6]
Global $rShieldIsActivePopupButton[8] = [522, 305, 644, 355, 484, 348, 0xc83c10, 6] ; test for 7/1/15 client update
Global $rShieldIsActivePopupButton[8] = [522, 305, 644, 355, 484, 348, 0xc83c10, 6]
Global $rSafeAreaButton[8] = [990, 0, 1023, 35, 0, 0, 0, 0]
Global $rCollectorButton[8] = [0, 0, 22, 42, 0, 0, 0, 0]
Global $rTrainTroopsWindowDequeueButton[8] = [544, 149, 564, 171, 576, 146, 0xd40000, 0]
Expand All @@ -67,12 +67,12 @@ Global $rScreenMainColor[4] = [196, 27, 0x2880C0, 0]
Global $rScreenLiveRaid1Color[4] = [1008, 441, 0xffffff, 0]
Global $rScreenLiveRaid2Color[4] = [101, 438, 0xc40000, 0]
Global $rArmyCampsFullColor[4] = [480, 120, 0xe84e50, 6]
Global $rRoyaltyHealthGreenColor[4] = [0, 0, 0x005BE10A, 90] ; test for 7/1/15 client update
Global $rRoyaltyHealthGreenColor[4] = [0, 0, 0x005BE10A, 90]
Global $rWindowDonateTroopsColor[4] = [6, 6, 0xffffff, 0]
Global $rWindowChatDimmedColor[4] = [235, 13, 0x383628, 6]
Global $rNewChatMessagesColor[4] = [21, 262, 0xe00200, 0]
Global $rDeadBaseIndicatorColor[4] = [23, 26, 0x5c5e60, 6]
Global $rFirstStarColor[4] = [899, 437, 0xc4c8c0, 6]
Global $rAttackingDisabledPoint1Color[4] = [331, 154, 0xff1919, 0] ; test for 7/1/15 client update
Global $rAttackingDisabledPoint2Color[4] = [451, 159, 0xff1919, 0] ; test for 7/1/15 client update
Global $rAttackingDisabledPoint3Color[4] = [613, 161, 0xff1919, 0] ; test for 7/1/15 client update
Global $rAttackingDisabledPoint1Color[4] = [331, 154, 0xff1919, 0]
Global $rAttackingDisabledPoint2Color[4] = [451, 159, 0xff1919, 0]
Global $rAttackingDisabledPoint3Color[4] = [613, 161, 0xff1919, 0]
Binary file modified ClAsHbOt screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Welcome to my automatic farming bot for Clash of Clans.

Download: https://github.com/CodeSlinger69/ClAsHbOt/releases/download/20150623/ClAsHbOt.2015-06-23.7z
Download: https://github.com/CodeSlinger69/ClAsHbOt/releases/download/20150707/ClAsHbOt.2015-07-07.7z

Key features:
- Auto farming, including auto Dark Elixir zapping
- Auto farming, Barcher, GiBarch or BAM
- Option to only farm dead bases
- Option to only raid collectors (Ignore Storages)
- Auto donate to clanmates
Expand Down

0 comments on commit 2018c49

Please sign in to comment.