Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1 KB

README.md

File metadata and controls

24 lines (15 loc) · 1 KB

python-loader-example

Description: Python KeyAuth loader with basic protections and auth system.

WEBSITE: https://keyauth.win/

Features:

Anti-VM, pc logging, user info display, register option, save user option, auto login, basic protections (anti debugger, anti sandboxie dll injection), auth file exist check, tooltips, non sizable window, empty field check and auth file check, error display

How to use:

Edit line 155(add a discord webhook) and 735(edit the keyauth api)

How to edit and re compile the UI:

Install PyQt5 and PyQt5 Designer and edit the .ui file, then convert it to python source code. Don't forget to convert the resource file!

Preview: image image

UPDATE: added register option, some error/file checks and tooltips + fixed some errors etc