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

    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()...
  2. not_mallard

    Resolved Switching to F2P worlds

    After starting a script whilst not signed into the game, (I assume) the login handler tries to switch to a free to play world. The mouse just flies to the bottom corner of the screen and it hangs there forever.
  3. not_mallard

    OSRS Selling 1M for $2 BTC

    Have a tiny amount of gold which I made merching from starting items. Got bored of that after a week and I'm looking to sell it. I want BTC only Thanks :-)
  4. not_mallard

    Running RuneMate on Google Cloud (free)

    Google has a free trial of their Google Cloud servers. You need a credit card to sign up though. Once the free trial runs out (you get 2 months), you can just make a new account and repeat. This is incredibly useful because you can carry on botting even when your PC is off. Navigate to...
  5. not_mallard

    Scripts not showing up

    I'm trying to write a script, currently it's just supposed to print something out but it does not show up in the bot table. Here's my main class package me.themallard.woodcooker; import com.runemate.game.api.script.framework.LoopingScript; public class Woodcooker extends LoopingScript {...
  6. not_mallard

    Resolved Not Clearing

    The mouse cursor trail does not clear from the screen. As far as I can tell there are no errors (launched program through command line to see errors) and the rest of the bot works fine so this is really just an annoyance. It looks like this Arch Linux 64-bit GTX 970 w/ proprietary nvidia...
Top