jagrosh/Selfbot

No permissions to open run.command

codercuckaj1 opened this issue · 2 comments

No perms to run on mac (run.command)

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.

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