Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other First Person Shooter Hacks › Overwatch Hacks & Cheats › Overwatch Coding & Resources › .AHK for owevatch

.AHK for owevatch

Posts 1–6 of 6 · Page 1 of 1
PA
paradoxe1978
.AHK for owevatch
Reaper Reload/Melee

Code:
    $r:: ; reload key
    {
    send {r} ; reload key
    sleep 300 ; 300 is the delay in ms
    send {v} ; your melee key
    }
    return
     
    Numpad0::suspend ; pause the script
Firstly Soldier norecoil:

Toggle on/off = Left Alt
Terminate script = numbad 0


Code:
    LAlt::Pause
    ~$LButton::
        While GetKeyState("LButton", "P"){
     
    Click down
    Sleep, 450
    Click up
    Sleep, 25
    }
    return
     
    Numpad0::ExitApp
mccree right click no recoil

Code:
     SendMode Input
     
     
    Numpad0::ExitApp
     
    ~RButton::
    Loop
        If GetKeyState("RButton") {
            Sleep, 5
            moveAmount := (moveAmount = 2) ? 3 : 0
            mouseXY(moveAmount,3.4)
           
        }
        else
        break
       
    Return
     
     
     
    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uint,0)
    }
Reinhardt faster melee

Code:
    ~$LButton::
        While GetKeyState("LButton", "P"){
     
    Click
    sleep 450
    Click right down
    sleep 200
    Click right up
    sleep 300
     
    }
    return
     
    Numpad0::ExitApp
Not my job
#1 · edited 10y ago · 10y ago
RI
ripvapor
Quote Originally Posted by paradoxe1978 View Post
Reaper Reload/Melee

Code:
    $r:: ; reload key
    {
    send {r} ; reload key
    sleep 300 ; 300 is the delay in ms
    send {v} ; your melee key
    }
    return
     
    Numpad0::suspend ; pause the script
Firstly Soldier norecoil:

Toggle on/off = Left Alt
Terminate script = numbad 0


Code:
    LAlt::Pause
    ~$LButton::
        While GetKeyState("LButton", "P"){
     
    Click down
    Sleep, 450
    Click up
    Sleep, 25
    }
    return
     
    Numpad0::ExitApp
mccree right click no recoil

Code:
    SendMode Input
     
     
    Numpad0::ExitApp
     
    ~RButton::
    Loop
        If GetKeyState("RButton") {
            Sleep, 5
            moveAmount := (moveAmount = 2) ? 3 : 0
            mouseXY(moveAmount,3.4)
           
        }
        else
        break
       
    Return
     
     
     
    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uint,0)
    }
Reinhardt faster melee

Code:
    ~$LButton::
        While GetKeyState("LButton", "P"){
     
    Click
    sleep 450
    Click right down
    sleep 200
    Click right up
    sleep 300
     
    }
    return
     
    Numpad0::ExitApp
Not my job
How do I use it? Thanks in advance

- - - Updated - - -

Ok, I learned how to use it.
Just one thing:
Reaper: It don't do hit when he auto-reload, just when you press R, and don't do it when you're shotting, because he will just do a melee attack
Soldier: It's fine
McCree: I don't see difference
Reindhart: It's a bit weird how it looks, and give me headhache the change of position xD
#2 · 10y ago
PA
paradoxe1978
https://autohotkey.com
copy past code, register to soldier.ahk or reaper.ahk open the file .ahk ---program autokey
only extention.ahk

macree working Video:

https://vimeo.com/173286066
password MCR33ISTH3B3457

SORRY FOR MY BAD ENGLISH
#3 · edited 10y ago · 10y ago
RI
ripvapor
Quote Originally Posted by paradoxe1978 View Post
copy past code, register to soldier.ahk or reaper.ahk open the file .ahk ---program autokey
only extention.ahk

macree working Video:


password MCR33ISTH3B3457

SORRY FOR MY BAD ENGLISH
Maybe I copypasted it bad, I'll try later, thanks you mate
#4 · 10y ago
FI
filedit22
this is my auto jumping good for lucio and genji (for genji you need autoclimb in control setting)
Quote Originally Posted by paradoxe1978 View Post
*space::
Loop
{
GetKeyState,state,space,P
if state = U
break



Send,{space}
Sleep,50
}
return
#5 · 10y ago
AO
aoDAddi
have u guys gotten banned for using this?
#6 · 10y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • Help With AHK for bo2By donnyballer3 in Call of Duty Black Ops 2 Help
    0Last post 10y ago
  • AHK for mac?By captinawesome in Realm of the Mad God Help & Requests
    2Last post 13y ago
  • Rapid Fire for every Game [AHK]By |cS| StikxX in Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    28Last post 13y ago
  • Updating AHK Script for v1.0By MateyB in Realm of the Mad God Help & Requests
    9Last post 13y ago
  • QuickScope Script(source) for AHK - Can be edited for any sniperBy damndawg123 in Call of Duty Black Ops 2 Coding, Programming & Source Code
    5Last post 13y ago

Tags for this Thread

None