Jump to content

Xellic

Members
  • Posts

    85
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Contact Methods

  • Skype
    Xellic2K

Recent Profile Visitors

4940 profile views

Xellic's Achievements

Iron Poster

Iron Poster (3/10)

16

Reputation

  1. If you're using an IDE, take Eclipse for example, all you would do is export it to a JAR file. File>Export>JAR File. Then place that .jar file into your OSBot scripts folder.
  2. The ban rates are very high for nature running. I only did a total of 3 nature runs and got a 2 day ban.
  3. Ran the bot for about 2 hours for 30-44 rc. Worked alright. Only problem I was having was when using the RoD method, after crafting the runes, it tries to teleport to CW while my character is still animating and then it just sits there for about 10 seconds. Then started abyss this morning. After about 3 runs in, I get disconnected and boom, 2 day ban. Luckily Jagex had mercy. Fresh proxy, non-mirror mode.
  4. Would you be able to elaborate on what setting lastAnimation to the current time would do? Just shows how long it takes for the player to animate?
  5. So I've managed to get the players around me and get their index #. But how do I right click the players around me, using the index # that I just collected? if(getPlayers().getAll() != null) { List<Player> p = getPlayers().getAll(); int j = p.get(0).getIndex(); log(j); }
  6. I want to force it to right click.
  7. How can I interact with an object by right clicking instead of just clicking it? I've heard multiple times before to avoid the use of while loops. How would I then, for example, replicate this code without the use of a while loop? while(condition e.g. myPlayer().isAnimating()) { if(getDialogues().isPendingContinuation()) { sleep(random(600, 1000)); dialogues.clickContinue(); break; } } Thanks!
  8. This happened to me. I was at home for the holidays and botted non-stop on my own IP. No problems whatsoever, been doing it for years without a single ban. I get back to school and within the first day I was banned. Doing the exact same thing i've always done. Botting on your schools IP is a big no-no.
  9. I really like that they are adding the chat feature. Will make it much more enjoyable when babysitting the bot.
  10. I believe the chance of getting banned is more probable when: a. You're botting on a new or low level account b. You're botting for an ungodly amount of hours at a time without breaks, doing the same exact thing for days on end c. You are botting something that is highly susceptible to gold farming. e.g. fishing sharks, cutting yews, etc And no, I've gotten perm bans for first time getting caught.
  11. Yes it may just be my schools internet connection. I can't even play for 10+ seconds without getting dced.
×
×
  • Create New...