A Python script that plays the coin flip game on elmwealth.com/coin-flip/ using Selenium WebDriver.
This bot automates gameplay on Elm Wealth's coin flip game by:
- Running in headless Chrome browser mode
- Automatically betting 20% of available balance on "heads"
- Playing continuously until near game end (4 seconds remaining)
- Capturing a timestamped screenshot of final results
Features: Headless browser operation Smart wait handling for page elements Automated betting strategy Time-based execution control Result capture via screenshots
Requirements: Python 3.x Selenium WebDriver Chrome WebDriver Required Python packages: selenium