Jump to content

skillerkidos1

Lifetime Sponsor
  • Posts

    1372
  • Joined

  • Last visited

  • Days Won

    16
  • Feedback

    100%

Everything posted by skillerkidos1

  1. If you would like to test the script please join my discord!! Link is in my signature!!
  2. what script?
  3. sent you a msg on discord
  4. Thank you!
  5. its ftp so bans are like 99% if you bot right after tut right?
  6. added on discord
  7. Thank you!
  8. if using bottomless bucket and it runs out of compost in the middle of a run the script stops even though there is more in bank/restocking is on. Also these are my settings/farm level. The account is still using potato seeds and marigold seeds even though its set to highest level. Using mirror mode.
  9. been testing it on an account iwht 85+ combat stats and its working alright 90+ would be better Join my discord if you have more questions!
  10. 5m-15m if they still have members
  11. Hey that sounds perfect! join my discord and send me a msg!
  12. Token think you could add on the paint current amount of what you have in bank of what you are farming? so i dont have to wait for the acc to log back in and pause to check the current account value in bank lol
  13. i have a few alts running this 24/7 only have to restart to change settings or when rs get updated.
  14. OSBot 2.6.20 Injection mode Ardougne - most profit all types Falador - most profit all types Carherby - most profit all types restocking enabled farming level 14 when I check herbs most profit or herbs highest level it gets stuck at bank saying this. i have to pick what herb for it to use for it to work. When it’s gets to higher level I have not had this issue. Only at lower farming level
  15. Looking for more beta testers!! Make sure to join my discord and I can give you Auth!
  16. https://osbot.org/forum/topic/137101-900-feedbackverified-transactor1-proxy-and-vps-shop--residential-proxies--new-sock5-proxies--windows-vps-lifetime-sponsor/
  17. Why would anyone sell you a member account for less than the price of a bond? Lol
  18. I just bought a 70/70/70 nmz quests and rock cake and no email attached no bans for 45m so a bit lower than that I would guess
  19. Same thing was happening to me. It’s because there is no monitor connected so data is not being sent something like that.
  20. Looking for 70/70/70 NMZ ready account with no registered email Discord: SkillerKido#2423 UID: 170284703247499264
  21. can you show the code youre talking about where it fails?
  22. did you try 'toggles the sidebar' button on the top right?
  23. for not using states all you have to do is like private boolean alch1 = true; private boolean alch2 = false; private boolean buy1 = false; private boolean buy2 = false; @Override public int onLoop() throws InterruptedException { if (alch1) { if (!buy1 && !getInventory().contains("Rune longsword")) { //buy from ge buy1 = true; } else if (getInventory().contains("Rune longsword")) { //alch } else { alch1 = false; buy1 = false; alch2 = true; } } if (!buy2 && !getInventory().contains("Rune full helm")) { //buy from ge buy2 = true; } else if (getInventory().contains("Rune full helm")) { //alch } else { alch2 = false; buy2 = false; alch1 = true; } return 1000; //The amount of time in milliseconds before the loop starts over } maybe?
  24. Thank you
  25. Love the updates
×
×
  • Create New...