Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    if you're using the code they gave, press caps lock
    Quote Originally Posted by qayybff View Post
    Why it didn't work to me? what I need to press in the game when its on?

  2. #17
    killswitch1100's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    ~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

    Dont work when i try it in game

  3. #18
    brokim's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    ~~MGMT~~
    Posts
    907
    Reputation
    76
    Thanks
    1,981
    My Mood
    Psychedelic
    run as admin. lol
    Quote Originally Posted by killswitch1100 View Post
    ~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

    Dont work when i try it in game

  4. #19
    KoningAlfadus's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    14
    My Mood
    Devilish
    HEY, IM LOOKING FOR THE SAME
    i want a q button who does qq
    so just 1 click

  5. #20
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    I know im not a programmer, but i'm i've been trying hard to make this work on autohotkey
    the first i did was just simple but sometimes it exits pointblank i dont see any disconnected error it just exits the app.
    my code was

    `::Suspend
    LButton::
    Sleep 50
    send {3 down}
    send {3 up}
    Sleep 10
    send {1 down}
    send {1 up}
    return


    the key ` (beside the key 1 on my keyboard) is the on/off so i can still plant bomb without switching
    figured I use 3 and 1 instead of qq. But the effect is the same, pointblank exits.
    so i tried this

    ~`::Suspend
    ~LButton::
    Sleep 80
    Send {3 down}
    Sleep 10
    Send {3 up}
    Sleep 10
    Send {1 down}
    Sleep 10
    Send {1 up}
    return


    thought it needs more delay on the keys but its the same problem
    so i tried making the delay random like this

    `:: Suspend
    LButton::
    random,sleep,5,50
    {
    sleep,%sleep%
    send {3 down}
    sleep,%sleep%
    send {3 up}
    sleep,%sleep%
    send {1 down}
    sleep,%sleep%
    send {1 up}
    }
    return


    the sleep becomes random from 5 to 50, but i'm having the same problem!
    i even tried using #include to try making a function that i can call on the main code
    so what i did was i created a new .ahk file (named it delay.ahk BTW) which is

    sleep:
    random,sleep,5,50
    sleep,%sleep%
    return


    so thats all it does, the random delay
    and called it on my auto switch that is

    #Include delay.ahk

    `:: Suspend
    LButton::
    sleep,%sleep%
    send {3 down}
    sleep,%sleep%
    send {3 up}
    sleep,%sleep%
    send {1 down}
    sleep,%sleep%
    send {1 up}
    return


    but it's the same problem!!! Pointblank exits at random times
    sometimes it exits even when im not using it (i mean pressing the on/off `)...
    kinda annoying specially when you're in the middle of ClanWar or just public game.


    can anyone help?? PLEASE! i'm out of ideas
    as i said. i'm not a programmer
    **BTW i tried sendplay instead of send but it doesnt work on pointblank yet it works on notepad**
    Last edited by ktbjx01; 03-05-2013 at 05:25 AM.

  6. #21
    IortonLuan!'s Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Which are you talking about point blank (Ongame, gamerage, kaybo ...).
    I do not count the most I can make a trainer(Preferably send the link of the game).

    -----------------------------------------------------------------------------------------

    De qual point blank você esta falando (ongame, gamerage, kaybo...).
    Eu não conto o método mais posso fazer um trainer(de preferencia mande o link do jogo).
    Last edited by IortonLuan!; 03-06-2013 at 04:15 AM.

  7. #22
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by IortonLuan! View Post
    Which are you talking about point blank (Ongame, gamerage, kaybo ...).
    I do not count the most I can make a trainer(Preferably send the link of the game).

    -----------------------------------------------------------------------------------------

    De qual point blank você esta falando (ongame, gamerage, kaybo...).
    Eu não conto o método mais posso fazer um trainer(de preferencia mande o link do jogo).
    i play pointblank philippines. Here's the link
    wow that would be great! a quick weapon change?! Awesome! that yould make shotgun easier to use!

  8. #23
    ktbjx01's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Can i Bump on this thread?? i was hoping someone could help me out

  9. #24

  10. The Following User Says Thank You to brokim For This Useful Post:

    ktbjx01 (03-19-2013)

Page 2 of 2 FirstFirst 12

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