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