Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • [Open Source] Bot Analytic Viewer [Real-Time]


    Mad

    Recommended Posts

    Hi guys i wrote a quick open source web page that shows your bot info in real time. Hope you guys like. I wrote it in like 2 hrs so be gentle pls

     

     

    Xdyhn5w.png

     

     

    Features:

     

    Very easy to use and add new features to.

    Simple way to change parameters to include anything you want in the table.

    Extremely fast and lightweight.

     

    How To Run:

    This is written in NodeJS, so to run this, you will need to download NodeJS from https://nodejs.org/en/

     

    Once installed, download the zip file attached, and locate the app.js file in org.maddev folder.

    You will need to open the terminal and run:

    node app.js
    
    So, make sure that the file is in your current directory, which means you need to "cd" to that org.maddev folder.

     

    Once it is running, just open your browser to.

    http://www.localhost:3000
    
    Usage:

     

    To add accounts to the database, you need to send a POST request to 

     

     

     

     

    /account/PARAMETERS_HERE
    
    An example: 

    localhost:3000/account/[email protected]/mad/password/381/Cutting
    
    Again, this can be customized to any parameters you need, you'll just need to change it in the api.js file.

     

    The table should re-update every 10 seconds, which can be adjusted by editing the index.js file, and changing the window.setInterval delay at the bottom.

     

    Source:

     

    To those who are interested, here is a link to the source code

     

    It is written with Node.JS and TypeScript.

     

    Questions?

    Just comment below and i'll do my best to answer them.

     

    Download:

    https://www.dropbox.com/s/c3ghzw8ljfas3sq/Bot-Viewer.zip?dl=0

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.