Skip to content

Commit

Permalink
Version: 2.9.01
Browse files Browse the repository at this point in the history
Fix: Quick Buy in Store
  • Loading branch information
delgatojr committed Jun 10, 2024
1 parent f049880 commit e6bc3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>

<!-- Badges -->
<a alt="Script version"><img src="https://img.shields.io/badge/Version-2.9.0-blue"></img></a>
<a alt="Script version"><img src="https://img.shields.io/badge/Version-2.9.01-blue"></img></a>
<a alt="Latest AFK Arena patch tested on"><img src="https://img.shields.io/badge/Patch-1.143-blue"></img></a>
<a alt="Language" href="https://www.gnu.org/software/bash/"><img src="https://img.shields.io/badge/Language-Shell-yellow?logo=gnu-bash&logoColor=yellow"></img></a>
<a alt="Discord" href="https://discord.gg/Fq2cfqjp8D"><img src="https://img.shields.io/discord/859136061049143307?label=Discord&logo=discord"></img></a>
Expand Down
3 changes: 2 additions & 1 deletion afk-daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,8 @@ buyFromStore() {

_store_purchase_COUNT=0

inputSwipe 550 1400 550 400 500 # Scroll Down
inputSwipe 550 1400 550 400 100 # Scroll Down
sleep 2
inputTapSleep 440 900 3 # Store

# if [ "$buyStoreDust" = true ]; then # Dust
Expand Down

0 comments on commit e6bc3b9

Please sign in to comment.