dov_EL Posted December 7, 2018 Posted December 7, 2018 I tried to use the same AHK from Darius, but that's not good. Still, just press Enter to start the game. How can I write the AHK file to launch this game? Desktop_2018_12.07_-_20_56_45_01.mp4 Quote
dov_EL Posted December 8, 2018 Author Posted December 8, 2018 WORK !! #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. ;SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance force Loop while WinExist("Battle Princess Madelyn Configuration") { Send, {Enter} ExitApp } 3 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.