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. Are you overclocking?
  3. I prefer price per performance. Although its best to wait until actual end-user benchmarks, things are looking real good. Check out this graph
  4. I copied ur ocean man thing and got fucked
  5. Stimpack

    ???

  6. l0l when will it stop
  7. Stimpack

    Attack Delay

    hey snz, the problem is most likely not script related. runescape servers are getting ddos'd
  8. 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.
  9. Logan Stark what about Blake first name is white af
  10. like 6 months
  11. editerino java uses zero based indexing here's a quote
  12. show pic of ur inventory
  13. rofl
  14. should work
  15. 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
  16. 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"); } }
  17. he ded https://osbot.org/forum/profile/150469-orange/
  18. rip sorry for ur loss
  19. bot has been up for days, click on Download to get the new version
  20. check @ScriptManifest name for each script
  21. 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...