Results 1 to 11 of 11
  1. #1
    Hanzi2k's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    4
    My Mood
    Aggressive

    Red face QUICKSCOPE SCRIPT [HELP]

    Allright , the script works great and all .. but I dont want it on the middle mouse .. ( mouse wheel) what is the name to bind it to mouse4 / mouse5 ? please help

    F1::suspend
    return

    $Mbutton::
    {
    GetKeyState, state, Mbutton, T
    if state = D
    {
    send {RButton Down}
    send {~LShift::}
    sleep 255
    MouseClick,left
    send {RButton Up}
    send {RButton Down}
    send {RButton Up}
    }
    else
    {
    MouseClick,middle
    }
    }



    U can clearly see above : Mouseclic,middle ... what shoudl I type there to get mouse4 ? and the one who answers will have a free thankz <3

  2. #2
    kill3r00's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1
    I also would like to know, it would be MouseClick,Mousebutton 4 perhaps?

  3. #3
    Hanzi2k's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    4
    My Mood
    Aggressive
    Quote Originally Posted by kill3r00 View Post
    I also would like to know, it would be MouseClick,Mousebutton 4 perhaps?
    Tryed , did not work D:

  4. #4
    Detroilen's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    11
    My Mood
    Cool
    Use RBUTTON
    [IMG]https://i216.photobucke*****m/albums/cc195/Detroilen/WizKhalifa.jpg[/IMG]
    [IMG]https://i216.photobucke*****m/albums/cc195/Detroilen/30831.png[/IMG]
    [IMG]https://i216.photobucke*****m/albums/cc195/Detroilen/958.jpg[/IMG]

  5. #5
    Hanzi2k's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    4
    My Mood
    Aggressive
    Quote Originally Posted by Detroilen View Post
    Use RBUTTON
    I dont wanna set it to mouse1 .. I wanna set it too mouse4 -.-

  6. #6
    lenor's Avatar
    Join Date
    Dec 2007
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    10
    My Mood
    Cheeky
    Can you use this script on ranked matches in multiplayer?

  7. #7
    kill3r00's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    1
    $XButton1::
    {
    GetKeyState, state, XButton1, T
    if state = D
    {
    send {RButton DOwn}
    sleep 245
    MouseClick,left
    send {RButton Up}
    send {RButton Down}
    send {RButton Up}
    send {~LShift::}
    }
    else
    {
    MouseClick,middle
    }
    }

    This SHOULD work, try it and let me know.

  8. #8
    RyanH100's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Belfast, Northern Ireland, United Kingdom.
    Posts
    526
    Reputation
    22
    Thanks
    571
    My Mood
    Blah
    You know there is a such thing as google.
    Last edited by lolbie; 12-04-2011 at 01:58 AM.

  9. #9
    akko's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    8
    So does anyone know what exactly corresponds to the mouse button in the script? I don't know what to change to wheeldown.
    Last edited by lolbie; 12-04-2011 at 01:58 AM. Reason: don't get mad

  10. #10
    akko's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    83
    Reputation
    10
    Thanks
    8
    I figured it out guys. Replace wheeldown with whatever you want.

    F1::suspend
    return

    $WheelDown::
    {
    send {RButton Down}
    send {~LShift::}
    sleep 245
    MouseClick,left
    send {RButton Up}
    send {RButton Down}
    send {RButton Up}
    }

  11. #11
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    /moved to help section
    I love it when people keep their agreements /sarcasm ftw

Similar Threads

  1. MAT Automaton new script help
    By DarkLaw587 in forum Mission Against Terror Discussions
    Replies: 2
    Last Post: 02-11-2011, 10:59 AM
  2. alteriw teamkill script help..
    By ProDiiGy in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 02-03-2011, 12:28 PM
  3. Script Help?
    By rage21424a in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 2
    Last Post: 10-24-2010, 09:32 PM
  4. [SOLVED] Anti Camp script help!!!
    By adyson_19 in forum Call of Duty Modern Warfare 2 Help
    Replies: 11
    Last Post: 08-21-2010, 01:50 AM
  5. MPGH Login Script(Help)
    By ShadowPwnz in forum Visual Basic Programming
    Replies: 7
    Last Post: 02-21-2010, 08:16 AM