Genji combo for AHK menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 42
  1. #16
    TalksForRice's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ayadew View Post
    Install AutoHotKey: https://autohotkey.com/

    This will replace your special button 2 on your mouse with the genji close-up combo.
    Replace the text "xbutton2" to whatever you want if you want to rebind it.
    https://autohotkey.com/docs/misc/Remap.htm

    It consists of Right click, Melee and then Shift.

    It will do a total of 84 + 30 + 50 = 164 damage.
    This is extremely strong for killing people fast. Soften them up with left clicks, then do the combo.
    You must obviously be very close to get the maximum damage off.

    Script:

    Code:
    xbutton2::    
        MouseClick, right
        sleep, 15
        Send {v down}{v up}
        sleep, 15
        Send {Shift down}{Shift up}
    Return
    Put this in a "genji_combo.ahk" file. Then just run it with AutoHotKey installed and press your hotkey.

    Video:

    https://gfycat.com/FailingDelectableBuffalo
    Pretty awesome, except the right click doesn't activate for some reason so I just manually click it before using the hotkey. Not sure what causes it

    Genji combo for AHK
  2. #17
    holdmybeerwoman's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    May 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mouse macro, or AHK works well for S76 too. You can make a macro to fire in bursts of 3 or 4 eliminating spread.

    /e have been using this, genji combo, and roadhog combo for awhile now, and I wonder if there's additional effective macros.

  3. #18
    ayadew's Avatar Active Member
    Reputation
    51
    Join Date
    Feb 2007
    Posts
    166
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TalksForRice View Post
    Pretty awesome, except the right click doesn't activate for some reason so I just manually click it before using the hotkey. Not sure what causes it
    Interesting. It doesn't work for me either after the last patch.

    Meanwhile I figure out why mouseclick isn't working you can rebind your right click to the letter N or something and use the following:

    Code:
    xbutton2::
        Send {n down}{n up}
        sleep, 15
        Send {v down}{v up}
        sleep, 15
        Send {Shift down}{Shift up}
    Return
    Last edited by ayadew; 06-22-2016 at 06:24 AM.

  4. #19
    Admitimpro's Avatar Member
    Reputation
    6
    Join Date
    Apr 2015
    Posts
    43
    Thanks G/R
    14/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SylverrFoxx View Post
    Any word on if AHK is bannable? I see conflicting info online. I know Blizzard banned for it in WoW, but that was for chat spam macros.
    Yup its bannable I talked with a gm and he/she said it was bannable https://gyazo.com/b894461a814a3e1d46e84ac50bc95971
    https://gyazo.com/bb88545c390357862af3603eae79344b

  5. #20
    shadowwwz's Avatar Member
    Reputation
    3
    Join Date
    Jun 2016
    Posts
    9
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by holdmybeerwoman View Post
    Mouse macro, or AHK works well for S76 too. You can make a macro to fire in bursts of 3 or 4 eliminating spread.

    /e have been using this, genji combo, and roadhog combo for awhile now, and I wonder if there's additional effective macros.
    What's the script for S76?

    cheers

  6. #21
    KilerJ's Avatar Member
    Reputation
    2
    Join Date
    Mar 2010
    Posts
    9
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeh what would the s76 one be would be greatly appreciated.

  7. #22
    ayadew's Avatar Active Member
    Reputation
    51
    Join Date
    Feb 2007
    Posts
    166
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doublepost
    Last edited by ayadew; 07-01-2016 at 05:21 AM.

  8. #23
    ayadew's Avatar Active Member
    Reputation
    51
    Join Date
    Feb 2007
    Posts
    166
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadowwwz View Post
    What's the script for S76?

    cheers
    Originally Posted by KilerJ View Post
    Yeh what would the s76 one be would be greatly appreciated.
    Here

    Code:
    ~$LButton::
    While GetKeyState("LButton", "P"){
    click down
    random, delay, 400, 500
    sleep, %delay%
    click up
    sleep 30
    }
    return
    I have put a random delay so it doesn't look so mechanical / automated.

  9. #24
    Shuga500's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ayadew View Post
    Interesting. It doesn't work for me either after the last patch.

    Meanwhile I figure out why mouseclick isn't working you can rebind your right click to the letter N or something and use the following:

    Code:
    xbutton2::
        Send {n down}{n up}
        sleep, 15
        Send {v down}{v up}
        sleep, 15
        Send {Shift down}{Shift up}
    Return
    So the genji combo should be working if you just re-bind secondary mouse attack to "N"?

    I tried doing that, but still not working, any ideas?

    Edit: Nevermind, forgot that I had re-bound mellee off "V" previously, working now
    Last edited by Shuga500; 07-03-2016 at 06:00 AM.

  10. #25
    UnRyValD's Avatar Member
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone gotten this to work reliably with macro hotkeys? Im trying but its not reliable.

    the only semi reliable macro I have going is:
    Right mouse down
    125 ms delay
    Right mouse up
    125 delay
    melee
    125 delay
    melee up
    125 delay
    shift


    If I try and tighten up the delays the macro just doesn't work. I don't want to use ahk because I save on mouse to use with xim on ps4 and on pc.

  11. #26
    miro123's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you create one for tracer please? Her guns benefit a lot from avoiding the recoil to increase her range when fighting some1 at medium/long range

  12. #27
    Admitimpro's Avatar Member
    Reputation
    6
    Join Date
    Apr 2015
    Posts
    43
    Thanks G/R
    14/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Id be careful doing this there was a reddit thread recently that hit the front page and the top comment was complaining about programs that macro multiple actions with one button and how blizzard is waiting to ban everyone doing this.

  13. #28
    fireblade1337's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a Roccat Tyon and I managed to bind the AHK macro to a mouseclick. I don't think it's banable if you use it on a mouse?

  14. #29
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    294/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fireblade1337 View Post
    I have a Roccat Tyon and I managed to bind the AHK macro to a mouseclick. I don't think it's banable if you use it on a mouse?
    Yes, it still is. If you don't believe me, put a ticket in asking if using macro software is banable. Someone did that earlier and basically they said it was.

  15. #30
    fireblade1337's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sychotix View Post
    Yes, it still is. If you don't believe me, put a ticket in asking if using macro software is banable. Someone did that earlier and basically they said it was.
    So Blizzard is going to ban everyone with a mouse, which can use Makros?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Tool] genji combo macro
    By wenoweno in forum Overwatch Exploits|Hacks
    Replies: 1
    Last Post: 08-13-2016, 02:39 AM
  2. i need help with scripting for .ahk for loging in and
    By lovemymuffin in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 03-26-2011, 01:50 AM
  3. need help with .ahk script for showing users input text
    By lovemymuffin in forum Programming
    Replies: 0
    Last Post: 03-21-2011, 02:11 AM
  4. Auto v1 for Age of Conan(auto pot + auto combo)
    By Amishdub3 in forum Age of Conan Exploits|Hacks
    Replies: 1
    Last Post: 12-12-2010, 12:15 PM
All times are GMT -5. The time now is 07:54 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search