Jump to content

d0zza

Scripter II
  • Posts

    780
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    100%

Everything posted by d0zza

  1. Because even when the banana tree runs out of bananas it's still called "Banana tree" in game, you need to check if the closest banana tree still has bananas to pick
  2. Now supports Smith All option. After receiving a bunch of requests I've decided to add throwing knives to the script! Hey guys, After searching the SDN for a free AIO smither I realised there wasn't one, so I decided to make one myself. ONLY WORKS AT VARROCK WEST FOR NOW. Will automatically withdraw hammer if one isn't detected in inventory and will log out if you have no hammers or run out of the required amount of bars. Script is now on SDN! Click HERE to add the script Will appreciate and credit any proggies posted here or PMed to me. Proggies:
  3. Honestly I don't think stealth injection will be a problem. I've been logging into my mules through osbot since January and none of them have been banned.
  4. You can definitely use conditional sleeps here. if (trade.isCurrentlyTrading()) { //do trade stuff } else { if (trade player) {//if we successfully try to trade with the player new ConditionalSleep(10000) {//sleep for 10 seconds or until condition is met @Override public boolean condition() throws InterruptedException { return trade.isCurrentlyTrading(); } } } }
×
×
  • Create New...