/SkyBlockBitsAFKTimer

A simple Hypixel SkyBlock Bits AFK Shutdown Timer tool!

Primary LanguagePythonThe UnlicenseUnlicense

Hypixel SkyBlock AFK Bits Shutdown Timer

A tool to automatically calculate the remaining time left for Bits AFKing in Hypixel SkyBlock, and will automatically shut down the computer once the timer has expired.

This small Python script simply calculates the time it will take for someone to get all of their Bits AFKed in SkyBlock, and then shut down the computer once it has finished!

This script also accounts for Fame Rank and distribution intervals to ensure you collect all your bits. If you just want to know how much time it will take for you to collect your bits, substitute the values into this formula.
The formula used for the calculation is:

timer_in_seconds = (bits_left / (250 * fame_rank_multiplier)) * 1800

To use this timer, run main.py on your machine using Python. May require root privileges to execute a shutdown system call.

This tool may be at maximum 30 minutes inaccurate, as the tool cannot know when the last time the 30 minute Bits handout was triggered.
This tool also cannot account for the Bits Talisman, as the chances are completely random.