Jump to content

skillerkidos1

Lifetime Sponsor
  • Posts

    1198
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by skillerkidos1

  1. Those sound good Birdhouse accounts, blood rune alts, any acc used to farm with will sell or people use alts for as well
  2. Not really a quick way lol You need to use the market so buy/sell gold buy/sell accounts Make/Join an Account service ect.
  3. Pure and accounts like nmz ready or farm account like blast furnace birdhouse ready ect
  4. Check that all the files that it says are missing are actually pushed or updated onto git
  5. https://osbot.org/mvc/scripters/info That one?
  6. How to get lured 101 join this guy XD
  7. It’s like 15m or less probably
  8. With AHK you can’t, you’ll have to use virtual machines
  9. Welcome! make sure to join the official discord
  10. can you dm me the logger or send it to me on discord please! Its working fine for me atm is it version 1.51?
  11. first number is max time to sleep before waking up, 2nd number is how often it checks so 600 is every game tick
  12. Looks good but you might want to add some conditional sleeps for cutting the tree, otherwise it looks like its going to keep randomly clicking on the tree even if its still chopping it down. something like else if(tree != null && !myPlayer().isAnimating()){ log("Chopping..."); if(tree.interact("Chop down")){ new ConditionalSleep(10000, 600) { @Override public boolean condition() throws InterruptedException { return !myPlayer().isAnimating() && !myPlayer().isMoving() && !tree.exists(); } }.sleep(); } }
×
×
  • Create New...