hack the box unlimited invite code generator using python.
U need requests, base64, json modules.
pip install requestspip install base64pip install json
python invite.py
Enter the number of invite codes you need and you will get the invite codes. I also added reference on how i coded, it can come handy for learners.