Closed TnkrrGit closed 3 years ago
First get a binary by either building RNS yourself or by downloading the pre-built Linux binary in the releases section, then simply execute it!
Whats the command to execute it?
./rust-nitro-sniper
;3
How do you keep running in background?
Just add an &
at the end of the command like this:
./rust-nitro-sniper &
It'll keep posting messages and stop when the shell it's started from is closed.
If you want to keep it running in the background until the server restarts use disown
after running the previous command.
Please try to google these questions yourself, as these are just basic Linux commands. ^^' I'll be glad to answer some questions more specific to the sniper itself though!
How do i run this tool on ubuntu 18.04 server linux?