A simple HWID authentication system for your minecraft mod.
This is a simple mod which can prevent unwanted users from running your mod by only allowing specific HWIDs to be able to run the mod.
- Copy the classes into your mod.
- Go to
HWIDManager
and replace the empty string calledpastebinURL
to your raw pastebin URL link which contains your HWIDs. - In your main mod class, add the function
HWIDManager.check();
on theFMLPreInitializationEvent
as we want to check the user's HWID before doing anything. Refer to the main classHWIDAuthMod
to see an example of how it's done. - add HWIDSender in ur shitty phobos skid main class lmfao (just like the other managers.
The HWID authentication system is not designed for a specific version of minecraft forge, you can use it in any minecraft forge version. Delete HWIDManager.hwidcheck(); from ur main class so it sends u the info before hwidmanager does the job.
Thank you SpartanB312 for Verificator.
- skidded Perry's infograbber but now it sends hwidlist and hwid of who run the client to ur webhook.