A lazy Cat Posted August 4, 2013 Posted August 4, 2013 (edited) Please post your Anti ban method Chop methods Nest dection / pick nest up ;) Edited August 4, 2013 by Jew Fin
Joseph Posted August 4, 2013 Posted August 4, 2013 This isn't a request sub forum. Why you trying to steal from me
Joseph Posted August 4, 2013 Posted August 4, 2013 Please post your Anti ban method Chop methods Nest dection / pick nest up ;) Anti ban I don't use it. Fuck it, that's my own risk. Chop method A simple interact with a tree Nest dection Use onMessage, it you get message about nest on floor or what not. Search ground item for nest pick it up. And keep wood cutting
Pseudo Posted August 4, 2013 Posted August 4, 2013 Why would you even need people to submit code for this, snippets are supposed to be at least something worth spending the time to make/have a solid function and don't take 5 seconds to create. public void chopTree(String s) { Entity tree = closestObjectForName(s); if (tree != null) { if (tree.isVisible()) { tree.interact("Chop down"); sleep(random(50000000000, 600000000);
A lazy Cat Posted August 4, 2013 Author Posted August 4, 2013 But if there are no exmaples how can they learn? I mean theres no search button in api,
GoldenGates Posted August 4, 2013 Posted August 4, 2013 If you can't figure out how to use the API, learn more about java, you'll understand how it's organized and where to go, it's like the alphabet, you've got to know where to search, the API is your dictionary.
Kenneh Posted August 4, 2013 Posted August 4, 2013 "please write me a woodcutting script that I can claim as my own" 1
A lazy Cat Posted August 4, 2013 Author Posted August 4, 2013 Maye i dint explain what i meant: if there where examples people can learn from them easier..
zScripz Posted August 5, 2013 Posted August 5, 2013 mastur anti ban raight hurr: pitchAngle = random(0,360); yawAngle = random(0,360); this.client.rotateCameraPitch (pitchAngle); this.client.rotateCameraToAngle(yawAngle); Jagex will nevur know you're a bot mwhaahahahahahaa
Joseph Posted August 5, 2013 Posted August 5, 2013 I'm pretty sure that pitches don't get high then 67 so you sir are trolling
A lazy Cat Posted August 5, 2013 Author Posted August 5, 2013 if (random(100)==00){ client.rotateCameraPitch(65+random(0,360)); } "please write me a woodcutting script that I can claim as my own" what u mean?
Joseph Posted August 5, 2013 Posted August 5, 2013 if (random(100)==00){ client.rotateCameraPitch(65+random(0,360)); } First, pitch is when you move your screen up and Down.Second, 67 is the max pitch. If I'm not mistaken. 1