hey guys, decided to make an open source hwid lock. this is NOT secure, i just made it for people who still use https://github.com/vil/hwid. the server is written in rust, and the client is written in java. you can easily port the client to your fabric/forge mod. this is no more than an overly complicated pastebin auth lol, so dont think this is uncrackable and make a ton of issues pls
first of all, we gotta clone the repo (install git bash for this). install rust aswell
git clone https://github.com/selenagomez25/auth-template.git
cd auth-template
cd server
cargo build --release
after u run those commands, extract the auth-template.exe
in server\target\release
and copy config.yaml and hwids.yaml
put these files in your vps using some type of ftp client and then run ./auth-template.exe
on ur vps using some type of ssh client.
here are some commonly used vps providers. the cheapest option, which usually costs around $2-3, should suffice, but you can opt for more if needed.
my reasons are pretty simple, though vil's hwid is probably made for simplicity and stuff idk whatever
- hwids arent on pastebin
- webhooks are sent serverside
- it automatically fetches uuid using minecrafts api so if u did want to use it on forge, u dont need to change that value
- code is easily changable, allowing u to add/remove whatever u want!
- server is coded in rust...
- it requires a vps! this costs around $2/m
- client depends on gson, and okhttp in order to use the client
- and some more stuff that im lazy to list
this project is licensed under the gnu general public license (gpl) license - see the LICENSE file for details.
contributions are welcome! feel free to submit a pull request whenever.