Skip to content

obvMath/blooket-cafe-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blooket Cafe Bot

This is probably the simplest thing I have ever made. All it does is farm coins on Blooket. (And it's 5 lines of code)

How it works: it uses Pyautogui - a Python package that can controll your mouse and keyboard - to spam left click and space. Once the blooket is over, I force quit the script via Task Manager.

Why it works: Blooket calculates coins based off how many questions you get right, not how much you actually play the game. In solo cafe, you can answer as many questions as you can (before time runs out) without playing the game at all. The spam click clicks the right answer (which is all of them - the blooket set has one question and all answers are right), and the spam space goes to the next question. Once the time runs out, the bot has answered enough questions to get the maximum amount of coins per Blooket game (100).

Have questions? Ask them here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages