This project automates the process of bypassing the Kasada (KPSDK) protection system used by Kick.com. It integrates with a free API on RapidAPI to solve Kasada challenges, automatically generates usernames and passwords, verifies emails via IMAP, and continuously registers new accounts.
- ✅ KPSDK (Kasada) solver via RapidAPI
- 📩 Automatic email verification using IMAP
- 🔐 Random username and strong password generator
- 🔁 Continuous account creation loop
- Python 3.8+
- Install required dependencies:
pip install aiohttp aiocurlOpen sa.py and replace YOUR_API_KEY with your RapidAPI key:
headers = {
"x-rapidapi-key": "YOUR_API_KEY",
"x-rapidapi-host": "kick-kasada-kpsdk-solver-api.p.rapidapi.com"
}- Obtain Hotmail addresses from: https://hotmail.dataarchive.site
- Save them in
livelive.txtwith the following format (one entry per line):
email@hotmail.com:password
The script uses these accounts via IMAP to read Kick.com's verification emails.
- Add your RapidAPI key into
sa.py. - Prepare
livelive.txtwith Hotmail accounts (email:password). - (Optional) Add proxies into
babaproxy.txt(one per line). - Run the generator:
python accgen.pyThe Kasada solver logic is already implemented in
sa.py. You only need a valid RapidAPI key.
This script uses the Kick Kasada KPSDK Solver API available on RapidAPI.
- Playground: https://rapidapi.com/ttur5678/api/kick-kasada-kpsdk-solver-api/playground
- Free tier: 1 request/second
Need higher performance or stability? A private premium version is available for purchase on RapidAPI.
All successfully created accounts are stored in kicks.json in the following format:
[
{
"auth": "TOKEN_HERE",
"mail": "example@hotmail.com",
"password": "securePassword"
}
]This tool is provided strictly for educational and research purposes only. The author assumes no responsibility for any misuse.
Need assistance or have questions?
- Discord: wezaxyy
- Community Server: Join Here
Use this project responsibly. No license specified — add one if you plan to publish publicly.