Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/21 in Posts

  1. 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.
    1 point
  2. Pure and accounts like nmz ready or farm account like blast furnace birdhouse ready ect
    1 point
  3. Mains and skillers - not really. As far as I seen prices are not too good aswell. 2k+ total main can go for 500m so definitely not worth it to make one to sell, imagine all the quest, diaries, skills etc. Also people are not very keen in buying main or paying too much for them as it always has risk to be recovered. Now pures are different story, people lazy to make another account and spend much time on it so just buy pk ready account and go have fun with it.
    1 point
  4. I thought about that, hence the name haha! Is Fletching popular? I heard its not too hard to bot but its not that valuable, but I'm sure they aren't too hard to pump out. I'm not sure, might have to ask around.
    1 point
  5. Thank you! You are absolute correct there, i didn't see the mistake i did, but i should have used isOpen() as you say. Much appreciated for the help!
    1 point
  6. Yes, we are releasing one more feature on this bot then it'll be available. The feature is logic-based, revolving around getting more points per game.
    1 point
  7. Usually it's around 10 average, ofc depending on the breaks you take max should be 12/h
    1 point
  8. Welcome back ^^ Please bot responsibly, nowadays jagex is banning a bit more than back in the day
    1 point
  9. 1 point
  10. Brooo Update yur thread w/ these baller progs
    1 point
  11. Can’t believe this scripts still running flawlessly after all these years, nice work
    1 point
  12. will this be available again on the SDN anytime soon?
    1 point
  13. Aye! I noe Thank you very much Chief!
    1 point
  14. The reason this is happening is due to this: new ConditionalSleep(5000) { @Override public boolean condition() { return bank.depositBox.open(); } }.sleep(); The line: return bank.depositBox.open(); is a function that tries to open the deposit box and returns true if it executes the action, so basically you are clicking to open the depositBox and then your conditional sleep is opening it again. What you want to do here instead is use the isOpen() function: new ConditionalSleep(5000) { @Override public boolean condition() { return bank.depositBox.isOpen(); } }.sleep();
    1 point
  15. this bot is insane i got 9.2k d bones and green d hides in 6 days without any problems
    1 point
Γ—
Γ—
  • Create New...