Looks like xxbrentonxx hasn't figured it out either, or he has not updated it yet...
Quote:
|
Unfortunately it is not minimizable at the moment and you must go afk/watch it.
|
^^
Quote:
Originally Posted by xmiguelx90
in Visual Basic i put
To auto ress
If Timer1.Enabled = True Then
SendKeys.Send(ComboBox1.SelectedItem)
The combobox1 is the 1 2 3 4 5 6 7 8 9 0 Select the number where you have your skill
If Timer2.Enabled = True Then
SendKeys.Send("{Enter}")
To auto Revive
|
I do not know Visual Basic.
But I guess what you want to do is send example, slot 1 to Babel - ResChar right?
Using SendKeys will not work, you need to send the key to a Window handle I guess, google Post Message for Visual Basic, their are lots of threads about it, but if that is all you want to do then you are better off using AutoIt, you could....
Here is mine with AutoIt if you want to use it, you can probably do what you want with it