Jump to content

Protoprize

Members
  • Posts

    589
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Protoprize

  1. If you're in the UK, they pretty much have them in every store where there is a fridge dedicated to Polish food Forgot to add, there is also this:
  2. Jagex will create a new gold sink once gold prices drop to the point where normal people would rather buy their membership using in-game gold (which is already happening)
  3. I've added check for it and now the error is gone???????? No output or anything even when using catch (NullPointerException e) { api.log(e.getMessage()); } Decided to split two functions and now it works I still have no idea how I fixed it
  4. Sooo.... I've spent a while away from making scripts but since I finally have time to work on some stuff, I've decided to make a simple motherload miner The code is mostly done and I'm planning to release it at some point, but I only have one problem.... RS2Object oreDeposit = api.getObjects().closest("Ore vein"); String objectName = oreDeposit.getName(); int objectModelID = oreDeposit.getId(); if(api.getMap().canReach(oreDeposit)) { oreDeposit.interact("Mine"); api.log("Waiting to be done mining"); new ConditionalSleep(6000, 8000) { @Override public boolean condition() { return !api.getObjects().closest(objectModelID).getName().equals("Ore vein"); } }.sleep(); I've made this simple conditional sleep, which checks the model ID of the previously saved object, and compares it to what it expected to be there while the ore is mineable, All is good while it is still called 'ore vein', but after it depletes, it starts freaking out (I have to force close it) with a NullPointerException I've checked the modeID before and after it has depleted, and it does not change, therefore I am here to see what you guys suggest! Or I accept being absolutely retarded (it do be like that sometimes)
  5. I don't think OSBot would give our their ways on how it's made Try posting on another forum which is osrs botting related
  6. Personally, I only use MM on windows. Linux/Macos, injection is the same as MM but faster
  7. For me, I just disabled my firewall and any tunneling software, seems to be all good?
  8. Yup, 100% something blocking your connection For me, it was my VPN software running (not connected), moment i closed it, everything was fine
  9. 1. The bot is not down, your firewall/antivirus/vpn/proxy is blocking the connection 2. It only works with the official client, and if you're having the same issue, make sure you are running java8u181 https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html Account to use to download (if asked) can be found here: http://bugmenot.com/ If it still doesn't work, then something is set up wrong on your end, also, if you are running on a mac, you might as well be using injection
  10. Just tested and it seems to work fine for me? I've made a couple of changes and will make a bigger update today which should hopefully fix the issue for you too And thanks for the suggestions! I'll add the locations Afaik, you can't use Phials to note anything though
  11. Will be adding checks again for this! Had to use a backup so possibly could've been one without different axes being supported
  12. Thank you! Gimmie like 15 mins and I'll check what's going on Edit: Fixed, just had the wrong area selected
  13. It's already a thing, Last tab, choose stop condition And then if you want to, there is an option to walk to bank before it stops
  14. Just hover WC for instant anti-ban and xp And I mean, there is a script for everything
  15. Just install ubuntu/a linux dsitro as your main os if you are planning to run many bots, performance is comparable to windows (if not better imo)
  16. Not gonna lie, but my method of staying away from bans is botting on a VM (Ubuntu)...... cannot confirm anything, but I've noticed a massive ban rate decline compared to botting on windows (even with mirror mode)
  17. You botted a skill that is very VERY likely to get you banned And never mind that, you botted an account that you played legit on previously, so your playstyle is wayyyy different when you bot
  18. Time to play legit bois, party is over for now
  19. Do only 1 - 2 quests at a time and try to not make it obvious that you are botting Basically, think of how you play by hand and try to replicate that using the scripts on osbot
  20. I have tried using the colour picker on osbot before and it didn't seem to work for me so I gave up quickly and switched to traditional methods of just checking states The only help I can give, is to create a BufferedImage object and then check the colours there using isColorAt(x,y,z) Just make sure to give your loop ample amounts of time
  21. In before OSBot releases a statement saying that jagex detects clients via window titles
×
×
  • Create New...