Jump to content

lisabe96

Members
  • Posts

    821
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by lisabe96

  1. Totally depends on what action mate.

    Like for a death npc you could check the hitpoints, for woodcutting you could check if the tree still exists and if the bot is animating...

    Or for banking you'd check if it's open.

     

    Example situation:

    onLoop() {
    switch (state) {
      case OPEN_BANK:
        banker.interact("Bank");
        state = State.BANK;
        break;
    
      case BANK:
        if (!getBank().isOpen()) { //if bank is not open
          break; //wait
        } //else
        //Dostuff
        break;
    }
    return 600;
    }
    
  2. I can't find it in the settings, I've tried all of the different options under debugger. I know in an older version from ~2014 I used of OSBot it had a player position setting. Is this a paid feature now or is it hiding somewhere?

    You mean the current position of your player?

    myPosition();
    
  3. Fresh account with 60 WC with 7 quest points so you can trade "bot items"

     

    1. Pictures of the account stats

    F6yeCJd.png

     

    2. Pictures of the login details

    TOUeMol.png

     

    3. Pictures of the total wealth (if there is any)

    Ready to get started with a rune axe and some coins :)

    uu6BEqm.png

     

    4. Pictures of the quests completed

    z5pt6JZ.png

     

    5. The price you will be starting bids at

    500K

     

    6. The A/W (Auto-win) for your account

    900K

     

    7. The methods of payment you are accepting

    07GP

     

    8. Your trading conditions

    You go first

     

    9. Pictures of the account status

    No infractions

    Uzd7RbN.png

     

     

    10. Original/previous owners AND Original Email Address

    Created with a fake email

    2kHP0z6.png

     

     

  4. Updates since build 9:

    - Improved banking, instead of always taking a random bank booth,
    it will now 75% take the closest one & 25% take a random one.
    - Fixed a bug with searching a better tree
    - Improved the smart delays
    - Fixed tree detection patterns
    - Improved custom location handling
    - Bot should now avoid lumbridge yard & draynor when the combat
    level is too low (to avoid dying) unless you force it.

     

     

    Now officially released

    I've been testing for hours and hours, combinations of training styles on multiple bots and did

    not encounter any bugs anymore.

    After lots of hours of coding, testing & fixing I feel like this is ready to go official.

     

    Special thanks to the people that helped me out with reporting bugs and posting proggy's!

     

    Official release version:

    Click here to download

     

    I will submit a request tonight to have this script available on the SDN soon.

  5. Webwalker should handle the bridges :/, what login detials didnt understand bro

    A bridge is an obstacle and he has to add it to the webwalking data manually.

    So if you send him the login details of your account and leave it at neitiznot he will be able to grab the data and update the webwalker so it works for everybody.

  6. Hey guys, 

     

    New to the community and the API. I wrote a bunch of scripts in the last week but ended up getting banned after a few days of coding. I am worried about getting an IP ban if I continue. What are some good precautions I can take to minimize being banned or at the very least what are some ways to protect my IP so I can continue to write scripts?

     

    I have about 5 accounts which I use for script testing, I started scripting end of december last year so they are a good 2 months old now.

    None of em are banned yet.

    So either I'm lucky or you are miss-doing something lol.

  7. Another proggy, will try and post at 24 hours aswell. To prove anti ban works.  Great bot for wood cutting, will also try and post lvl 99 wood cutting in like a week when I get it. 

     

    https://gyazo.com/d9ee7be2abcf8a199ac40a4d60e650df

     

    Settings:

     

    Lummy

    Willow

    PowerCut

    Auto next tree

    Anti Ban

     

    Time: 120 mins

    Break: 1 min

     

    Not even the best bot can protect you from a ban when going 120-1 to 99 lol.

    I think you'll be very lucky if you don't get banned this way.

    But good luck, I'd be happy to see my bot get 24 hours biggrin.png

     

     

     

    About the development

    I've noticed another bug in auto-switching to a better tree when testing myself.

    Also the low level bots get killed by the dark mage when they move to draynor (dark mage) or lumby backyard (mugger)

    so I plan on filtering those locations out on auto-improve mode when you're low level.

     

    Another thing is that the bot in some locations seems to start cutting at the same tree every time it leaves the bank and kinda uses the same pattern so I plan on randomizing that as well.

     

    After these updates the script should be ready for an official release and request to be added to the SDN.

  8. 1. Pictures of the account stats


    aI0zTyh.png


    2. Pictures of the login details


    bMsnRnm.png


    3. Pictures of the total wealth (if there is any)


    No wealth on the account.


    4. Pictures of the quests completed


    Sheep shearer & Cook's Assistant


    5. The price you will be starting bids at


    750K


    6. The A/W (Auto-win) for your account


    1.25M


    7. The methods of payment you are accepting


    07GP, BTC


    8. Your trading conditions


    You go first


    9. Pictures of the account status


    hmsvcNh.png


    10. Original/previous owners AND Original Email Address


    Created with a fake email


    NRxPXGR.png


  9. - 60 Woodcutting

    - Trained combat a bit to avoid attacks from mugger/dark mages while woodcutting.

    - Sheep shearer & cooks assistant done

     

    This account was used to test some script prototypes.

    (The quests & WC | Combat was hand done)

     

    It's about a month old and has no infractions.

     

    XlHHMYg.png

     

    What could I get for it? Few hundred?

     

     

     

  10. Excellent for doing homework and babysitting. Thanks for the amazing script.

     

    Only having some trouble recognizing that it has an empty inventory at mage trees (range guild). Starts walking to bank, not smart.

    It also switches magic trees while not having finished one, very bot like and unnecessary.

     

    I has its favorite tiles which it stands on when entering bank and comes back to the trees. Placing steps on the same tiles for many times is what got my pure banned. Gf 92 ranged.

     

    Lastly it has a very quick reaction time, which I would never have if I were to make homework and afk chop mages.

     

    Small adjustments, great script!

    I'll check it out for magic trees, don't know anyone that tested them yet before you.

     

    The use of same tiles (you probably see it spamming one tile until it's on it) is something from the webwalking API, I'm assuming they will fix that soon.

     

    About the delays, did you have "smart delays" toggled on?

    https://gyazo.com/f707324615a7a0f06576b08956336b14

     

    I have move to next best tree on yes 

    Great thanks for the feedback & for the proggy :D

×
×
  • Create New...