Thanks for the help!
But is there a way to run it in my IDE? It's kinda annoying that I have to compile my code with the command console every time I want to test my bot
Ok I tried running it via the command console instead
C:\Users\my name\Desktop javac --release 8 -classpath "C:\Program Files (x86)\RuneMate\RuneMate.jar" Test.java
C:\Users\my name\Desktop java -classpath "C:\Users\my name\Desktop;C:\Program Files (x86)\RuneMate\RuneMate.jar" Test test
How...
I have recently created an account on RuneMate so that I can write my own bot. After reading the tutorials and linking IntelliJ to RuneMate, I'm getting this error when running my code:
This is my first using RuneMate and I don't know why im getting denied and my IP is getting flagged. By the...