Skip to content

Commit

Permalink
v37.0.6677 (#4)
Browse files Browse the repository at this point in the history
* update for new map
  • Loading branch information
wazam committed Jun 9, 2023
1 parent 53c88d3 commit c137585
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions Lib/AssignMapVariables.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ AssignMapVariables() {
} Else If (Map = "Chutes") { ; NOT AVALIABLE
} Else If (Map = "Rake") { ; NOT AVALIABLE
} Else If (Map = "Spice Islands") { ; NOT AVALIABLE
} Else If (Map = "Erosion") { ; NOT AVALIABLE
} Else If (Map = "Midnight Mansion") { ; NOT AVALIABLE
} Else If (Map = "Sunken Columns") { ; NOT AVALIABLE
} Else If (Map = "X Factor") { ; NOT AVALIABLE
Expand Down
4 changes: 2 additions & 2 deletions Lib/Create.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Create(tower) {
Send, {j} ; Spike Factory
} Else If (tower = "Village") {
Send, {k} ; Monkey Village
} Else If (tower = "Hero") {
Send, {u} ; Heroes
} Else If (tower = "Handler") {
Send, {i} ; Beast Handler
} Else If (tower = "Hero") {
Send, {u} ; Heroes
}
BlockInput Off
TowerClick(tower) ; Places tower
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ BotTD6 is a simple auto clicker for Bloons TD 6. It can navigate menus (main, he
3. Change to the current working directory.

```sh
cd ./bloons-td6-bot
cd .\bloons-td6-bot
```

4. Run the app.

```sh
main.ahk
.\main.ahk
```

## Disclaimers
Expand Down
6 changes: 3 additions & 3 deletions main.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ SetWinDelay, 65
CoordMode, Mouse, Client
CoordMode, Pixel, Client

UpdateDate = 2023-05-05
BloonsVersion = 36.3.6489
UpdateDate = 2023-06-08
BloonsVersion = 37.0.6677

global OrderedMaps = ["Monkey Meadow","Tree Stump","Town Center","Middle Of The Road","One Two Tree","Scrapyard","The Cabin","Resort","Skates","Lotus Island","Candy Falls","Winter Park","Carved","Park Path","Alpine Run","Frozen Over","In The Loop","Cubism","Four Circles","Hedge","End Of The Road","Logs","","","Polyphemus","Covered Garden","Quarry","Quiet Street","Bloonarius Prime","Balance","Encrypted","Bazaar","Adora's Temple","Spring Spring","KartsNDarts","Moon Landing","Haunted","Downstream","Firing Range","Cracked","Streambed","Chutes","Rake","Spice Islands","","","","","Midnight Mansion","Sunken Columns","X Factor","Mesa","Geared","Spillway","Cargo","Pat's Pond","Peninsula","High Finance","Another Brick","Off The Coast","Cornfield","Underground","","","","","Dark Dungeons","Sanctuary","Ravine","Flooded Valley","Infernal","Bloddy Puddles","Workshop","Quad","Dark Castle","Muddy Puddles","#Ouch",""]
global OrderedMaps = ["Monkey Meadow","Tree Stump","Town Center","Middle Of The Road","One Two Tree","Scrapyard","The Cabin","Resort","Skates","Lotus Island","Candy Falls","Winter Park","Carved","Park Path","Alpine Run","Frozen Over","In The Loop","Cubism","Four Circles","Hedge","End Of The Road","Logs","","","Polyphemus","Covered Garden","Quarry","Quiet Street","Bloonarius Prime","Balance","Encrypted","Bazaar","Adora's Temple","Spring Spring","KartsNDarts","Moon Landing","Haunted","Downstream","Firing Range","Cracked","Streambed","Chutes","Rake","Spice Islands","","","","","Erosion","Midnight Mansion","Sunken Columns","X Factor","Mesa","Geared","Spillway","Cargo","Pat's Pond","Peninsula","High Finance","Another Brick","Off The Coast","Cornfield","Underground","","","","Dark Dungeons","Sanctuary","Ravine","Flooded Valley","Infernal","Bloddy Puddles","Workshop","Quad","Dark Castle","Muddy Puddles","#Ouch",""]
global OrderedHeros = ["Quincy","Gwendolin","Striker Jones","Obyn Greenfoot","Geraldo","Captain Churchill","Benjamin","Ezili","Pat Fusty","Adora","Admiral Brickell","Etienne","Sauda","Psi",""]

global Map,Difficulty,Hero,StartOn,EndOn,DebugMode,CashMode,CustomScript,LoopAmount,Storefront,Resolution,ClientWidth,ClientHeight,nextX,nextY
Expand Down

0 comments on commit c137585

Please sign in to comment.