Page 13 of 15 FirstFirst ... 31112131415 LastLast
Results 181 to 195 of 216
  1. #181
    Bobbysteels's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can you put a link to your post please?

  2. #182
    AirMostafa's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    good one

  3. #183
    nguyenlehkhanhtamq12's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    works on logitech G102 Prodigy?

  4. #184
    healy's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Ive added this and when in game it pull my mouse down to counter the recoil but not enough. is there something im doing wrong or is it supposed to not stop recoil. maybe the first 4/5 bullet are straight then it goes back to like i was not even using anything

  5. #185
    asd213sa's Avatar
    Join Date
    Mar 2017
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    I've got a script for specific weapon, but problem is that it works automatically, I mean when u press mouse1 its doing whole thing no matter mouse1 is still pressed or not.
    Can someone configure it like whilepressed?
    Thanks in advanced.

    local recoil = false
    function OnEvent(event, arg)
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
    recoil = not recoil
    end
    if IsMouseButtonPressed(1) and recoil then
    ReleaseMouseButton(1)
    Sleep(97)
    MoveMouseRelative(-4,10)
    Sleep(12)
    MoveMouseRelative(1,4)
    Sleep(24)
    MoveMouseRelative(1,6)
    Sleep(25)
    MoveMouseRelative(1,6)
    Sleep(24)
    MoveMouseRelative(1,4)
    Sleep(25)
    MoveMouseRelative(0,7)
    Sleep(24)
    MoveMouseRelative(0,7)
    Sleep(25)
    MoveMouseRelative(0,7)
    Sleep(24)
    MoveMouseRelative(0,7)
    Sleep(25)
    MoveMouseRelative(0,8)
    Sleep(24)
    MoveMouseRelative(0,8)
    Sleep(24)
    MoveMouseRelative(0,8)
    Sleep(24)
    MoveMouseRelative(0,8)
    Sleep(25)
    MoveMouseRelative(2,8)
    Sleep(24)
    MoveMouseRelative(2,8)
    Sleep(24)
    MoveMouseRelative(2,8)
    Sleep(24)
    MoveMouseRelative(2,8)
    Sleep(25)
    MoveMouseRelative(2,7)
    Sleep(24)
    MoveMouseRelative(2,7)
    Sleep(25)
    MoveMouseRelative(2,7)
    Sleep(24)
    MoveMouseRelative(2,7)
    Sleep(25)
    MoveMouseRelative(3,4)
    Sleep(24)
    MoveMouseRelative(3,4)
    Sleep(24)
    MoveMouseRelative(3,4)
    Sleep(24)
    MoveMouseRelative(3,4)
    Sleep(25)
    MoveMouseRelative(-3,4)
    Sleep(24)
    MoveMouseRelative(-3,4)
    Sleep(24)
    MoveMouseRelative(-3,4)
    Sleep(24)
    MoveMouseRelative(-3,4)
    Sleep(25)
    MoveMouseRelative(-11,0)
    Sleep(24)
    MoveMouseRelative(-11,0)
    Sleep(25)
    MoveMouseRelative(-11,0)
    Sleep(24)
    MoveMouseRelative(-11,0)
    Sleep(25)
    MoveMouseRelative(-6,0)
    Sleep(24)
    MoveMouseRelative(-6,0)
    Sleep(24)
    MoveMouseRelative(-6,0)
    Sleep(24)
    MoveMouseRelative(-6,0)
    Sleep(25)
    MoveMouseRelative(3,4)
    Sleep(24)
    MoveMouseRelative(3,4)
    Sleep(24)
    MoveMouseRelative(3,4)
    Sleep(24)
    MoveMouseRelative(3,4)
    Sleep(49)
    MoveMouseRelative(-2,2)
    Sleep(49)
    MoveMouseRelative(-2,2)
    Sleep(25)
    MoveMouseRelative(-8,1)
    Sleep(24)
    MoveMouseRelative(-8,1)
    Sleep(24)
    MoveMouseRelative(-8,1)
    Sleep(24)
    MoveMouseRelative(-8,1)
    Sleep(97)
    MoveMouseRelative(0,0)
    Sleep(25)
    MoveMouseRelative(8,0)
    Sleep(24)
    MoveMouseRelative(8,0)
    Sleep(25)
    MoveMouseRelative(8,0)
    Sleep(24)
    MoveMouseRelative(8,0)
    Sleep(25)
    MoveMouseRelative(6,1)
    Sleep(24)
    MoveMouseRelative(6,1)
    Sleep(24)
    MoveMouseRelative(6,1)
    Sleep(24)
    MoveMouseRelative(6,1)
    Sleep(24)
    MoveMouseRelative(3,3)
    Sleep(24)
    MoveMouseRelative(3,3)
    Sleep(25)
    MoveMouseRelative(3,3)
    Sleep(24)
    MoveMouseRelative(3,3)
    Sleep(25)
    MoveMouseRelative(8,0)
    Sleep(24)
    MoveMouseRelative(8,0)
    Sleep(25)
    MoveMouseRelative(8,0)
    Sleep(24)
    MoveMouseRelative(8,0)
    Sleep(25)
    MoveMouseRelative(9,-1)
    Sleep(24)
    MoveMouseRelative(9,-1)
    Sleep(24)
    MoveMouseRelative(9,-1)
    Sleep(24)
    MoveMouseRelative(9,-1)
    Sleep(25)
    MoveMouseRelative(-6,0)
    Sleep(24)
    MoveMouseRelative(-6,0)
    Sleep(24)
    MoveMouseRelative(-6,0)
    Sleep(24)
    MoveMouseRelative(-6,0)
    Sleep(292)
    MoveMouseRelative(-4,4)
    Sleep(98)
    MoveMouseRelative(8,0)

    elseif event == "MOUSE_BUTTON_RELEASED" and arg == 6 then
    ReleaseMouseButton(1)
    end
    end

  6. #186
    hackey011's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can I convert this macro to a non autoclick command?

    EnablePrimaryMouseButtonEvents (true)
    function OnEvent(event, arg, family)
    if (event == "PROFILE_ACTIVATED") then
    EnablePrimaryMouseButtonEvents(true)
    click = 0
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
    recoil = not recoil
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
    click = 1
    Click()
    end
    if (event == "M_RELEASED" and arg == 3) then
    Click()
    end
    if (event == "MOUSE_BUTTON_RELEASED" and arg == 1) then
    Stopclick()
    end
    end
    function Click()
    PressAndReleaseMouseButton(1)
    Sleep (6)
    MoveMouseRelative(0, 2)
    if click == 0 then
    Stopclick()
    elseif click == 1 then SetMKeyState(3)
    else Stopclick()
    end
    end
    function Stopclick()
    click = 0
    end

  7. #187
    hieutran1904's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    i have g102. how to use it

    - - - Updated - - -

    i have g102. how to use it

  8. #188
    egggyyy's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jefery0000 View Post
    Add my ******* if someone need the marcos for information #5711
    can you send me your ******* name private i need some support with macros

  9. #189
    Majestic's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Location
    In the Shadows
    Posts
    1,538
    Reputation
    406
    Thanks
    1,329
    My Mood
    Aggressive
    Quote Originally Posted by hieutran1904 View Post
    i have g102. how to use it

    - - - Updated - - -

    i have g102. how to use it
    If you don't even know how to script, don't bother





     

    Member: 11-11-2017
    Premium: 3-18-2018
    News Force - Technology News: 1-18-2019
    Middleman: 5-26-2019

     
    "The Red Plesiosaurus":
    i7-7700k @ 5.0Ghz
    MSI Z270 Gaming m7
    G.Skill TridentZ RGB 16GB
    MSI GTX 1080 Ti SeaHawk X
    Samsung 960 EVO



  10. #190
    giaphongdau's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Any new update?

  11. #191
    balashov's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    just use python Scripts like i do even professionals are using it, no need for special mouse - runs with every mouse dosent matter which one

  12. #192
    Medkit_pubg's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Add me for the Cheapest HACK for PUBG in US. Aim lock, wall hacking, airdrop hacking, tracking bullets, speed hack, recoilless with streamer-level adjustments. Four hacks provide you with different hack experiences. Undetectable hacks and hacks with extreme functions.

  13. #193
    kermo00's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Hi there,

    I am using this one for my g500 in a game called APB.
    function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    if (event == "PROFILE_ACTIVATED") then
    EnablePrimaryMouseButtonEvents(true)
    elseif event == "PROFILE_DEACTIVATED" then
    ReleaseMouseButton(2) -- to prevent it from being stuck on
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
    recoil = not recoil
    spot = not spot
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
    if recoil then
    repeat
    --Sleep(35)
    Sleep(45)
    MoveMouseRelative(0, 6)

    until not IsMouseButtonPressed(1)

    end
    end
    end


    However, I am little confused scripts works well on desktop screen, but when I logged in the game it only click the mouse once and therefore move the mouse down for once. Then I change the lane ' until not IsMouseButtonPressed(1)' to 'until IsMouseButtonPressed(1)' then it worked in the game (however I couldnt stop it from clicking and moving down, I click many buttons and keys nothing stopped it) but this time when I tried this on desktop screen it only clicked once and moved down once. I am really confused on how to fix this?

    Any thoughts? Thanks..

    Note: I want to use this script for auto-gun

  14. #194
    afolas11's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    11
    Reputation
    -23
    Thanks
    9
    ty for release

  15. #195
    2Boring's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    thanks for the release.

Page 13 of 15 FirstFirst ... 31112131415 LastLast

Similar Threads

  1. [Help] NO recoil or Macro for Logitech g402
    By mysterios29 in forum Rainbow Six: Siege Discussions & Help
    Replies: 6
    Last Post: 03-09-2019, 02:13 PM
  2. [Release] The Division - Mouse Macros for Logitech Mouses - Logitech Gaming Software
    By prazx in forum Tom Clancy's The Division Hacks & Cheats
    Replies: 11
    Last Post: 07-09-2018, 04:07 PM
  3. Black shot Global No Recoil Macros for Logitech
    By NeedHelpPles in forum Blackshot Help
    Replies: 3
    Last Post: 03-08-2017, 06:37 AM
  4. [Request] Logitech no recoil macro for M16A3
    By Migulin in forum Battlefield Hardline Hacks & Cheats
    Replies: 3
    Last Post: 02-17-2016, 03:03 AM
  5. [Solved] A4Tech Macros for Logitech Gaming Software?
    By ExXxO in forum Battlefield 4 Help
    Replies: 7
    Last Post: 03-05-2014, 01:30 AM