Jump to content

Juggles

$100.00 Donor
  • Posts

    9598
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    100%

Everything posted by Juggles

  1. I've always used PayPal, but recently one of my biggest customers stopped using Paypal and switched to Skrill. Could someone give me a breakdown of the similarities or differences if you're familiar with it.
  2. In your new code, don't do this sleep(4000); new ConditionalSleep(200000) { @Override public boolean condition() throws InterruptedException { return !myPlayer().isAnimating(); } }.sleep(); Instead check if you're not animating and then fish, else if you're animating do nothing if (!myPlay.isAnimating() { fishingSpot.interact("Lure"); new ConditionalSleep(4000) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } else { // do nothing, we are fishing. ANTIBAN! }
  3. The problem with your banking is that you call walking to the bank every loop. You need to check if you're in the bank to not walk. You need to do it like this. This will fix your banking issue and will only call walking if you're not in the bank. This portion of the code would go in the else for the !getInventory.isFull If (!DRAYNORBANK.contains(myPlayer)) { walking.webWalk(DRAYNOR_BANK); } else { if (!getBank.isOpen) { getBank.open(); } else { getBank.depositalAll(); } Also you don't need to open gates with webwalker. It will do it on it's own. Also the sleep condition can be to check if the potato you were interacting exists anymore. Good luck
  4. Remember this script makes a radius of 10 squares in every direction of your players starting area. Start between the two spots for max efficiency. If you start it too much north the it will walk out of the area if you go more than 10 squares south
  5. If you code your own scripts, switch to walkpath. Uses a lot less resources. Most public scripts use webwalker which is super RAM heavy.
  6. There's No data gathered on any ban rates. No one can give you a number. Some can bot zulrah for weeks with no ban. Others get hit in a day. It's pure luck if you're using the same script. Baby sitting does nothing because the bot is flawless.
  7. Nah they can’t tell. Else they would ban my 50 bots all running on the same PC
  8. For sure. I think it’s important to weigh “what would this person lose if they scammed?” But i think most people should use a MM if the feedback is low.
  9. Endless. Just run more accounts. 20k*#of accounts*24= profit per day
  10. Honestly any trade between two low feedback users or new guys should also always use a MM. Problem is people don't want to spend 5minutes getting a third party involved
  11. Why do you say it's a "weird request"? A weird request would be asking for someone to complete a firecape on your account while naked.
  12. Zulrah is highest paying bot there is on the market
  13. Why does it matter if it's in your logger? If you don't want them in your logger, then create your own login event and custom code it to login instead of using the built in one in OSBot. Disable all randoms by using -norandoms
  14. Someone help my boi out he has to pay rent
  15. Trying to buy that gold before prices rise tic $1/m? ? easy flip money
  16. Sure do if (mouse.isHovering) { mouse.click(false); } else { mouse.hover } But the mouse could still spaz out randomly sometimes.
  17. Did you download any other bots? If you're willing to download osbot, you might have downloaded some other dangerous bots All public scripts on the SDN are checked before uploading. You can't do any updates without approval of the highest people on OSBot. All code is reviewed. That's why updates for scripts take a few days because it has to be read by the OSBot developers and approved
  18. Yes. Vouch from Mr. Juggles
  19. Because it's so niche. Much much money to Be made with that unless through a private scripts
×
×
  • Create New...