Thread: 360 MW3 Script

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    fofogogo23's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    62
    Reputation
    54
    Thanks
    8
    My Mood
    Relaxed

    360 MW3 Script [UPDATED! Added 360 QS]

    Hey everybody, today I present you with TWO scripts for MW3.
    The first script is a 360 degree turn followed by a quickscope.
    The second script is just the 360 degree turn!

    FIRST FOLLOW THE STEPS BELOW


    STEP 1 : Go into the game, go to Options > Controls > Movement > Bind Turn Left and Right to a key.

    STEP 2 : Go to C:\Program Files (x86)\Steam\steamapps\common\call of duty modern warfare 3\players2

    STEP 3 : Open up Config_MP > search for : seta cl_yawspeed > behind it it says : 140 change the 140 to 1400 for a normal 360, set higher for quicker.

    Script 1 (360 quickscope):
    PS: The script is set to execute with the Right mouse button, you can of course change that.
    PSS: To stop the script, press Shift+Esc
     
    ~Xbutton2::Suspend

    Rbutton::

    { GetKeyState, state, Rbutton, T
    if state = D


    {
    send {. down}
    sleep 239.5
    send {. up}
    send {RButton Down}
    sleep 280
    MouseClick,left
    send {RButton Up}
    send {Shift}
    sleep 5
    send {RButton down}
    MouseClick, Right
    }

    else

    {
    MouseClick,Right

    }
    }

    {
    +esc::exitapp
    }



    Script 2 (360):
    PS: The script executes when you press Xbutton1, but again, you may change this!
     
    *Xbutton1::

    {
    send {. down}
    sleep 239.5
    send {. up}
    }



    Enjoy! Please remember to leave a thanks

    Tip: You use the "AutoHotkey program to use this script, click HERE to get it.
    Last edited by fofogogo23; 12-05-2011 at 11:45 AM. Reason: Updated

  2. The Following User Says Thank You to fofogogo23 For This Useful Post:

    akowow (12-05-2011)

  3. #2
    fofogogo23's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    62
    Reputation
    54
    Thanks
    8
    My Mood
    Relaxed
    Added a 360 Quickscope script, enjoy!

  4. The Following User Says Thank You to fofogogo23 For This Useful Post:

    akowow (12-05-2011)

  5. #3
    akowow's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    France
    Posts
    28
    Reputation
    10
    Thanks
    5
    My Mood
    In Love
    Thank you
    Could you compile the script as a .exe plz ? Autohotkey don't work for me (fcking computer XD)

  6. #4
    NooR123's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    352
    Reputation
    24
    Thanks
    3,457
    My Mood
    Amazed
    Quote Originally Posted by akowow View Post
    Thank you
    Could you compile the script as a .exe plz ? Autohotkey don't work for me (fcking computer XD)
    Here you go!
    Thanks if helped
    <b>Downloadable Files</b> Downloadable Files
    Last edited by NooR123; 12-05-2011 at 01:15 PM.

  7. The Following 24 Users Say Thank You to NooR123 For This Useful Post:

    ACOGG (09-12-2015),akowow (12-05-2011),bob7up (04-11-2012),canni (12-10-2011),CrYpTiC101 (05-11-2014),Echo123 (10-11-2012),eilotrixx1 (10-30-2012),elhamratr (02-04-2012),fasoool (09-03-2012),ftFrosty (05-01-2012),itamar3213 (05-04-2012),JmakeITlookEZY (08-26-2012),JPointman (06-05-2012),moja.jst (08-01-2012),Moviemaker89 (08-24-2013),Mudafcker (01-20-2013),mw3sp (08-08-2012),Nostradamus (12-11-2011),NTGHAX (06-17-2013),oscardn (04-25-2012),RazorElite (04-05-2013),Superdanhotbox (09-09-2012),Thombain (01-18-2012),xaoxao92 (12-10-2012)

  8. #5
    akowow's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    France
    Posts
    28
    Reputation
    10
    Thanks
    5
    My Mood
    In Love
    Thanks NooR waiting for approval =)

  9. #6
    Moto's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Bay Area, CA
    Posts
    13,055
    Reputation
    707
    Thanks
    14,558
    My Mood
    Blah
    Quote Originally Posted by NooR123 View Post

    Here you go!
    Thanks if helped
    Approved. Next time add scans.

    VirusTotal
    Jotti



  10. #7
    -MakeItRain-'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Lower Hutt
    Posts
    28
    Reputation
    28
    Thanks
    1
    My Mood
    Amazed
    Quote Originally Posted by NooR123 View Post

    Here you go!
    Thanks if helped
    Need A VS?

  11. #8
    cudibahm's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    And what shoud i click ingame when all is done?

  12. #9
    Yoopi's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    I don't like this right click thing, how can i change it into something else? for example the V key? Because I still use right click to hard scope when I have to...

  13. #10
    azmodam's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    What is? '-'

  14. #11
    legostrike2's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    112
    Reputation
    10
    Thanks
    5
    My Mood
    Bored
    Quote Originally Posted by fofogogo23 View Post
    Hey everybody, today I present you with TWO scripts for MW3.
    The first script is a 360 degree turn followed by a quickscope.
    The second script is just the 360 degree turn!

    FIRST FOLLOW THE STEPS BELOW


    STEP 1 : Go into the game, go to Options > Controls > Movement > Bind Turn Left and Right to a key.

    STEP 2 : Go to C:\Program Files (x86)\Steam\steamapps\common\call of duty modern warfare 3\players2

    STEP 3 : Open up Config_MP > search for : seta cl_yawspeed > behind it it says : 140 change the 140 to 1400 for a normal 360, set higher for quicker.

    Script 1 (360 quickscope):
    PS: The script is set to execute with the Right mouse button, you can of course change that.
    PSS: To stop the script, press Shift+Esc
     
    ~Xbutton2::Suspend

    Rbutton::

    { GetKeyState, state, Rbutton, T
    if state = D


    {
    send {. down}
    sleep 239.5
    send {. up}
    send {RButton Down}
    sleep 280
    MouseClick,left
    send {RButton Up}
    send {Shift}
    sleep 5
    send {RButton down}
    MouseClick, Right
    }

    else

    {
    MouseClick,Right

    }
    }

    {
    +esc::exitapp
    }



    Script 2 (360):
    PS: The script executes when you press Xbutton1, but again, you may change this!
     
    *Xbutton1::

    {
    send {. down}
    sleep 239.5
    send {. up}
    }



    Enjoy! Please remember to leave a thanks

    Tip: You use the "AutoHotkey program to use this script, click HERE to get it.
    Ok when ever i use 360 Quickscope and I right click the script closes? How do i change it because i right click to aim is the rightclick to close the script? I am also using Windows 7

  15. #12
    akowow's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    France
    Posts
    28
    Reputation
    10
    Thanks
    5
    My Mood
    In Love
    Same for me, the script crashs if i use the right click

  16. #13
    gigagiga's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Weedistan
    Posts
    366
    Reputation
    10
    Thanks
    5,040

    script fix

    Quote Originally Posted by legostrike2 View Post
    Ok when ever i use 360 Quickscope and I right click the script closes? How do i change it because i right click to aim is the rightclick to close the script? I am also using Windows 7
    Quote Originally Posted by akowow View Post
    Same for me, the script crashs if i use the right click
    i got a solution:

    open the script file and delete:

    {
    +esc::exitapp
    }

    then it should work well!

  17. #14
    volov's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    ....
    Posts
    30
    Reputation
    10
    Thanks
    53
    What 'yawspeed' do you use this at?

  18. #15
    Drithric's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    United States
    Posts
    160
    Reputation
    10
    Thanks
    14
    My Mood
    Happy
    What button are you suppose to press just for the 360 one not quickscope? Cause i binded a button to move right and when i press it it does like a 280 not a full 360 when i press it.

Page 1 of 2 12 LastLast

Similar Threads

  1. (REQUEST) Can anyone make a MW3 quickscope script?
    By hitsuw0w in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 11-13-2011, 02:21 PM
  2. [Info] XBox 360 CoD: Black Ops and MW3 Cheats and Hacks!
    By deafvetaz in forum XBOX General Discussion
    Replies: 2
    Last Post: 11-11-2011, 06:26 PM
  3. [Solved] There is any script for the 360° trick?
    By tikastro1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 3
    Last Post: 08-15-2011, 02:14 PM
  4. Habbohotel Scripts
    By h0ang in forum General Game Hacking
    Replies: 8
    Last Post: 05-18-2007, 05:19 AM
  5. OMG I SO STUCK!!!(Java Script "n" html problem
    By jeremywilms in forum Programming
    Replies: 11
    Last Post: 06-15-2006, 01:23 PM