-
Optimum Chopper AIO [My first Script]
Might start writing scripts again
-
My Main
Friend wants to buy for $70
-
My Main
Price Check still has 12 days membership XD
-
Hello
Thanks everyone
-
Paint not working in script.
Add these at the top: gd.setColor(Color.WHITE); gd.setFont(new Font("Arial", Font.PLAIN, 18));
-
Saving and Loading Data to getDirectoryData
Any recommendations ?
-
Saving and Loading Data to getDirectoryData
Had to resort to serializeable objects
-
Saving and Loading Data to getDirectoryData
If you mean reflection client mode, I've tried both clients Actually i'm using GSON's original source code within my application, no library. But all json is doing is parsing the object, not writing the file
-
Saving and Loading Data to getDirectoryData
I am getting an error when i try to save to: access denied ("java.lang.reflect.ReflectPermission" "suppressAccessChecks") public void saveUserProfiles(Script script) { try { FileOutputStream fileOut = new FileOutputStream(script.getDirectoryData() + USER_FILE); PrintStream printStream = new PrintStream(fileOut); fileOut.close(); printStream.print(json.toJson(profiles)); printStream.close(); } catch (Exception e) { script.logger.debug(e.getMessage()); } } /** * The user profiles file */ public static final String USER_FILE = "user_profiles.dat";
-
Saving and Loading Data
I'm currently trying to save and load data, but i keep getting blocked permissions, how can i achieve this?
-
Optimum Chopper AIO [My first Script]
Alright
-
Optimum Chopper AIO [My first Script]
Any suggestions?
-
I7 4790k 80% usage botting 1 account
There wasn't an error handled well in the find entity i'm sure, when i checked the logger the next time it done it there was only errors directing to attempt woodcutting.
-
I7 4790k 80% usage botting 1 account
There was 1 mistake in the code, fixed now, I'm sure it was something to do with a error
-
Optimum Chopper AIO [My first Script]
Yea i'll be adding more locations, it's not hard to even add a location to be honest