rezamatin1290 / BlumAutoBot

Blum Airdrop Auto Farm
https://rezamatin1290.github.io/BlumAutoBot/
11 stars 2 forks source link

more randomization #1

Closed U70U closed 1 month ago

U70U commented 1 month ago
# AutoPlay.py
sleep_time = random.uniform(32, 50)
            print(f"Iteration {iteration}: Wait for {sleep_time:.2f} seconds...")
            time.sleep(sleep_time)

if need more update i told you bro.

rezamatin1290 commented 1 month ago

Thanks for the suggestion! I’ve added the randomization as you requested. If you need further changes or updates, feel free to let me know!