FokshaWasTaken / rust-nitro-sniper

Fast and powerful Discord Nitro sniper written in Rust.
30 stars 4 forks source link

How to use this tool on linux? #15

Closed TnkrrGit closed 3 years ago

TnkrrGit commented 3 years ago

How do i run this tool on ubuntu 18.04 server linux?

melnary commented 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!

TnkrrGit commented 3 years ago

Whats the command to execute it?

melnary commented 3 years ago

./rust-nitro-sniper ;3

TnkrrGit commented 3 years ago

How do you keep running in background?

melnary commented 3 years ago

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!