jagrosh / Selfbot

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

No permissions to open run.command #35

Open codercuckaj1 opened 7 years ago

codercuckaj1 commented 7 years ago

No perms to run on mac (run.command)

Shengaero commented 7 years ago

You need to run it either by double clicking it or by inputting the following into terminal:

java -jar /Users/You/The/Path/To/JSelfBot.jar

Replacing the the path with whatever directory path leads to your JSelfBot.jar of course.

SquidyProductions commented 6 years ago

I ran into this problem as well but it isn't because of this specific file. You need to run the following command to allow the double-clicking of the file: chmod u+x the/path/to/the/file.command

I hope this helps