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. thevtm

    Rejected Restart Bot button in the client

    Would be nice to have a "Restart" button that restarted the bot instance with the same Account and RS Client. It could also refresh the bot in -sdk mode.
  2. thevtm

    Question Is there a better way to withdraw/deposit from bank?

    I've been updating one of my bots (Rain Maker OSRS), one of the main issues with it is the fact that it is quite slow due to the fact that it miss clicks a lot (~1/3 of the time) when banking. I'm using the regular Bank class methods. I was wondering if there is a better way. Execute method...
  3. thevtm

    Rain Maker [Deleted]

    TheVTM submitted a new resource: Rain Maker - Casts Humidify to make money in any bank. Read more about this resource...
  4. thevtm

    Resolved Custom event

    I'm trying to use the EventDispatcher (com.runemate.game.api.script.framework.core.EventDispatcher) to fire a custom event I created. It's not working (its not dispaching) and I can't figure it out why. Custom Event: package com.TheVTM.bots.BonePrayer.Events; import...
  5. thevtm

    Bone Prayer [Deleted]

    TheVTM submitted a new resource: Bone Prayer - Bot that loots and bury bones. Read more about this resource...
  6. thevtm

    Question External dependencies

    I'm trying to use Jackson (java json library) in my bot. It works great when debbuging because I have the jar in my working directory. The problem is that its not being exported so the module will be missing in the end user. How do I export the module/library?
  7. thevtm

    Resolved WebPath/RegionPath always returns null

    For some reason on my client every bot seems to be unable to use WebPath/RegionPath. Diggin through code I found that both methods always return null. I tested on 2 different machines Windows 10 / Ubuntu / Arch Linux RS3 and OSRS This is the output for MaxiWorldWalker: (12:42:16)...
Top