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
Click to view
~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!
Click to view
*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.