Maximus wrote:I wouldnt be able to see the text to hover the mouse over.
So how were you able to read my post then?
Maximus wrote:can you make it play video games for me as well?
Almost! One can easily insert keystrokes into the keyboard buffer. ie: With VB script...
Set WshShell = WScript.CreateObject("WScript.Shell")
For i = 0 To 10
WshShell.SendKeys "My name is Maximus!"
WshShell.SendKeys "{ENTER}"
WScript.Sleep 50
Next