Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0

    fast weapon Switch

    i was wondering if someone made a fast qq... fast switch of weapon, like in Shotgun, you need to press "Q" twice for faster shooting rather that waiting for it to cock... that would be useful don't you think?

  2. #2
    hinckclairpatino's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    California
    Posts
    154
    Reputation
    10
    Thanks
    221
    My Mood
    Yeehaw
    go visit this website autohotkey.com and make your own auto qq
    ~Fresshyy_Boyy~

  3. #3
    Afromenoff's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Tagil
    Posts
    5
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by hinckclairpatino View Post
    go visit this website autohotkey.com and make your own auto qq
    How on this site made a fast qq?Explain please...

  4. #4
    brokim's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    ~~MGMT~~
    Posts
    907
    Reputation
    76
    Thanks
    1,981
    My Mood
    Psychedelic
    just get the program and read the manual and make it when you press q it types qq. or make it for shotgun so when you click it presses q twice. ill post the code later.
    Quote Originally Posted by Afromenoff View Post
    How on this site made a fast qq?Explain please...

  5. #5
    hinckclairpatino's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    California
    Posts
    154
    Reputation
    10
    Thanks
    221
    My Mood
    Yeehaw
    yea like he said.... he'll tell you what to do
    ~Fresshyy_Boyy~

  6. #6
    qayybff's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Hacker Asus (─‿‿─)
    Posts
    26
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Its work?
    Never Be Alone

  7. #7
    hinckclairpatino's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    California
    Posts
    154
    Reputation
    10
    Thanks
    221
    My Mood
    Yeehaw
    yea autohotkey works
    Quote Originally Posted by qayybff View Post
    Its work?


    ---------- Post added at 01:51 PM ---------- Previous post was at 01:50 PM ----------

    yea autohotkey works
    Quote Originally Posted by qayybff View Post
    Its work?
    ~Fresshyy_Boyy~

  8. #8
    Afromenoff's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Tagil
    Posts
    5
    Reputation
    10
    Thanks
    0

    Thumbs down

    I run the program and I get error
    What to do?
    Attached Thumbnails Attached Thumbnails
    -KN9P9Mme-I.jpg  

    Безымянный.png  

    Last edited by Afromenoff; 01-19-2013 at 02:39 PM.

  9. #9
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by brokim View Post
    just get the program and read the manual and make it when you press q it types qq. or make it for shotgun so when you click it presses q twice. ill post the code later.
    @brokim
    i think i got it?

    `::Suspend
    LButton::
    Sleep 80
    send {q down}
    send {q up}
    SetKeyDelay, 60
    send {q down}
    send {q up}
    return


    i chose ` because its the nearest to number 1

    did i got it right?


    .... didnt work >.<"
    when the hotkey is on, and i press shift or ctrl, the whole thing dont work!, i mean

    PLUS! after a couple of minutes, my pointblank exits... >.<"
    Last edited by ktbjx01; 01-19-2013 at 10:51 PM.

  10. #10
    brokim's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    ~~MGMT~~
    Posts
    907
    Reputation
    76
    Thanks
    1,981
    My Mood
    Psychedelic
    here is the code you should use.

    ~CapsLock::Suspend
    LButton::
    Click
    Sleep 10
    Click
    Sleep 10
    Click
    Sleep 10
    Click
    Sleep 10
    Click
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    return

    this is for shotgun [not sniper] so when you shot it automaticaly quick swaps.

    Quote Originally Posted by ktbjx01 View Post
    @brokim
    i think i got it?

    `::Suspend
    LButton::
    Sleep 80
    send {q down}
    send {q up}
    SetKeyDelay, 60
    send {q down}
    send {q up}
    return


    i chose ` because its the nearest to number 1

    did i got it right?


    .... didnt work >.<"
    when the hotkey is on, and i press shift or ctrl, the whole thing dont work!, i mean

    PLUS! after a couple of minutes, my pointblank exits... >.<"

  11. #11
    hinckclairpatino's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    California
    Posts
    154
    Reputation
    10
    Thanks
    221
    My Mood
    Yeehaw
    yea use this script and if you have faster computer or laptop you could make your qq faster with this script....

    ~CapsLock::Suspend
    LButton::
    Click
    Sleep 10
    Click
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    return

    kinda same as his but faster but only works if your computer has enough ram when activated.... and also the hotkey is capslock
    Quote Originally Posted by brokim View Post
    here is the code you should use.

    ~CapsLock::Suspend
    LButton::
    Click
    Sleep 10
    Click
    Sleep 10
    Click
    Sleep 10
    Click
    Sleep 10
    Click
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    return

    this is for shotgun [not sniper] so when you shot it automaticaly quick swaps.
    ~Fresshyy_Boyy~

  12. #12
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    why do i need so 2 clicks?? can you elaborate it for me??

    it was great, but autohotkey exits my pointblank after a couple minutes.. ;(
    hope someone makes a dll or something.

    Quote Originally Posted by hinckclairpatino View Post
    yea use this script and if you have faster computer or laptop you could make your qq faster with this script....

    ~CapsLock::Suspend
    LButton::
    Click
    Sleep 10
    Click
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    Sleep 10
    Send {q down}
    Sleep 10
    Send {q up}
    return

    kinda same as his but faster but only works if your computer has enough ram when activated.... and also the hotkey is capslock
    Attached Thumbnails Attached Thumbnails
    Untitled-1.jpg  

    Last edited by ktbjx01; 01-21-2013 at 08:18 PM.

  13. #13
    hinckclairpatino's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    California
    Posts
    154
    Reputation
    10
    Thanks
    221
    My Mood
    Yeehaw
    must be detected for you
    Quote Originally Posted by ktbjx01 View Post
    why do i need so 2 clicks?? can you elaborate it for me??

    it was great, but autohotkey exits my pointblank after a couple minutes.. ;(
    hope someone makes a dll or something.
    ~Fresshyy_Boyy~

  14. #14
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    yeah, that's what i thought too
    if only i know how to code my own hacks. but thanks ^^
    Quote Originally Posted by hinckclairpatino View Post
    must be detected for you

  15. #15
    qayybff's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Hacker Asus (─‿‿─)
    Posts
    26
    Reputation
    10
    Thanks
    0
    My Mood
    Relaxed
    Why it didn't work to me? what I need to press in the game when its on?
    Never Be Alone

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] M16A3 Mod-High RoF,Fast Reload,Fast Weapon Select
    By Cermicz in forum Combat Arms Mods & Rez Modding
    Replies: 18
    Last Post: 09-05-2012, 06:45 PM
  2. [Tutorial] Instant weapon switch
    By FR0Z3N_OVER in forum Combat Arms Mod Tutorials
    Replies: 10
    Last Post: 12-11-2011, 12:54 PM
  3. [Request] CoD 1 v1.1 Quick Weapon Switch
    By Nibbles in forum Call of Duty 1 Hacks
    Replies: 3
    Last Post: 05-07-2011, 07:52 PM
  4. FAST Quick Switching Method?
    By xJ33 in forum Combat Arms Discussions
    Replies: 41
    Last Post: 02-06-2011, 12:08 AM
  5. L96A1 Weapon Switch?
    By mentono in forum Combat Arms Discussions
    Replies: 14
    Last Post: 09-06-2009, 09:08 PM