Page 14 of 23 FirstFirst ... 41213141516 ... LastLast
Results 196 to 210 of 337
  1. #196
    x7gamingm's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    Georgia,USA
    Posts
    192
    Reputation
    10
    Thanks
    16
    My Mood
    Hot
    I need help understanding x,y movement

  2. #197
    poolfish's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    sweden
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    any differences using say g400s or g500s mouse?
    -fluff-

  3. #198
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by poolfish View Post
    any differences using say g400s or g500s mouse?
    -fluff-
    It should not affect macro, you can use either.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  4. #199
    bbjunkie's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    Great thread. keep 'em coming!

  5. #200
    bbjunkie's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    Hi Yellow_13, my post count is 12 now I think and I still could not send you a PM. Please advise. Thanks!

  6. #201
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by bbjunkie View Post
    Hi Yellow_13, my post count is 12 now I think and I still could not send you a PM. Please advise. Thanks!
    CTRL F5 the page or wait for MPGH to update it's user database.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  7. #202
    poolfish's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    sweden
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    g500

    thanx, just bought g502 proteus:P like it so far.

    Quote Originally Posted by Yellow 13 View Post
    It should not affect macro, you can use either.

  8. #203
    x7gamingm's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    Georgia,USA
    Posts
    192
    Reputation
    10
    Thanks
    16
    My Mood
    Hot
    Anyone have a lua script for ak my mouse is g502

  9. #204
    Se-Mi's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Nice work here guys!

    I don't consider it cheating as this option is open for everyone with the right hardware!

  10. #205
    Woofoo's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    Thanks for this, do you have one for an LMG?

  11. #206
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by Woofoo View Post
    Thanks for this, do you have one for an LMG?
    Which one?

  12. #207
    Woofoo's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Yellow 13 View Post
    Which one?
    I would be happy with any but preferably MG4 or M249. Also using the Ace 23 macro posted it only works with every other shot for example right click shoot will work then right click shoot won't and that just repeats. I have the logitech G5 and the first post with the Scar-H macro using the DPI + button works fine everytime.
    Last edited by Woofoo; 01-30-2015 at 02:37 PM.

  13. #208
    Yellow 13's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    1,430
    Reputation
    96
    Thanks
    4,968
    Quote Originally Posted by Woofoo View Post
    I would be happy with any but preferably MG4 or M249. Also using the Ace 23 macro posted it only works with every other shot for example right click shoot will work then right click shoot won't and that just repeats. I have the logitech G5 and the first post with the Scar-H macro using the DPI + button works fine everytime.
    It would be easier to discuss via PM, I have a solution for the ACE23 macro issue that you're experiencing.
    Rig | 5820K - GTX1080 AMP
    P870KM1 | 7700K - GTX1080N SLi

  14. #209
    Woofoo's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Yellow 13 View Post
    It would be easier to discuss via PM, I have a solution for the ACE23 macro issue that you're experiencing.
    Thanks, I better get my post count up so I pm you, will pm you when I can.

  15. #210
    Se-Mi's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    That makes two of us...

    - - - Updated - - -

    Im using the following scripts as a basic to start from, but i get a lot of muzzle drift to the right.
    Is there a way to counter this, and if yes, how can i do it?

    Thanks


    <script>EnablePrimaryMouseButtonEvents(true);
    local recoil = not true;
    function OnEvent(event, arg)

    if (event == "MOUSE_BUTTON_PRESSED" and arg == 9) then
    recoil = not recoil
    OutputLogMessage("SCAR-H + RDS", 2014)
    end

    if IsMouseButtonPressed(3) and recoil then
    Sleep(1)
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) then
    Sleep(48)
    ReleaseMouseButton(1)
    Sleep(48)
    MoveMouseRelative(-1,21)
    MoveMouseRelative(1,0)
    Sleep(48)
    ReleaseMouseButton(1)
    Sleep(48)
    MoveMouseRelative(-1,19)
    MoveMouseRelative(1,0)
    repeat
    Sleep(48)
    ReleaseMouseButton(1)
    Sleep(48)
    MoveMouseRelative(-1,14)
    MoveMouseRelative(1,0)
    Sleep(48)
    ReleaseMouseButton(1)
    Sleep(48)
    MoveMouseRelative(0,14)
    MoveMouseRelative(1,0)
    until not IsMouseButtonPressed(3) or not IsMouseButtonPressed(1)
    end
    end
    end</script>
    </profile>
    </profiles>

Page 14 of 23 FirstFirst ... 41213141516 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 04-19-2016, 05:00 PM
  2. [Help Request] Looking for a very simple (but specific) mouse program/macro
    By Rapidinha in forum Suggestions, Requests & General Help
    Replies: 5
    Last Post: 01-18-2014, 03:48 AM
  3. [Solved] XIGNCODE and logitech mouse software problem
    By joeramone in forum Alliance of Valiant Arms (AVA) Help
    Replies: 5
    Last Post: 11-09-2012, 01:00 PM
  4. Mouse with macros.
    By tony41011 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 01-14-2012, 10:16 AM
  5. Mouse scripts/macros bannable?
    By dbag in forum Call of Duty Black Ops Discussions
    Replies: 3
    Last Post: 11-14-2010, 06:54 AM