Jump to content
Download Section Back Up, Navigate the Right Hand Menu to find files, ignore the 0s

Need some AHK help for Killer Instinct


Metalzoic

Recommended Posts

Remapping the controls using AHK through RL's keymapper doesn't work with this game for some reason.

So I'm launching an AHK as a PostLaunch app which does work.

 

Problem is I don't know how to stop it again once I exit the game. I'm guessing just a postexit script, but have no idea how to make that end the Killer Instinct.AHK that's running.

 

Any help greatly appreciated.

Link to comment
Share on other sites

You have many options for that.

Add an loop to your script and check if the game is still running. When it is not running just add the exitApp to your script.

You could also look at your processes list for the name that the script process takes, and close it on your post launch script.

And so on.

Sent from my XT1068 using Tapatalk

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...