Jump to content

skillerkidos1

Lifetime Sponsor
  • Posts

    1204
  • Joined

  • Last visited

  • Days Won

    12
  • Feedback

    100%

Everything posted by skillerkidos1

  1. Looking for more beta testers!! Make sure to join my discord and I can give you Auth!
  2. https://osbot.org/forum/topic/137101-900-feedbackverified-transactor1-proxy-and-vps-shop--residential-proxies--new-sock5-proxies--windows-vps-lifetime-sponsor/
  3. Why would anyone sell you a member account for less than the price of a bond? Lol
  4. 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
  5. Same thing was happening to me. It’s because there is no monitor connected so data is not being sent something like that.
  6. Looking for 70/70/70 NMZ ready account with no registered email Discord: SkillerKido#2423 UID: 170284703247499264
  7. can you show the code youre talking about where it fails?
  8. did you try 'toggles the sidebar' button on the top right?
  9. 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?
  10. I got ran off the road yesterday by a guy with major road rage. Was on the highway and he ran me off the road causing me to roll 3 or 4 times. Guy got arrested and totaled my car but god bless all I got was a little cut on my hand. On the bright side I get a new car lmao
  11. Join my discord and let me know when those are ready. Then I can give you auth!
  12. buying $300 of BTC with paypal 1:1 Discord: SkillerKido#2423 UID: 170284703247499264
  13. Might have just been a bug with mirror mode maybe? I restarted the script and it started saying it couldn't find the Bottomless bucket. tried starting it in its inventory still said it. I then restarted the client and it fixed both issues.
  14. 1. Stealth Injection or Mirror Mode: Mirror Mode current stable build 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : https://pastebin.com/S7ki3PdJ 3. Description: Would not stop buying Ardougne teleport tabs. Its restocked a few times before this successfuly so not sure why it did this. Also when i checked its bank it already has a ton of teleport tabs not sure why its buying more. Restock option is ticked left the default values for restock amount. Bank while trying to restock
  15. looking for best rate prefer PayPal SkillerKido#2423 UID: 170284703247499264
  16. Also if I were to click where is says mirror mode would be on the white box when you first open osbot it clicks it and it will go away but the client will never actually pop up if you’re looking with teamviewer or Remote Desktop
  17. So when I try to check on my laptop with teamviewer or google chrome Remote Desktop osbot is just white or when I already have it open and then connect it just shows the screen but it never updates. I can do just about everything else but osbot is not usable when looking at it with teamviewer or the Remote Desktop any ideas on how to fix this? thank you
  18. https://discord.com/invite/T3FbQSXhmA
  19. Try checking this out WalkingEvent myEvent = new WalkingEvent(new Position(1, 2, 3)); //making the event myEvent.setMinDistanceThreshold(0); myEvent.setEnergyThreshold(47); myEvent.setBreakCondition(new Condition() { @Override public boolean evaluate() { return myPlayer().isUnderAttack(); } //change to if health below x }); execute(myEvent); //executing the event
×
×
  • Create New...