Jump to content

Hereweald

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Hereweald

  1. I will not be able to upload this script to the SDN as I will not have enough time to work on it. Thus I have provided an download link to the script here for local use. I will do patches, bug fixes and updates when I have time and if they are necessary. Happy Botting
  2. Thanks! I hope you come back and test it on when it gets approved
  3. At mining 21 with mith pick, you can get about 1k ess/h so 110k and that goes up with level and pick but I use it for flipping rune essence to buy pure essence. As rune ess is 11gp and pure is 9gp, just a good thing to do in the background while bank standing to help with rcing. But yeah it isnt the best money making method, its for resource collection.
  4. Just released Muling support! All you have to do is on the GUI enter the master's name and how much essence you want to mine prior to muling. The master isn't a bot it is you! So remember to stay active when the muling is going down so as to not stop the bot
  5. http://www.osbot.org/api Read through the API, .isntEmpty() isn't a method. Switch basically means switch around the different cases so: switch(random(1, 30)) { case 1: //do if random(1, 30) produces 1 break; case 2: //do if random(1, 30) produces 2 break; } So for this if getState() method returns the State State.DROP; then it will call the Drop case and execute whatever is written in there. and i think you are misreading, its not in the onStart() it is its own method.
  6. if (!getInventory().isEmpty()) { return State.Drop; } Means if the inventory is NOT empty. The ! is a negator to booleans boolean bool = true; if (bool) { // do if true } if (!bool) { //do if false } For walking I recommend using webWalker for longer distances where obstacles may be in your way getWalking().webWalk(Banks.ARDOUGNE_SOUTH) and for shorter distances where doors etc arent a problem use walk instead.
  7. Nice to hear, make sure you come back in a bit. I've been working on some really nice features Let me know how everything turns out for you / if you encounter any bugs.
  8. Yeah works fine with Imgur hosting.
  9. message me on skype and we can work something out if you want live:hrryl
  10. I have made an amazingly efficient Essence Miner, supporting both Varrock and Ardougne. Take your bots back to where they came from with this easy money maker, that everyone has forgotten about. FEATURES > Walking to the chosen area at the start of the script > Support for both Aubury and Varrock east bank, as well as Wizard Cromperty and Ardougne South Bank > Will gear up with the selected pickaxe > Will mule over essence to the chosen player (ONLY WORKS WHEN NOT ON CLI) > Efficient walking, banking and mining methods. > Straight forward GUI, for ease of use > Clear paint displaying experience gained, essence mined in the current instance and script status > Built in AntiBan features to help avoid being caught > CLI support FUTURE FEATURES > Gear up (get pickaxe and deposit all items not needed) if necessary > Add even more human-like features to the AntiBan > Auto trade support > Draynor + Wizards Tower support If you have anything else you would like to see, leave me a suggestion SCREENSHOTS CLI USAGE The CLI takes 3 parameters: Location, Pick type and AntiBan support. The location is either "Varrock" or "Ardougne", the Pick type is just the metal name from "Bronze" all to "Infernal", and AntiBan Support is either "true" or "false". The delimiters are an "_". The following examples should clearly show the use of these parameters. java -jar "osbot [version].jar" -login OSBotUsername:OSBotPassword -bot RSUsername:RSPassword -script hEssenceMiner:Varrock_rune_true -allow lowcpu java -jar "osbot [version].jar" -login OSBotUsername:OSBotPassword -bot RSUsername:RSPassword -script hEssenceMiner:Ardougne_iron_false -allow lowcpu CHANGE LOG PROGRESS PICTURES MENTIONS DOWNLOAD LINK MEDIAFIRE LINK If you have any: critiques, bugs, improvements or anything at all you would like to relay to me, then please leave a reply here, pm me on here or contact me on skype (live:hrryl). Thank you for reading, and hopefully using my Script. Happy Botting
  11. So it's best I stick to the default client mode then? I just assumed that MirrorMode would stop bans that are due to the use of 3rd party botting clients.
×
×
  • Create New...