Hey @
Hayley Williams , do you think you could tell me how I can edit the "QuickScope~MButton" script so it shoots from Left click instead of Middle button.
And if that doesnt work, Maybe how to make it shoot using a key on the keyboard, lets use Spacebar for an example.
Thanks!
EDIT: I played around with the script file and I figured it out, Got the Lbutton to work without any problems, You just need to change a few keys around.
Here is my script
Code:
;Script
~$*LButton::
{
If V_OnOff = 1
{
Send, {RButton down}
Sleep, 265
Send, {MButton down}
Sleep, 8
Send, {MButton up}
Sleep, 10
Send, {RButton up}
Then go into COD control settings and change the fire button to MButton