Got too many active items? Use the item bot to automatically activate certain items (like satanic) when your health is low!
- Python 3
- Screen recording permission
Coming soon!
- Takes a screenshot few times every second using PyAutoGUI.
- Reads the pixel values that corresponding to the location of the item slot in the screenshot
- Compares the pixel values in the screenshot to that of the item by taking the arithmetic sum of the pixel values
- Estimates HP in a similar way by comparing the value at a pixel corresponding to the health bar. If the health is low, the pixel value will be lower.
- Simulates pressing of a key (defined in the code) using PyAutoGUI
NOTE: If the item is on cooldown, the pixel values will not match and the bot will act as if the item is not present