Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. not_mallard

    Computer hardware service

    Is a 750W PSU enough for 2 970s in SLI and an OC'd FX-8350?
  2. not_mallard

    OSRS Whoever made the random dismisser, thank you!

    Is it automatically enabled? Do we need to take random tasks out of our bots?
  3. not_mallard

    Show commit notes in bot update nofications

    If it works for you, there's no need to change it. You should use whatever you like best.
  4. not_mallard

    Show commit notes in bot update nofications

    You should make lots of small commits instead of fewer big commits.
  5. not_mallard

    Show commit notes in bot update nofications

    This blog post should be useful to you.
  6. not_mallard

    VPS suitable for Runemate

    There are a few problems (mouse trail doesn't clear), but it works fine.
  7. not_mallard

    VPS suitable for Runemate

    You don't have enough RAM. Currently (with no script running) RuneMate is using 1 GB of RAM. Once you add in overhead of running the operating system and a load of other crap you'll need (VNC), you will probably want 2 gigabytes.
  8. not_mallard

    OSRS Selling 20 netflix account's come with One month warranty

    Try kickass.to to download the programs you want.
  9. not_mallard

    Clouse - Cloud-oriented mouse movements

    When I enable the mouse while a script is running and then I move it around, they fight each other and my mouse flies around the screen at amazing speeds. If they were monitoring our mouse movements, that should probably get me banned.
  10. not_mallard

    Clouse - Cloud-oriented mouse movements

    I didn't think RuneScape (or at least, Old School RuneScape) checked your mouse movements, and that all bans were manual.
  11. not_mallard

    More Subforums Needed

    *cough* Apple. afaik Apple does not allow people to make their own browsers on iOS, so Chrome (and every other browser) is just a reskinned Safari.
  12. not_mallard

    I have the same problem.

    I have the same problem.
  13. not_mallard

    Mouse is not always accurate

    Calling it in two places. In the first if statement (to check if I need to click the anchovies or if I need to click the interface) and also in the Execution.delayUntil
  14. not_mallard

    Mouse is not always accurate

    Here's the method I ended up using private boolean hasPizzaBox() { return Interfaces.getAt(309, 6) != null && Interfaces.getAt(309, 6).isVisible(); }
  15. not_mallard

    Clouse v2

    I found that a lot of problems were caused by using a mouse speed of 0.5 I switched it to 1 and it behaves a lot better.
  16. not_mallard

    Mouse is not always accurate

    Thanks but ChatDialog.getOptions().isEmpty() seems to always be true. Is there a method that I could use to replace this?
  17. not_mallard

    Mouse is not always accurate

    I wrote a bot to make Anchovy pizza for me. It kind of works... Sometimes it mis-clicks and then eats things, or breaks in other scary ways. Here's a video to showcase the problem This is the code I'm using to make the pizzas SpriteItem anchovies = Inventory.getItems("Anchovies").first()...
  18. not_mallard

    Current banrate(yeah i know)

    MaxiWoodcooter and MaxiFisher
  19. not_mallard

    is there anyway to add a antiban thing to a script where if a player enters the minimap it will hop?

    Maybe we could have auxiliary scripts? They run alongside the main bot and then provide extra features (anti ban, chat bot, statistics or something)
Top