Closed slim25 closed 8 years ago
The "Send" function is provided by AutoIt run-time library: https://www.autoitscript.com/autoit3/docs/functions/Send.htm
You can use the "input_driver.au3" file instead of the "input.au3" one in case you want to simulate key presses via InpOut32 driver. This approach can be helpful to avoid protection systems in some servers.
Ok, thanx a lot!
Where is realization of Send function in input.au3 file?