masterking32 / MasterHamsterKombatBot

Master Hamster Kombat Bot is a Python-based automation tool specifically designed for the game Hamster Kombat. This bot is capable of performing all in-game tasks, including auto-tapping, cipher tasks, and purchasing the best cards on your behalf. It's a free and fully automated farming bot that enhances your Hamster Kombat gaming experience.
https://github.com/masterking32/MasterCryptoFarmBot
Apache License 2.0
281 stars 90 forks source link

Add a waiting time #225

Closed Homavi88 closed 2 months ago

Homavi88 commented 2 months ago

Please add the waiting time for the next script run, in real time. You could see how much time was left before the launch. Thk

ParsapythonLv commented 2 months ago

Yes, especially if we run the script constantly, it will enter the game continuously, and this is unusual

Fy0urM commented 2 months ago

Please add the waiting time for the next script run, in real time. You could see how much time was left before the launch. Thk

What exactly do you want to know? How long after the start of the cycle will the next cycle be? Or how long after the end of the current cycle will a new cycle start? if you are interested in the time after which a new cycle will start after the current cycle ends, you will have to learn math to add a maximum of 7 minutes to the current cycle end time. if you want to know how long it will take to start a new cycle after the current cycle starts, it is technically difficult to do so, because this time consists of the above mentioned pause of a maximum of 7 minutes + time spent on all web requests + random time to wait for the key for each game (because for some games it is different) + pause and wait. Or do you just want to see in the console output like this

[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 652 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 651 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 650 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 649 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 648 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 647 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 646 seconds...
[Master HamsterKombat Bot][ERROR] 2024-08-24 20:40:28 Rechecking all accounts in 645 seconds...

and so on? then i want to ask you why do you need this?

Homavi88 commented 2 months ago

I meant that in the terminal we could see the countdown to the next launch in real time.