Jump to content

Gunman

Super Moderator
  • Posts

    3481
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Gunman

    Questing.

    @GardzzThe only other quester you will find here will already be in Stealth Quester and they won't even be close to as good as Stealth Quester. Normally they have 1-6 quests.
  2. Alright try this then cd "C:\Program Files (x86)\Java\jre1.8.0_241\bin" java -jar "Jarpath example -> C:\Users\pcUser\Desktop\osbot 2.5.70.jar" in -jar you will put the path to osbot jar. like mine is on the desktop and that's the path for the example.
  3. @noobiefoo Normally you would do java -jar "osbot 2.5.70.jar" But I guess in your case I think you do it like this. C:\Program Files (x86)\Java\jre1.8.0_241\bin\java.exe -jar "osbot 2.5.70.jar"
  4. Gunman

    Stealth Quester

    Oh mb read it wrong.
  5. Gunman

    Stealth Quester

    Try disabling adventure path. The orange icon in the picture right click it and you should get the option to turn it off.
  6. @bandicoot654 Seems like you're the only one. Botted 14-20 hours a day with Stealth NMZ for the past month and the account is 99/99/87 atm.
  7. Was made for F2P, but should work in member ;If it still works at all.
  8. Bouta become a toilet paper dealer
  9. @greiter Min reqs are 70/70/70, but people say to use it at 99str and 85-92 hp. I personally don't bother since full obby as 99str and att can get you 92k/hr just sitting there sipping absorptions and overloads
  10. Gunman

    Stealth NMZ

    The config below. Drop it in C:\Users\You\OSBot\Data\StealthNmz I am not using dharok but you could probably change it to use darhok and see if it starts working for you. yes
  11. Gunman

    Stealth NMZ

    Nope just you... Current stats are 97(200k away from 98 woot ), 99 STR, 75 DEF. Started at 60/60/60 about a month ago
  12. The point of proxy is to avoid chain bans. If you're not running a farm just use your home ip. Proxy would hurt more than help if you're not farming
  13. Yes you need VIP. Google. Socks 5 ipv4
  14. Check if hp = 0, chatbox message says you died, the death interface pops up, position is in lumbridge, etc.
  15. Yeah....Move it out of the case. private int ItemsMade = 0;
  16. @mousbros Pretty sure you're reseting the counter every time at the start of the case. Log the int at the start of the case and the end and see if it is being reset each time. Also you can do ItemsMade++; instead of ItemsMade +=1;
  17. @mousbros Make a int called whatever you want. Then you have 2 options you can either track it based off what is in your bank when you go to bank or do int++ after everytime you mine the ore.
  18. @PotentiYou can do what Naked said. Idk why nobody knows how to use google but here you go 0:50 to 2:06 https://www.youtube.com/watch?v=ht49v0UXqds
  19. @Potenti You need java 8. If you did already download and install java 8 then you need to make a environmental path to the java 8 folder.
  20. @StoneyKinoby I know it's possible to be banned before you even log into the account a single time for macroing major on bad af ips but I am assuming this was on your home ip. Probably just bad luck? I've had 2.5-3k accounts banned on a single data center ip and never received bans like that on it.
  21. @mousbros Why not use the depsoitBox API method open to open the depositbox? Also to expand off what Agentcallooh said if (getDepositBox().isOpen()) { if (getDepositBox().depositAllExcept("Bronze pickaxe")) { //sleep } } else if (getDepositBox().open()) { //sleep till open } else { //walk to deposit box area } I would do it like this^ If the box is open it will go to the next if and only if that boolean returns true will it sleep. So it doesn't sleep for 10 seconds or whatever if the action failed. Continue to the else if statement, the API method will look and see if there is a deposit box nearby to attempt to open it. If it does it will then continue to the sleep or whatever you wanna do after. Else walk to the box.
×
×
  • Create New...