Jump to content

Stimpack

Lifetime Sponsor
  • Posts

    424
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Stimpack

  1. could also test ram to make sure its not a fault stick http://www.memtest.org/
  2. I prefer price per performance. Although its best to wait until actual end-user benchmarks, things are looking real good. Check out this graph
  3. I copied ur ocean man thing and got fucked
  4. Stimpack

    Attack Delay

    hey snz, the problem is most likely not script related. runescape servers are getting ddos'd
  5. recommend waiting for AMD ryzen releases this ones about 329 USD. even if you don't buy it, there will be price drops for Intel cpus.
  6. Logan Stark what about Blake first name is white af
  7. editerino java uses zero based indexing here's a quote
  8. show pic of ur inventory
  9. that's strange, the only thing that's logged to console is "KappaPride". you should probably check there's only 1 script in your script folder and it's the one you just compiled
  10. what's the problem editerino from what i read you want to use a knife on item slot 27? sry if i misunderstood if (getInventory().interact("Use", "Knife") && new ConditionalSleep(5_000) { @Override public boolean condition() throws InterruptedException { return getInventory().isItemSelected(); } }.sleep()) { final Item item = getInventory().getItemInSlot(27); if (item != null && getInventory().interact(27, "Use")) { log("KappaPride"); } }
  11. he ded https://osbot.org/forum/profile/150469-orange/
  12. bot has been up for days, click on Download to get the new version
  13. nice . can you add a section for Events? https://osbot.org/forum/topic/109560-a-simple-login-handler/ could use this as example
×
×
  • Create New...