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
  • Green Excalibur AIO(AIO F2P Runescape)


    GreenTruck

    Recommended Posts

    Hello Mr. GreenTruck,

     

    Do you think it would be possible to make mouse move offscreen when it is in combat randomly?

     

    I believe this is the code you need to add:

    int rndNumber = Calculations.random(1, 5); 
    
                       if (rndNumber == 1){
                            if (getLocalPlayer().isAnimating()){
                                if (getMouse().isMouseInScreen()){
                                getMouse().moveMouseOutsideScreen();
                            }
    

    Regards,

    Vanquisher

    Link to comment
    Share on other sites

    • 2 weeks later...

    Hello Mr. GreenTruck,

     

    Do you think it would be possible to make mouse move offscreen when it is in combat randomly?

     

    I believe this is the code you need to add:

    int rndNumber = Calculations.random(1, 5); 
    
                       if (rndNumber == 1){
                            if (getLocalPlayer().isAnimating()){
                                if (getMouse().isMouseInScreen()){
                                getMouse().moveMouseOutsideScreen();
                            }
    

    Regards,

    Vanquisher

     

    Don't really need the code for mouse movements, the API is available to everyone. I don't use such methods since i noticed more bans with them than without them, regards.

    Link to comment
    Share on other sites

    • 3 months later...
    • 4 months later...
    On 8/24/2018 at 9:22 PM, MadsPH said:

    The script got stuck in skill guides, and also quest guides.

    It failed to close these, and my account was logged out after 2.5 hours of skill guide/quest guide. Maybe you can detect the interface and close it if it's open?

    Edit: Video of behavior when I try to start the script now can be found here.

    Hi there! Thanks for bringing this to my attention, I will check this out and push necessary fixes by Thursday- Friday. Sorry about that!

    Link to comment
    Share on other sites

    On 8/24/2018 at 11:22 AM, MadsPH said:

    failed to close these, and my account was logged out after 2.5 hours of skill guide/quest

    Thank you! Will you notify me, either here or in a private message, when the update is live? 

    Link to comment
    Share on other sites

    7 hours ago, kalmer007 said:

    fixed or still looks bugs?

    Fixed, ran it overnight last night after fix and had no problems, however the fix isn't live on SDN yet, will post when it's been pushed.

    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.