https://github.com/bubner/skyblockbitsafktimer
A simple Hypixel SkyBlock Bits AFK Shutdown Timer tool!
https://github.com/bubner/skyblockbitsafktimer
hypixel hypixel-skyblock minecraft python script shutdown-script shutdown-timer skyblock timer
Last synced: 4 months ago
JSON representation
A simple Hypixel SkyBlock Bits AFK Shutdown Timer tool!
- Host: GitHub
- URL: https://github.com/bubner/skyblockbitsafktimer
- Owner: bubner
- License: unlicense
- Created: 2022-11-14T06:03:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T14:37:03.000Z (over 1 year ago)
- Last Synced: 2025-01-23T09:43:33.466Z (11 months ago)
- Topics: hypixel, hypixel-skyblock, minecraft, python, script, shutdown-script, shutdown-timer, skyblock, timer
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```py
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._