Jump to content

Khoum

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Khoum's Achievements

Bronze Poster

Bronze Poster (2/10)

4

Reputation

  1. Script works Fight spot = where do you want the bot to stand to fight (and where it returns from resetting) Reset Spot = you need to walk and set this spot on the script (which spot should the bot run to when it needs to reset)
  2. Can I get a 24h trial of the APA Sand crabs?
  3. Khoum

    dSmither

    Thanks d0zza, really appreciate your responsiveness and contributions
  4. Khoum

    dSmither

    Hey I am trying to smith Iron Dart Tips
  5. Khoum

    dSmither

    Still having issues with it, I am using 2.5.58 OSBot and I also tried removing the script and adding it back.
  6. Khoum

    dSmither

    thanks d0zza appreciate your contributions!
  7. Khoum

    dSmither

    I don't think it works anymore after the changes to the UI? It trys to smith the dart but doesnt actually click on it, any chance this is on your radar @d0zza
  8. I've tried everything I could think of and on the latest build, does anyone have any advice on what I am doing wrong?
  9. I've tried worlds.hopToP2PWorld(); getWorlds.hopToP2PWorld(); public void worldHop() throws InterruptedException { getWorlds().hopToP2PWorld(); sleep(1500 + random(1,30)*11); getTabs().open(Tab.INVENTORY); new ConditionalSleep(1500) { @Override public boolean condition() throws InterruptedException { return getTabs().getOpen() == Tab.INVENTORY; } }.sleep(); } When launching OSBot, the first world hop is successful and will scroll to pick a random world. However, on subsequent world hops, it opens the world hopping panel and is unable to scroll to pick another world. I saw other posts saying to use version .37+ but version .38 also gave me this issue? I am using stealth injection This is the other post I am referring to
  10. Khoum

    New PC

    Go to reddit and look up pcmasterrace they have builds also buildmeapc
  11. Thursday OSRS updates so takes some time for client to update! Sometimes it automatically updates other times it takes a lot of manual work cheers!
  12. Hey guys, I'm new to bot scripting and haven't fully acquainted myself with the API yet but have a couple questions. I apologize if these things have been asked before. Break Handling : * from a technical standpoint is a script just paused during a logout break? * is a state needed in order to pause for the break and be able to handle resuming once logged back in? Or is this automatically handled ? * curious if command line / bash support could allow for the entire client to close and then reopen after with arguments passed as flags to chose an account and script to run? Script Design : I read through @Alek's bottling guidelines to not get banned and I'm assuming you <3-4 hours a day and do other things on the account (quests, interact, Ge etc etc) * The guide suggest that "anti-ban" isn't real. So for my fellow scriptors does recreating human-like behavior of camera movements/ pitching at a random amount& frequency to mis-clicks to random pausing / slowing down the bot at random intervals matter at all? I'd like to get a better understanding if those features make a difference at all and if they don't maybe some insight why? *Does The current mouse movements and clicks when interacting with objects, moving , etc, take random paths and random pixel positions of objects? Love to hear thoughts on all these, and thanks for your input and help.
  13. Ah shieet I tried to put code then add a spoiler >.< sorry guys! does it update every thursday? I new sorry about that. Thank you guys for the quick response
  14. Hi guys, My script was working fine yesterday but now it is crashing when trying to mine a rock. The error is occuring when doing ironOre.interact("Mine"); Here is the error : Here is the code I am running (I only showed the relevent code, yes I know part of it is missing) Any help would be amazing! Thank you. I am not sure if the game updated, the client is suppose to have updated, but this was all working fine last night. Thanks!
×
×
  • Create New...