jacob.pederson Posted July 5, 2018 Share Posted July 5, 2018 Arcade Cabinet Custom Attract loop using autohotkey. (Bigbox + Retroarch) I got this great idea this morning that the attract mode would be alot more attractive if it actually launched games, so I made this script. Super easy mode if anybody wants to try it. If any wizards want to make a better version of the script that sleeps when you're playing a game, then turns back on. That would be even better! https://www.youtube.com/watch?v=uAni6umWQtM Spoiler #Persistent #InstallKeybdHook SetTitleMatchMode, 2 loop { sleep 13000 WinActivate, BigBox send {enter} sleep 1000 send {enter} sleep 1000 send {enter} sleep 1000 WinActivate, Retro sleep 1000 WinActivate, Retro sleep 70000 run taskkill /IM retroarch.exe,, Hide Sleep 1000 WinActivate, ahk_exe BigBox.exe send b } Escape:: ExitApp Custom Attract Loop.ahk Quote Link to comment Share on other sites More sharing options...
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.