Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 88
  1. #31
    dotdeath's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Seems very hit or miss to me. Could there possibly be some skills this does not work with? Or maybe you need to have the AK out first then switch to the M44.

    EDIT: So yes I confirmed a few things.

    1) Have the AK as your main weapon when doing the weapon swap. It can be in either slot.
    2) You have ample time to choose the explosive rounds and THEN activate a skill THEN switch to the M44 without losing the stacked damage.
    3) All skills works.
    4) Do not have dexter's teleport option active while you use this AHK script.

    Code:
    toggle = 0
    #MaxThreadsPerHotkey 2
    
    F8::
        Toggle := !Toggle
         While Toggle{
    Send {down Down}
    sleep 10
    Send {down up}
    sleep 10
    Send {space down}
    Sleep 10
    Send {space up}
    Sleep 10
    Send {up down}
    Sleep 10
    Send {up up}
    sleep 10
    Send {space down}
    Sleep 10
    Send {space up}
    Sleep 10
    } 
    return
    Last edited by dotdeath; 04-19-2016 at 11:11 PM.

  2. #32
    subyyyyyyyyyy's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dotdeath View Post
    Seems very hit or miss to me. Could there possibly be some skills this does not work with? Or maybe you need to have the AK out first then switch to the M44.

    EDIT: So yes I confirmed a few things.

    1) Have the AK as your main weapon when doing the weapon swap. It can be in either slot.
    2) You have ample time to choose the explosive rounds and THEN activate a skill THEN switch to the M44 without losing the stacked damage.
    3) All skills works.
    4) Do not have dexter's teleport option active while you use this AHK script.

    Code:
    toggle = 0
    #MaxThreadsPerHotkey 2
    
    F8::
        Toggle := !Toggle
         While Toggle{
    Send {down Down}
    sleep 10
    Send {down up}
    sleep 10
    Send {space down}
    Sleep 10
    Send {space up}
    Sleep 10
    Send {up down}
    Sleep 10
    Send {up up}
    sleep 10
    Send {space down}
    Sleep 10
    Send {space up}
    Sleep 10
    } 
    return
    Just so you know this doesn't work in autohotkey. It's missing code.

  3. #33
    joimy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Did a little video for you guys.. watch?v=14j7smu1c18

    Jitbit Macro:

    Keyboard : Down : KeyDown
    DELAY : 50
    Keyboard : Down : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Up : KeyDown
    DELAY : 50
    Keyboard : Up : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Down : KeyDown
    DELAY : 50
    Keyboard : Down : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Up : KeyDown
    DELAY : 50
    Keyboard : Up : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Down : KeyDown
    DELAY : 50
    Keyboard : Down : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Up : KeyDown
    DELAY : 50
    Keyboard : Up : KeyUp
    Last edited by joimy; 04-20-2016 at 12:08 AM.

  4. #34
    ishracalaban63's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by joimy View Post
    Did a little video for you guys.. https:// youtu.be/14j7smu1c18

    Jitbit Macro:

    Keyboard : Down : KeyDown
    DELAY : 50
    Keyboard : Down : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Up : KeyDown
    DELAY : 50
    Keyboard : Up : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Down : KeyDown
    DELAY : 50
    Keyboard : Down : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Up : KeyDown
    DELAY : 50
    Keyboard : Up : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Down : KeyDown
    DELAY : 50
    Keyboard : Down : KeyUp
    DELAY : 50
    Keyboard : Space : KeyDown
    DELAY : 50
    Keyboard : Space : KeyUp
    DELAY : 50
    Keyboard : Up : KeyDown
    DELAY : 50
    Keyboard : Up : KeyUp












    tht link is not bringin up anythign bro

    - - - Updated - - -

    wonder why the dps goes down when u click back into ur gun selection

  5. #35
    joimy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ishracalaban63 View Post
    tht link is not bringin up anythign bro

    - - - Updated - - -

    wonder why the dps goes down when u click back into ur gun selection
    Description
    "Weapon damage is increased by x% for 10 seconds after using a skill."
    That is why the damage goes down after 10 sec.

  6. #36
    Tralayan10's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    What do you use for your auto clicker jit bit? Also whats the script if you dont mind me asking?

  7. #37
    joimy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Tralayan10 View Post
    What do you use for your auto clicker jit bit? Also whats the script if you dont mind me asking?

    AutoClickerbyShocker
    Last edited by joimy; 04-20-2016 at 12:52 AM.

  8. #38
    pixel069's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    don't work for me I do not understand

  9. #39
    Tralayan10's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    Ok awesome, tyvm!

    - - - Updated - - -
    Last edited by Tralayan10; 04-20-2016 at 01:13 AM.

  10. #40
    joimy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pixel069 View Post
    don't work for me I do not understand
    1. Equip any weapon with the talent "Competent"
    2. Go into your weapon menu and Swith weapons for 2-3 min (use Jitbit Macro for the Macro code)
    3. Use any skill with the weapon (equipted) that got the talent competent.
    4. Have fun for 10 sec.

  11. #41
    pixel069's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    yes but my weapon up a 250k, 300k maximum, you up for 60 000 000

  12. #42
    joimy's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pixel069 View Post
    yes but my weapon up a 250k, 300k maximum, you up for 60 000 000
    You have to switch weapons 400+ times. The more you do it , the more dmg you will get.

  13. #43
    pixel069's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    ok well thanks

  14. #44
    Mithx's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    How´d you pass the wall. Do you use dexter and then noclip through it? I tried but i keep glitching through the floor. And i cant seem to grasp how the teleport function works with waypoints etc

  15. #45
    pixel069's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    I did more time but after a while his left on my ak but his weapon down its exchange and neck all the dps bonus is lost and have to redo you could send me your full macro privately ?

Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. New Warhead Vent Glitch *Pics included*
    By Deadheat33 in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 12-19-2008, 05:18 PM
  2. NEW SNOW VALLEY GLITCH found by me (Not leeched)
    By XxDrazzoXxZ in forum Combat Arms Hacks & Cheats
    Replies: 14
    Last Post: 10-21-2008, 10:47 PM
  3. [tutorial]New Combat arms Glitch
    By Andyklk2009 in forum Combat Arms Hacks & Cheats
    Replies: 57
    Last Post: 10-13-2008, 02:06 PM
  4. NEW SNOW VALLEY GLITCH
    By TriggerBot in forum Combat Arms Hacks & Cheats
    Replies: 21
    Last Post: 09-13-2008, 08:24 PM
  5. [Glitch]New junk flea glitch :D
    By thedroid101 in forum Combat Arms Hacks & Cheats
    Replies: 58
    Last Post: 09-06-2008, 02:34 PM