Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
update clicker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Jun 24, 2024
1 parent 52af915 commit 9c63750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ while true; do
continue
fi

random_sleep=$(shuf -i 20-30 -n 1)
random_sleep=$(shuf -i 20-60 -n 1)
sleep $(echo "scale=3; $random_sleep / 1000" | bc)

curl -s -X POST https://api.hamsterkombat.io/clicker/tap \
Expand Down

0 comments on commit 9c63750

Please sign in to comment.