
I added an adjustable sleep value to address this, but you would need to tailor it for your use, again, you didn't really say how many times or how quickly you wanted commands to be sent. The laggy part was probably because it was sending the commands so fast to the window, that the game honestly couldn't keep up.

BYOND NOT OPENING WINDOWS
SetTimer, SendRest, 300000 run rest process every 5mins Setup Pre-Requisites Note: If you opt to use the Windows installer, all pre-requisites (including MariaDB) are provided out of the box. While WinActive("ahk_id " GameID) while the game window ID is the active window IfWinExist, %GameWindowName% if game window exists WinWait, %GameWindowName% wait for game window to exist is BYOND not working / having issues for you Please check your wifi / mobile data connection and verify that it is working properly. IfWinNotExist, %GameWindowName% if game window doesnt exist SendCommand1 = train what you want to be sent to the game window GameWindowName = Bleach Lost Souls game window name Found the executable via find / -name 'bc' and examined the results. This is the default installation path on Linux. SetWorkingDir %A_ScriptDir% Ensures a consistent starting directory. 1 Answer Sorted by: 3 The path to the executable for Beyond Compare 4 is /usr/bin/bcompare. SendMode Input Recommended for new scripts due to its superior speed and reliability. #NoEnv Recommended for performance and compatibility with future AutoHotkey releases.

BYOND NOT OPENING CODE
but this is just a quick code based on what was provided.
