Okay I've never used VB before and I decided to make an anti afker today.
Bsically after trawling google, I came up with:
Code:
Interaction.AppActivate("World of Warcraft");
SendKeys.Send("w");
SendKeys.Send("s");
SendKeys.Send("w");
SendKeys.Send("s");
SendKeys.Send("w");
SendKeys.Send("w");
SendKeys.Send(" ");
SendKeys.Send("d");
Which I gather will push the character forward, then back, then forward, >>>> jump, sideways, etc.
I've made the graphical part of it, now how do I link a button I made to activate it? ...:/