Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Afterburner1970 on September 09, 2025, 06:10:27 pm

Title: Auto Hotkey script to run Daytona 2 not working on windows 11
Post by: Afterburner1970 on September 09, 2025, 06:10:27 pm
Hi all,

Hoping someone can help with this AHK script to hide Supermodel Emulator on launch (objective is to hide the command box)

I don't understand how to code, but can sort of follow along with what the script is doing.

It used to work perfectly on XP and Windows 10, but after upgrading the OS (new computer, fresh install) the script runs (can hear the game running) but the screen stays black.



splashimage, C:\emulators\blackimage.bmp, B

setworkingdir, C:\Emulators\other_emus\supermodel
run supermodel dayto2pe.zip ,,hide

WinWaitActive, Model
WinWaitNotActive, Model
sleep 500

esc::
send !{F4}
MouseMove, 50, 1000, R
Click
exitapp

Thanks in advance