Goku1 Posted October 24, 2015 Share Posted October 24, 2015 How do I complie raw data into the OSBot scripts folder? Example of raw data: http://osbot.org/forum/topic/70700-fchopanddrop/ Quote Link to comment Share on other sites More sharing options...
Deceiver Posted October 24, 2015 Share Posted October 24, 2015 How do I complie raw data into the OSBot scripts folder? Example of raw data: http://osbot.org/forum/topic/70700-fchopanddrop/ Make a script project in a IDE Link OsBot.jar to the build path Make a new java file and copy the code Compile into a jar and move it into the Osbot/Scripts folder Done. --- Make a new Java file from Notepad (Save as "All files" with a .java extension Go to -> http://www.innovation.ch/java/java_compile.html Upload the .java file you just created Select Java 1.8 Download class files, paste into OsBot/Scripts Quote Link to comment Share on other sites More sharing options...