I can't find the DemulShooter bbhut file to modify
#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
Run, DemulShooter\ DemulShooterX64.exe -target=windows -rom=bbhut
Run, "BBH.exe"
Escape::
Process,Close,BBH.exe
Run,taskkill /im "BBH.exe" /F
sleep, 5000
ExitApp
return
where to find the bbhut file in demulshooter?