Dual mice

Discussion in 'RuneScape 3 Cheating' started by Mitchell Li, Apr 6, 2014.

Dual mice
  1. Unread #1 - Apr 6, 2014 at 4:00 PM
  2. Mitchell Li
    Joined:
    Dec 22, 2013
    Posts:
    140
    Referrals:
    0
    Sythe Gold:
    0
    Tier 1 Prizebox

    Mitchell Li Active Member
    $25 USD Donor New

    Dual mice

    I want to do multiple quests at once on runescape.

    If I could get another cursor on my screen that is positioned to the right of my original cursor that will copy the original mouse movements I could do the same quest on 2 accounts.

    Does anybody have any experience with this?
     
  3. Unread #2 - Apr 6, 2014 at 4:28 PM
  4. funbox
    Joined:
    Sep 13, 2012
    Posts:
    2,509
    Referrals:
    0
    Sythe Gold:
    155

    funbox Grand Master
    Banned

    Dual mice

    never heard of using 2 pointers at once, sorry.
    just manually click on both of them with 1 pointer?
     
  5. Unread #3 - Apr 6, 2014 at 9:12 PM
  6. Mitchell Li
    Joined:
    Dec 22, 2013
    Posts:
    140
    Referrals:
    0
    Sythe Gold:
    0
    Tier 1 Prizebox

    Mitchell Li Active Member
    $25 USD Donor New

    Dual mice

    This is how to have dual mice and cursors.
    pluralinput.com

    and here is how to have a mouse with multiple programmable cursors.
    http://glovepie.org/
     
  7. Unread #4 - Apr 6, 2014 at 9:38 PM
  8. Naxious
    Joined:
    Nov 16, 2012
    Posts:
    2,952
    Referrals:
    0
    Sythe Gold:
    0
    SytheSteamer Two Factor Authentication User Easter 2015 Sythe's 10th Anniversary Halloween 2014 Christmas 2014 Christmas 2015 Tier 1 Prizebox

    Naxious -- Fashion for the senses --
    $50 USD Donor New

    Dual mice

    Seems legit but what if during the quest you fight an npc at different position? And what about during underground pass, the puzzle that refs yi to walk over e cells and everyone has a different pattern so it'll be harder for grandmaster and master quests but will work for basic quests.
     
  9. Unread #5 - Apr 11, 2014 at 5:08 PM
  10. Mitchell Li
    Joined:
    Dec 22, 2013
    Posts:
    140
    Referrals:
    0
    Sythe Gold:
    0
    Tier 1 Prizebox

    Mitchell Li Active Member
    $25 USD Donor New

    Dual mice

    I programmed it to where I can just hit a key to toggle between multiple cursors and just one.
    Here is the code

    if var.first==0
    Cursor2.PosX = mouse.CursorPosX +1024/2
    Cursor2.PosY = mouse.CursorPosY
    Cursor2.LeftButton = mouse.LeftButton
    Cursor2.RightButton = mouse.RightButton
    Cursor2.MiddleButton = mouse.MiddleButton


    Cursor3.PosX = mouse.CursorPosX +1024
    Cursor3.PosY = mouse.CursorPosY
    Cursor3.LeftButton = mouse.LeftButton
    Cursor3.RightButton = mouse.RightButton
    Cursor3.MiddleButton = mouse.MiddleButton


    Cursor4.PosX = mouse.CursorPosX +1024*3/2
    Cursor4.PosY = mouse.CursorPosY
    Cursor4.LeftButton = mouse.LeftButton
    Cursor4.RightButton = mouse.RightButton
    Cursor4.MiddleButton = mouse.MiddleButton
    endif
    if var.first==1
    Cursor2.PosX = mouse.CursorPosX +1024/2
    Cursor2.PosY = mouse.CursorPosY
    Cursor2.LeftButton = mouse.LeftButton
    Cursor2.RightButton = mouse.RightButton
    Cursor2.MiddleButton = mouse.MiddleButton
    endif
    if keyboard.six
    var.first=2
    cursor2.Visible=false
    cursor3.Visible=false
    cursor4.Visible=false
    endif
    if keyboard.seven
    var.first=1
    cursor2.Visible=true
    cursor3.Visible=false
    cursor4.Visible=false
    endif
    endif
    if keyboard.eight
    var.first=0
    cursor2.Visible=true
    cursor3.Visible=true
    cursor4.Visible=true
    endif
     
< 07 bot | Ban rate on rs3? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site