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

    Recommended Posts

    Posted (edited)

    Hi DreamBot community!

    I'm excited to share my latest project: SmartMouse - a comprehensive mouse movement system that creates genuinely human-like cursor patterns using actual recorded human movement data.

    Key Features
    Multi-directional Movement Database: Includes 8 compass directions with distance-based path selection
    Physics Simulation: Variable speeds based on distance with 3 different easing functions
    Micro-movement Patterns: Adds subtle human-like variance (±5%) and natural jitter
    AFK Simulation: Integrated system for off-screen mouse movements
    Complete Toolkit: Python recorders for creating your own custom movement datasets

    Demo Video
    Watch the algorithm in action: https://i.imgur.com/802zJJ2.mp4

    Implementation
    Easy to integrate - just copy SmartMouseMultiDir.java and the mousedata.json file to your project:

    @Override
    public void onStart() {
        Mouse.setMouseAlgorithm(new SmartMouseMultiDir());
        // Your other initialization code
    }

    Technical Details
    The algorithm classifies movements by distance threshold and direction, then selects appropriate pre-recorded human paths from the dataset.
    It applies physics-based easing functions to simulate natural acceleration/deceleration and adds micro-movements to create extremely convincing cursor patterns.

    Full Development Kit
    The repository includes everything needed to create your own movement datasets:

    - Visual mouse recorders with guided interface
    - Data processing & cleaning tools
    - Outlier removal utilities
    - Complete DreamBot implementation

    GitHub Repository
    https://github.com/Bandit-HaxUnit/SmartMouse

    If anything is unclear or not well documented or you have questions about implementation, just let me know!

    Edited by 4n0n
    Posted (edited)

    Nice share, thanks!

    Edited by eset

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • 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.