Protects your project from unauthorized users using their HWIDS.
- Open up CMD or powershell and type:
pip install requests
- Done
- Add the code at the beginning of your project.
- On line 7 :
site = requests.get('TYPE SITE HERE')
- Replace TYPE SITE HERE with link where you store your Hardware IDS in , example is a raw pastebin or a raw github text file.
- Done.
You should also replace these lines of code with your actual code.
print('Success.')
input()
If you need any help you can contact my discord: zqua#9285
Anyone can use this authentication system to their projects.
This project is Finished.