Preview
Open Original
Hello, I’ve been trying to play an EA game I pirated. To bypass the EA app, I found a crate on rust called Maxima.
Problem is, i’m completely new to rust. I downloaded everything and added it to the toml file, built everything following whatever any guide I found said, but have no idea what to do with my main rs file.
All it says currently is:
fn main() {
use maxima::*;
println!("Done!");
}
This runs correctly. Now I want the CLI or at least the help menu but have no idea where to put that. There’s no documentation and I’m honestly very confused.
Any help?
If there’s a better option to bypass the EA app, I’m also open to that.