simubot 0 Posted June 27, 2019 Share Posted June 27, 2019 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. Link to comment https://wrobot.eu/forums/topic/11433-press-button-in-xml-fightclass/ Share on other sites More sharing options...
Droidz 2738 Posted June 27, 2019 Share Posted June 27, 2019 Hello, try to run c# code like: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.T); simubot 1 Link to comment https://wrobot.eu/forums/topic/11433-press-button-in-xml-fightclass/#findComment-54723 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now