Zeddyboi 5 Share Posted August 12, 2019 This is the first script ive ever made ( i made this before my other post about the cow script ) I thought id release it as ive been able to run it for multiple days doing 12 hour days with breaks. Source Code:https://pastebin.com/EC5QDXEN PLEASE NOTE: To run this script you will need to turn on the function that allows you to close interfaces with the ESC key, i have used this instead of clicking on the X in the top right as who actually would use this if theyre playing the game. This was my first script and obviously doesnt feature much in the way of antiban other than a improved walking timing and the use of ESC to close the bank interface GoldAmuletCrafterFinal.jar Link to comment Share on other sites More sharing options...
Lem0nz 33 Share Posted August 12, 2019 push that to the SDN, get that blue rankerino Link to comment Share on other sites More sharing options...
Zeddyboi 5 Author Share Posted August 12, 2019 1 minute ago, Lem0nz said: push that to the SDN, get that blue rankerino oh is it legit that easy to get the rank lol. Thought id need to do much more Link to comment Share on other sites More sharing options...
LostVirt 106 Share Posted August 12, 2019 nice script, i suggest using sleeps like this: sleepWhile(() -> !getContext().getInventory().contains("Gold bar"), Calculations.random(500, 1000)); orsleepUntil(() -> getContext().getInventory().contains("Gold bar"), Calculations.random(500, 1000)); Link to comment Share on other sites More sharing options...
LostVirt 106 Share Posted August 12, 2019 2 minutes ago, LostVirt said: nice script, i suggest using sleeps like this: sleepWhile(() -> !getContext().getInventory().contains("Gold bar"), Calculations.random(500, 1000)); orsleepUntil(() -> getContext().getInventory().contains("Gold bar"), Calculations.random(500, 1000)); Was directed to the banking part. Link to comment Share on other sites More sharing options...
Articron 737 Share Posted August 12, 2019 2 hours ago, Zeddyboi said: oh is it legit that easy to get the rank lol. Thought id need to do much more For regular scripter you just need to release a script. For scripter+ and onwards you need to pass Java competency tests OT: Nice release! Link to comment Share on other sites More sharing options...
Zeddyboi 5 Author Share Posted August 12, 2019 5 minutes ago, Articron said: For regular scripter you just need to release a script. For scripter+ and onwards you need to pass Java competency tests OT: Nice release! oh nice, so all id have to do is just push one or both of my scripts to the sdn and id get the rank? or is posting here sufficient? Link to comment Share on other sites More sharing options...
Lem0nz 33 Share Posted August 12, 2019 25 minutes ago, Zeddyboi said: oh nice, so all id have to do is just push one or both of my scripts to the sdn and id get the rank? or is posting here sufficient? you need to have it on a repo Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now