June 27, 20196 yr I am trying to figure out if there is a way to get Wrobot to press a button in TBA. I don't want to use the internal macro function because it isn't configurable enough for my needs. I seem to remember a LUA script that would press a button but I can't seem to find it. I am looking for something like this to insert into an XML fightclass. /run script(KeyboardPress "T") Any help would be appreciated.
June 27, 20196 yr Hello, try to run c# code like: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.T);
Create an account or sign in to comment