Page 5 of 22 FirstFirst ... 3456715 ... LastLast
Results 61 to 75 of 326
  1. #61
    ma391's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Paralyze View Post


    If there are enough people interested I'll sticky it.
    I would favour to have it stickied !

  2. #62
    waynomat's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    92
    Reputation
    10
    Thanks
    338
    Quote Originally Posted by Yellow 13 View Post
    Hmm, so pistol draw time for M9 is 460ms?

    I used 220ms on the supp version though, can you try that timing?

    Press 2
    55ms
    Release 2
    55ms
    Press 2
    55ms
    Release 2
    55ms
    -macro play
    if button 5 is pressed repeat macro

    Well, you *can* use lower ms values, but they won´t work as intended, since the macro will already continue while the gun has not been switched fully yet.
    In order to test the timing, i created the macro stated in my previous post which shoots exactly (up to) 16 bullets (when button is pressed). If i use lower values than 460 (like 220ms you mentioned) the macro doesnt empty the whole clip, i.e. a few bullets are left unfired (because it started clicking while the weapon wasn´t fully switched yet) until the macro starts firing again due to key pressed (=small pause in firing). Another way to test it is with a macro without repeat mode, so it stops when all commands have been done.

    That way i was able to find the "real value" for weapon switching, at least for AN94->M9. Give it a try.
    Drawback: if the M9 has already been chosen/switched, the macro waits 460ms before it starts firing....thats why i integrated a "jump to line" command at the end of the macro, so it skips the switching ms and instantly keeps firing the next clip.
    Last edited by waynomat; 09-07-2013 at 11:25 AM.

  3. #63
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by waynomat View Post
    Well, you *can* use lower ms values, but they won´t work as intended, since the macro will already continue while the gun has not been switched fully yet.
    In order to test the timing, i created the macro stated in my previous post which shoots exactly (up to) 16 bullets (when button is pressed). If i use lower values than 460 (like 220ms you mentioned) the macro doesnt empty the whole clip, i.e. a few bullets are left unfired (because it started clicking while the weapon wasn´t fully switched yet) until the macro starts firing again due to key pressed (=small pause in firing). Another way to test it is with a macro without repeat mode, so it stops when all commands have been done.

    That way i was able to find the "real value" for weapon switching, at least for AN94->M9. Give it a try.
    Drawback: if the M9 has already been chosen/switched, the macro waits 460ms before it starts firing....thats why i integrated a "jump to line" command at the end of the macro, so it skips the switching ms and instantly keeps firing the next clip.
    Dammit, i forgot to include weapon holster time.

    Can you explain how you did the line jump command? I didn't seem to understand you there
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  4. #64
    waynomat's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    92
    Reputation
    10
    Thanks
    338
    Quote Originally Posted by Yellow 13 View Post
    Dammit, i forgot to include weapon holster time.

    Can you explain how you did the line jump command? I didn't seem to understand you there
    It´s easy: my macro starts by pressing the Pistol Button and starts shooting (+norecoil) after 460ms. After the clip is empty (16 bullets) i added the command "jump to line X" at the end of the macro, where X is the line starting the shooting

    That stupid macro encryption sucks, else i could copy&paste here....but i guess you get the point

  5. #65
    jkinnune's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    49
    This new encryption thing is def a joke. Not being able to copy and paste is a pain.

  6. #66
    haliox's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    133
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    Good Work.
    || Trades- 2 || Buys- 1 || Sells- 0 ||


  7. #67
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by waynomat View Post
    It´s easy: my macro starts by pressing the Pistol Button and starts shooting (+norecoil) after 460ms. After the clip is empty (16 bullets) i added the command "jump to line X" at the end of the macro, where X is the line starting the shooting

    That stupid macro encryption sucks, else i could copy&paste here....but i guess you get the point
    So what from what I understand

    Type: play macro when pressed

    Press 2
    230
    Release
    230
    <->
    macro play
    (16 bullets)
    [reload time]
    if key is pressed repeat from <->

    Yes?
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  8. #68
    waynomat's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    92
    Reputation
    10
    Thanks
    338
    Quote Originally Posted by Yellow 13 View Post
    So what from what I understand

    Type: play macro when pressed

    Press 2
    230
    Release
    230
    <->
    macro play
    (16 bullets)
    [reload time]
    if key is pressed repeat from <->

    Yes?
    Correct! I should have described it your way, would have been easier, sorry
    But you don´t need to include [reload time], since the macro loops in firing bullets, so it keeps shooting after reload anyway.
    And i didn´t use [if key is pressed], i just used [goto line X], but it shouldn´t make any difference, because the macro stops when releasing the button anyway. So both ways work the same.

  9. #69
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by waynomat View Post
    Correct! I should have described it your way, would have been easier, sorry
    But you don´t need to include [reload time], since the macro loops in firing bullets, so it keeps shooting after reload anyway.
    And i didn´t use [if key is pressed], i just used [goto line X], but it shouldn´t make any difference, because the macro stops when releasing the button anyway. So both ways work the same.
    Hmm, why not include the reload timing? It will make the macro more consistent in shooting the M9



    I think this thread should be "community macro thread" instead xD
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  10. #70
    waynomat's Avatar
    Join Date
    Dec 2012
    Gender
    female
    Posts
    92
    Reputation
    10
    Thanks
    338
    Quote Originally Posted by Yellow 13 View Post
    Hmm, why not include the reload timing? It will make the macro more consistent in shooting the M9
    Up to you Depending if you are using recoil reduction, this would make a difference indeed (the gun won´t go down while reloading).


    I think this thread should be "community macro thread" instead xD
    You started it ;-)

  11. #71
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    G3 macro, foregrip does not need the change of scripts. Works for both grip and non grip recoil pattern

    Recommend short bursts

    Recommend use foregrip for improved horizontal recoil pattern and better shot grouping overall

    Video up tomorrow at: Kagamine Len - YouTube

    EDIT: Video





    Scan:

    https://www.virustotal.com/en/file/4...is/1378664420/

    g3.rar - Jotti's malware scan


    @waynomat

    Here is what I can improve


    Reload empty: 1.60s (1600ms)

    Press 2
    115ms
    Release
    Press 2
    115ms
    Release
    (1 bullet) 1st part macro loop
    <->Macro start
    (x7.5) (macro contain 2 segment, 7.5x= 16 bullets, first loop segment is above <->)
    If button 4/5 is pressed go to -
    If button 4/5 not pressed go to >-<
    - 1600ms
    If button 4/5 press go to <->
    If button 4/5 not pressed go to >-<
    >-<
    press 1
    50ms
    release
    50ms
    press 1
    50ms
    release


    Switch -> continuous fire -> switch back when not needed or continue 15 bullets
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Yellow 13; 09-08-2013 at 07:50 PM.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  12. The Following 31 Users Say Thank You to Yellow 13 For This Useful Post:

    anyone2 (03-10-2014),Berndt2727 (10-23-2013),Demnaa (01-15-2014),dvinys (01-03-2015),dvinysa (01-31-2015),eddwood (04-14-2022),Erik13 (04-23-2014),filip.jnc (08-12-2015),glenn82 (02-04-2021),Homer_Simpson (04-19-2014),iceBabyice (12-03-2013),joni2012 (11-13-2013),Kilroyy115 (04-24-2014),krishous (11-18-2013),lumpi999 (10-28-2013),muerte12 (06-03-2014),NigthShadowan (06-07-2014),Nokia60 (08-30-2016),oenone (10-21-2013),r3pairer (09-02-2017),RDS777 (06-03-2014),RGraegaergrwagargwrg (06-12-2014),Rumble9000 (05-12-2014),schulz88 (04-23-2014),superanubistype (04-15-2014),TEiNS (10-16-2013),tomenko (03-22-2015),Xaiarxa (06-07-2014),zazaZZ (09-19-2023),zex89 (10-20-2013),Zijon (01-31-2015)

  13. #72
    BACKD00R's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Brazil
    Posts
    10,711
    Reputation
    1814
    Thanks
    31,902
    My Mood
    Aggressive
    Approved!!!



     

    Skype : BACKD00R-MPGH

     

    • Contributor: October, 31th 2011
    • CA BR Minion: January, 03th 2012
    • CF AL Minion: April, 07th 2012
    • CA Minion: April, 15th 2012
    • CF Minion: July, 03th 2012
    • PB Minion: January, 25th 2013
    • AVA Minion : February, 02th 2013
    • Arctic Combat minion: April, 03th 2013
    • Warface Minion: April, 03th 2013

    • Minion + : July 08th 2012
    • Moderator : January 21th 2013
    • Global Moderator : August 1st 2013







  14. #73
    jkinnune's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    79
    Reputation
    10
    Thanks
    49
    I really need to upgrade my mouse to the one yellow has now that they have all this BS encryption haha

  15. #74
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Video is posted, idk if that helps.

    Shotgun macro today (along with USAS)



    Probably if possible we contact the author of notepad++ and ask if he can update it to read amc/bwp/mgn file
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  16. #75
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by pointystar View Post
    Why would you need a shotgun macro?
    I paid 30 fucking dollars for the mouse and I'm gonna exploit the game as I see fit
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

Page 5 of 22 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. [Solved] Best settings for a4tech mouse :D
    By Gacok94 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 03-30-2013, 05:13 AM
  2. Rapidfire and other hacks for EU ?
    By JaKuba in forum Blackshot Help
    Replies: 4
    Last Post: 01-04-2013, 08:57 PM
  3. Help programing a macro for my mouse
    By Steve45 in forum All Points Bulletin Reloaded Hacks
    Replies: 0
    Last Post: 05-04-2012, 10:55 AM
  4. [Patched] [Optional Update]RapidFire & NoRecoil v1.6.2 *BETA* for Modern Warfare 3 1.5.388
    By NightmareTX_RETIRED in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 10
    Last Post: 05-04-2012, 01:11 AM
  5. Best settings for a4tech mouse
    By dahbeast in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 10-25-2011, 10:53 AM