Page 8 of 16 FirstFirst ... 678910 ... LastLast
Results 106 to 120 of 239
  1. #106
    shadowx360's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    305
    Reputation
    15
    Thanks
    69
    My Mood
    Cynical
    Quote Originally Posted by Hayley Williams View Post

    Makes it a lot faster. Was able to shoot my whole clip in half the time.
    Oh? Alright, that's going into my private hack whenever I get the chance to work on it again. Thanks for the info. Intervention with no bolt action would be nice too


    When I wrote this code, only God and I understood what I was doing. Now, God only knows.
    I will give you two of my seventy-two virgins if you can fix the code mess below

  2. #107
    Hayley Williams's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    United States, All you get Dx
    Posts
    152
    Reputation
    7
    Thanks
    404
    Quote Originally Posted by naimc View Post
    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
    Set to Space Bar
    Code:
    ;Script
    
       ~$*Space::
    {
       If V_OnOff = 1
    {
       Send, {RButton down}
       Sleep, 265
       Send, {LButton down}
       Sleep, 8
       Send, {LButton up}
       Sleep, 10
       Send, {RButton up}
    {
       Return
    }
    }
    }
    Left Mouse Button
    Code:
    ;Script
    
       ~$*LButton::
    {
       If V_OnOff = 1
    {
       Send, {RButton down}
       Sleep, 265
       Send, {LButton down}
       Sleep, 8
       Send, {LButton up}
       Sleep, 10
       Send, {RButton up}
    {
       Return
    }
    }
    }
    Good to hear you got it working correctly, The reason I did not want it on the Left mouse button is because people always use Left mouse to shoot and it would mess with the script. Changing key maps will allow you do set whole new trigger keys. ^^


    Quote Originally Posted by shadowx360 View Post
    Oh? Alright, that's going into my private hack whenever I get the chance to work on it again. Thanks for the info. Intervention with no bolt action would be nice too
    Would be awesome to work with you on any scripts you would want to add, If you want
    Last edited by Hayley Williams; 08-20-2011 at 09:09 AM.

  3. #108
    SUPREM0's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    I am sorry to say this but, what does the script do? i mean i dont really understand anything of this? could you explain the purpose of the script??! do we have to replace some original files or what?
    thanks
    Last edited by SUPREM0; 08-20-2011 at 09:23 AM.

  4. #109
    Hayley Williams's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    United States, All you get Dx
    Posts
    152
    Reputation
    7
    Thanks
    404
    Quote Originally Posted by SUPREM0 View Post
    I am sorry to say this but, what does the script do? i mean i dont really understand anything of this? could you explain the purpose of the script??! do we have to replace some original files or what?
    thanks
    Scripts allow you to do your actions much faster then you would be able to do manually, Just download the compilation and read the "ReadMe" text, and "ReadMe~ Universal On/Off" text it will explain how to use them.

  5. #110
    SUPREM0's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    Quote Originally Posted by Hayley Williams View Post


    Scripts allow you to do your actions much faster then you would be able to do manually, Just download the compilation and read the "ReadMe" text, and "ReadMe~ Universal On/Off" text it will explain how to use them.
    kay, thanks

  6. #111
    SUPREM0's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    110
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    WAW! this script is full of glitches and malfunctions!!
    WORD OF ADVICE,you should really try and correct it before posting it!!

  7. #112
    [H]urley's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    329
    Reputation
    10
    Thanks
    78
    My Mood
    Amazed
    Brazilian on.

    Não consegui utilizar o script.

  8. #113
    Hayley Williams's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    United States, All you get Dx
    Posts
    152
    Reputation
    7
    Thanks
    404
    Quote Originally Posted by SUPREM0 View Post
    WAW! this script is full of glitches and malfunctions!!
    WORD OF ADVICE,you should really try and correct it before posting it!!
    Works fine for me. ^^ nothing will get fixed if you don't explain what is wrong, every computer needs a slight tweeking to run these scripts perfectly.

  9. #114
    KayRool™'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Malaysia , Sabah , tawau
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    It's hard to aim using the "3-burst to rapid" script and when I suspend the script using the 0 numpad and activate it again using the 1 numpad , the script somehow bugged ...

    The Knife doesn't even knife , just change weapon ...
    The 3 Round Burst to Rapid doesn't even work ..

  10. #115
    Hayley Williams's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    United States, All you get Dx
    Posts
    152
    Reputation
    7
    Thanks
    404
    Quote Originally Posted by KayRool™ View Post
    It's hard to aim using the "3-burst to rapid" script and when I suspend the script using the 0 numpad and activate it again using the 1 numpad , the script somehow bugged ...

    The Knife doesn't even knife , just change weapon ...
    The 3 Round Burst to Rapid doesn't even work ..
    I'll look into it, They work for me so there is not much I can do but I will still try

  11. #116
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    You people realize that you have to have the same buttons mapped to the right things for these to work right? If you have buttons mapped to different commands, the scripts wont work because they are pushing buttons that are not mapped to anything.
    Texture Mods


    Obedear, the sky is low

  12. #117
    Hayley Williams's Avatar
    Join Date
    Aug 2011
    Gender
    female
    Location
    United States, All you get Dx
    Posts
    152
    Reputation
    7
    Thanks
    404
    Quote Originally Posted by Heartview View Post
    You people realize that you have to have the same buttons mapped to the right things for these to work right? If you have buttons mapped to different commands, the scripts wont work because they are pushing buttons that are not mapped to anything.
    ^

    This mans a genius. Listen to him.

  13. #118
    KayRool™'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Malaysia , Sabah , tawau
    Posts
    9
    Reputation
    10
    Thanks
    2
    My Mood
    Asleep
    Quote Originally Posted by Heartview View Post
    You people realize that you have to have the same buttons mapped to the right things for these to work right? If you have buttons mapped to different commands, the scripts wont work because they are pushing buttons that are not mapped to anything.
    If you mean by this...


    then yes, I did follow this setting . Took me a while to get used to the "Hold Aim Down Sight".

  14. #119
    [H]urley's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    329
    Reputation
    10
    Thanks
    78
    My Mood
    Amazed
    I could not use the scripts.

    It is configured to run as administrator AutoHotkey

    But I did not notice any difference.

    By: Google translator

    Portuguese > English
    Last edited by [H]urley; 08-23-2011 at 09:51 AM.

  15. #120
    shadowx360's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    305
    Reputation
    15
    Thanks
    69
    My Mood
    Cynical
    Question. In the game, when you bind a key, you can use the wait value. Does anyone know what that value is? Like wait X, what unit is X in? It isn't seconds, nor milliseconds, anyone know? I think you can use a bind to do some of these scripts. Like the no pump shotgun one.


    When I wrote this code, only God and I understood what I was doing. Now, God only knows.
    I will give you two of my seventy-two virgins if you can fix the code mess below

Page 8 of 16 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. Script Compile Error
    By a PhaZeD in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 07-30-2010, 03:32 PM
  2. Why Script Compile Error???!
    By ♪~ ᕕ(ᐛ)ᕗ in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 07-27-2010, 12:11 AM
  3. [Release]AlterIWnet Hack compilation(1.0.182/1.3.37)
    By Drake in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 94
    Last Post: 07-25-2010, 07:46 AM
  4. Script compile error - Unknown function (check console for details)
    By Chaojon in forum Call of Duty Modern Warfare 2 Help
    Replies: 40
    Last Post: 07-01-2010, 09:20 PM
  5. VIP Hacks Compiled + Updated
    By Dave84311 in forum Hack/Release News
    Replies: 19
    Last Post: 11-29-2007, 08:59 AM