nosoucy62 Posted November 4 Share Posted November 4 Il y a 22 heures, Handsome_Van a dit : Awesome thank you so much for your hard work!! Quick question though...how do I launch the "OperationWolf.exe" file in AHK to hook Demulshooter without Steam automatically launching the "OperationWolfXR.exe" file? I can't get Steam to not launch the VR version outside of Steam. I'm trying to put this on my Light Gun Arcade Cab. Any help would be appreciated!! Cheers AHK WITH DEMULSHOOTER and compil it to have an .exe files #SingleInstance Force run C:\YOUR FOLDER\Operation Wolf Returns First Mission\DemulShooterX64.exe ; CHANGE THE LETTER OF YOUR INSTALL DIRECTORY sleep, 4000 run C:\YOUR FOLDER\Operation Wolf Returns First Mission\OperationWolf.exe ; CHANGE THE LETTER OF YOUR INSTALL DIRECTORY Left:: Send {q down}{e down} sleep 40 Send {e up}{q up} Return $Escape:: : Send !{f4} Process,Close,autohotkey Run,taskkill /im "ahk.exe" /F Process,Close,OperationWolf Run,taskkill /im "OperationWolf.exe" /F ExitApp return Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now