Results 1 to 15 of 15

Thread: Whats the most human-like mouse function?

  1. #1
    Join Date
    Oct 2012
    Location
    Porto, Portugal
    Posts
    218
    Mentioned
    0 Post(s)
    Quoted
    42 Post(s)

    Question Whats the most human-like mouse function?

    ^^ Title

  2. #2
    Join Date
    Apr 2012
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);
    Works the best for me atleast

    or a combination of MMouse and ClickMouse2, so you can check uptext inbetween
    Feel free to add me on msn: h4x_new@hotmail.co.uk
    Delete my old msn that got hacked (h4x_@hotmail.co.uk)

  3. #3
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    MoveMouse(x,y)
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  4. #4
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Check the SRL6 github link in my sig.

  5. #5
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Flights mouse stuff, looks like it's in srl6
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  6. #6
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by grats View Post
    Flights mouse stuff, looks like it's in srl6
    Wouldn't be fair to just call it Flight's though, as it's really BenLand's code modified by Flight.

  7. #7
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TBH, Mouse is more then human enough, you don't need to worry about being banned because of mouse movements.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  8. #8
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    I've experienced a strange bug about the mouse function. Sometimes it will move around a small region near the destination extremely rapidly before coming to a stop at the destination.
    It happens rarely and i'm not able to replicate it though so i didn't report the error.

  9. #9
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Wouldn't be fair to just call it Flight's though, as it's really BenLand's code modified by Flight.
    ah I just stay around to read what people are doing, don't really pay attention to much srl stuff since I suck at coding anyway
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  10. #10
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    I've experienced a strange bug about the mouse function. Sometimes it will move around a small region near the destination extremely rapidly before coming to a stop at the destination.
    It happens rarely and i'm not able to replicate it though so i didn't report the error.
    Perhaps look through the code and see if you can see a flaw?
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  11. #11
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Footy View Post
    Perhaps look through the code and see if you can see a flaw?
    Yeah that's what i planned, didn't really got around to actually do it. Hopefully i'll have more time/energy to look at it next week.

  12. #12
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    I've experienced a strange bug about the mouse function. Sometimes it will move around a small region near the destination extremely rapidly before coming to a stop at the destination.
    It happens rarely and i'm not able to replicate it though so i didn't report the error.
    From experience, that only happens when

    A) Mouse goes through a TPA with no waits, making it go to each point one after another
    B) Script calls for Getmousepos and moves mouse there over and over again(something stupid happens in the loop), but because getmousepos isn't 100% accurate, the mouse moves rapidly.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  13. #13
    Join Date
    Dec 2011
    Posts
    195
    Mentioned
    2 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    movemouse(x,y)
    lool

    Anyway, the standard mouse is fine but you can look into Flight's versions (based on the standard (Benland's)) mouse.
    Last edited by Nexz; 11-24-2012 at 04:30 PM.
    --- NexzAuto ---
    --- Simplicity is the ultimate sophistication. - Leonardo Da Vinci ---

  14. #14
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    From experience, that only happens when

    A) Mouse goes through a TPA with no waits, making it go to each point one after another
    B) Script calls for Getmousepos and moves mouse there over and over again(something stupid happens in the loop), but because getmousepos isn't 100% accurate, the mouse moves rapidly.
    GetMousePos is not 100% accurate? Can you able to replicate the situation where it isn't 100% accurate?

    I'm not sure if the 'wild' mouse happens to Flight's mouse or the SRL include's, but i don't remember it happening when i use the include's, so i'll look into Flight's mouse first.

  15. #15
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    I personally like BrakeMMouse as it resembles the majority of my mouse movements in-game.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •