jagrosh / Selfbot

A simple Discord selfbot that is fast and easy to set up and use
Apache License 2.0
99 stars 56 forks source link

run.command doens't run #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

Whenever I run the run.command file (I'm on macOS Sierra), I get presented with this:

Command

I have full read and write permissions for the file. Would it matter in which directory all the files are in? I moved them from Downloads to ~/Code/Discord Selfbot:

File locations

(Sorry if this is a dumb question, I don't really know anything about this side of development)

Phineas commented 7 years ago

Try cd'ing to that directory & try sudo ./run.command or you can just plainly invoke it using java -jar JSelfBot.jar, etc

ghost commented 7 years ago

Using java -jar JSelfBot.jar worked! Thanks ❤️