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

    Resource Simple Mouse Target Renderer for debugging

    This version doesn't block your bot from interacting, but you can override the path generator move function to do nothing to do so. See an example of this working here: WFcaCPIiCt /* Originally written by ? and shared by Swatarianess * Modified by Furor June 2020 * Renders the current and...
  2. fontkodo

    Suggestion Include libattach.so in the RuneMate JRE

    This is the only file missing from the JRE that prevents the client from being able to run bots when running in SDK mode. We should be able to run the bot in SDK mode using the same JRE the client can run in normal mode. libattach.so is present in the JDK in jvm/<jdk version>/jre/lib/amd64/...
  3. fontkodo

    Tutorial Fixing QuantumRenderer Exception on Linux

    This is due to a 64bit system lacking the 32-bit dependencies for JavaFX. Automatic Method: run: sudo apt-get install libgtk2.0-0:i386 libxtst6:i386 Manual Method, follow this. Posting because I looked through 5 threads from google for this issue, and wanted something other than "switch distro".
  4. fontkodo

    CS Undergrad looking to join a team

    Hey I just completed my second year in Computer Science and I recognize this as an opportunity to apply the knowledge I've learned across my undergrad. Here are my competences: - JavaScript: working with Express, Node.js, Closures, Prototypes, Scope. - Java: knowledge of advanced data...
  5. fontkodo

    Bug JRE autodownloaded via Ubuntu RM missing libattach.so resulting in UnsatisfiedLinkError

    When the Spectre client automatically downloads a JRE due to not finding a pre-existing one it is missing the libattach.so file which is normally found in usr/lib/jvm/java-1.8.0-openjdk-amd64/jre/lib/amd64 . This means that by default when RM is ran using the JRE it is downloaded with, it...
  6. fontkodo

    MPV Smoothmotion - Smoother 24FPS videos using interpolation

    Here is how traditional digital video players display 24FPS content on a 60Hz monitor, they use the 3:2 pulldown technique. This means that the first frame will be displayed 3 times, the second frame 2 times, resulting in slight juddering of most content. Like this (where each pixel represents a...
  7. fontkodo

    Resource MIT's Introduction to Computer Science and Programming Using Python starts Jan 14

    Happens every 4 months. Intro to Computer Science It has deadlines, quizzes, assignments, etc. No previous knowledge expected. Here's the link.
  8. fontkodo

    RS3 How to bot the Halloween Event 2015 with existing bots

    Every 15 minutes an avatar will appear which when killed gives 375 credits. You do not need to attack the avatar at all, just AFK in the general area and you will receive the reward (this may require auto retaliate, I haven't seen it actually attack it though). This will let you buy the...
  9. fontkodo

    Pi Harps [Deleted]

    Furor submitted a new resource: Pi Harps - Don't harp on it until you try it! Read more about this resource...
  10. fontkodo

    Resolved getMessages returning incorrect values over time

    As you can see the timestamps don't line up: I'm using the following code: System.out.println(Chatbox.getMessages().get(Chatbox.getMessages().size() - 1).getMessage().toString()); to get the latest message in the chatbox. Steps to reproduce: Get the latest message and print out the contents...
  11. fontkodo

    Resolved Other windows can intersect RuneMate UI and RS game window

    @Arbiter Steps to reproduce: 1. Bring RM client into focus 2. Bring other window into focus 3. Minimize other window 4. Bring other window into focus again The windows will now be intersecting
  12. fontkodo

    Resolved Overlay refresh rate 0 freezes mouse and bot overlay until client reboot

    What I mean by freeze is that it freezes for a few minutes and then updates to a more current frame where it is frozen, and the cycle repeats. This happens when the overlay rate is set to 0 and then set back to any integer greater than 0. If you set an overlay rate greater than 0, you will need...
  13. fontkodo

    Project Deadman [OSRS][WIP]

    What is deadman? Deadman mode is an upcoming OSRS gamemode. Deadman is a harsh landscape where XP is gained 5x faster, PvP is enabled everywhere, and death equates to a loss of 50% of your hard earned XP. Players can either choose to fight, hide, or skill in safe areas. Killing another player...
  14. fontkodo

    Suggestion Intellectual Discussion and Debate section

    People like to debate; Intellectual Discussion and Debate (ID&D) would be a great section to have so that people have a common location to discuss things logically and to prevent personal opinion and emotion from getting in the way of a debate. That being said, ID&D would encourage a stronger...
  15. fontkodo

    Compiled scripts won't update when running RM in IntelliJ

    When running RuneMate via an IntelliJ configuration I noticed that changes which I made to a bot and compiled would not be made when I started the bot in RuneMate once again. In other words, RuneMate is seeing files as they were when they were first compiled via IntelliJ. Here's some more info...
  16. fontkodo

    Pi Divination [Deleted]

    Fontkodo submitted a new resource: Pi Divination - A Divine Divination Experience Read more about this resource...
  17. fontkodo

    JavaFX: java.lang.NullPointer Exception: inputStream is null - Loading resources

    I'm trying to load a JavaFX .fxml file in my bot but I can't determine what is the problem, it's either when trying to load the file in the manifest or when opening the file in a stream. Here's some information: Here's what the folder looks like in the IDE: The location of the built files is...
  18. fontkodo

    RS3 RuneScape NXT Details

    Jagex recently posted details for the RuneScape NXT client on the forums, you can read the complete details here: http://www.anonymz.com/?http://services.runescape.com/m=forum/forums.ws?198,199,113,65596566 Highlights: "A unanimous decision was made to begin work on a brand-new...
  19. fontkodo

    Implemented Sorting by distance to locatable

    We have an option to sort gameobjects by distance to the player via .sortByDistance, however there doesn't seem to be an option to sort by distance to another locatable. So we could do something like: GameObjects.newQuery().names("Granite rocks").results().sortByDistanceTo(new Coordinate(x...
  20. fontkodo

    Mod Jacmob may left Jagex

    Mod Jacmob, the guy who is famous for creating RSBuddy and who created the BotWatch system which almost completely took out botting on RS, has apparently left Jagex recently. This means that Jagex no longer has their ace in the hole against RuneScape botting, as bots become more advanced it's...
Top