Jump to content
LaunchBox Community Forums

Arcade Cabinet Custom Attract loop using autohotkey. (Bigbox + Retroarch)


Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...