Note
If this reprository is useful to you in in any shape or form please give it a star.
Educational purposes only
Don't use this project maliciously.
Prerequisites
Setup
- Configure the options in constants.rs
- Run
cargo build --release --target=x86_64-pc-windows-msvc
Contributing
- Fork it
- Create your branch (
git checkout -b my-change
) - Commit your changes (
git commit -am 'changed something'
) - Push to the branch (
git push origin my-change
) - Create new pull request