A simple python script that plays Ride the Bus in Schedule 1 for you. It scans the screen in real time and presses the correct buttons automatically.
- Enter a Ride the Bus table in-game (make sure you have enough cash for at least ~100 bets)
- Press
Pto unpause the bot - Let it run (you can use
settimescale <float>to speed up the game)
P→ Pause / Resume
git clone https://github.com/seafoodd/s1-ride-the-bus-bot
cd s1-ride-the-bus-bot
pip install -r requirements.txt
python bot.pySet your Schedule 1 settings to match these:
- Resolution: 1920 x 1080
- Active Display: Monitor 1
- Display Mode: Fullscreen Window
This was thrown together in ~3 hours, so it’s pretty rough and only works with the settings above. It will likely need tweaks for smaller monitors or different setups. PRs, tweaks, and fixes are very welcome.