Optimum Scripts
Members-
Posts
39 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by Optimum Scripts
-
Optimum Chopper AIO [My first Script]
Optimum Scripts replied to Optimum Scripts's topic in Resource Collection
Might start writing scripts again -
Friend wants to buy for $70
-
Price Check still has 12 days membership XD
-
Thanks everyone
-
Add these at the top: gd.setColor(Color.WHITE); gd.setFont(new Font("Arial", Font.PLAIN, 18));
-
Saving and Loading Data to getDirectoryData
Optimum Scripts replied to Optimum Scripts's topic in Scripting Help
Any recommendations ? -
Saving and Loading Data to getDirectoryData
Optimum Scripts replied to Optimum Scripts's topic in Scripting Help
Had to resort to serializeable objects -
Saving and Loading Data to getDirectoryData
Optimum Scripts replied to Optimum Scripts's topic in Scripting Help
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 -
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";
-
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]
Optimum Scripts replied to Optimum Scripts's topic in Resource Collection
Alright -
Optimum Chopper AIO [My first Script]
Optimum Scripts replied to Optimum Scripts's topic in Resource Collection
Any suggestions? -
I7 4790k 80% usage botting 1 account
Optimum Scripts replied to Optimum Scripts's topic in Scripting Help
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
Optimum Scripts replied to Optimum Scripts's topic in Scripting Help
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]
Optimum Scripts replied to Optimum Scripts's topic in Resource Collection
Yea i'll be adding more locations, it's not hard to even add a location to be honest -
Optimum Cross Profile Scripts [Development]
Optimum Scripts replied to Optimum Scripts's topic in Projects
Thanks -
Hi lads and welcome to my thread. Enjoy your read :P Description: Development http://i.imgur.com/UkiTuOp.gifv saving and loading: this isn't the full class file, this is development, but i will be handling a lot of stuff here [ { "name":"Zack", "description":"This guy is alright", "speechType":"NONE", "cameraMovement":"OCCASIONALLY", "mouseMovement":"OCCASIONALLY", "examinationSettings":{ "examineSettings":{ "GROUND_ITEMS":"VERY_FREQUENTLY", "INVENTORY":"RARELY", "OBJECTS":"OCCASIONALLY", "PLAYERS":"FREQUENTLY" } }, "concentrationTypes":"GAMER" } ]
-
Look's awesome, great job
-
That's what i was thinking, theres already a getExperienceForLevel
-
Optimum Chopper AIO [My first Script]
Optimum Scripts replied to Optimum Scripts's topic in Resource Collection
Thanks a lot everyone I'm just learning the API, this is just a test and future proof that i wont be writing shitty scripts that's from a youtube tutorial -
Optimum Chopper AIO [My first Script]
Optimum Scripts replied to Optimum Scripts's topic in Resource Collection
I'm actually learning myself also, but java is java so -
FEATURES Easy to use Banks or drops items based on your decision Information Displays Understandable Graphical user interface Most popular Locations Pseudo antiban Locations Draynor / Willows Grand Exchange / Yews Lumbridge Lake / Willows Rimmington / Willows Lumbridge / Trees Lumbridge / Oaks Varrock / Oaks Edgeville / Yews Catherby / Yews Sourcerer's Tower / Magics Seer's Village / Maple A Special Thanks I would like to say thanks to some people in the shoutbox for making this possible, Also Apaec for his progress bar (saved me time) Feel Like Donating? Feel free to donate to my bitcoin wallet: 18jFzi6t95xPsnX81h9hVw3rqG8NMKfDn3 Downloads/Source Download: https://www.dropbox.com/s/13p0ixzrmhbyhnv/OptimumChopper.jar?dl=1 Source: has been removed to protect anti-ban future Feel free to drop me a like if you play on using this would help out my reputation Screenshot
-
Thanks a lot mate, i'll just use yours man
-
Fixed