ellysh / l2bot

Simple and easy configurable Lineage 2 bot on AutoIt scripting language
http://en-l2bot.blogspot.com
GNU General Public License v3.0
35 stars 26 forks source link

Send function realization #5

Closed slim25 closed 8 years ago

slim25 commented 8 years ago

Where is realization of Send function in input.au3 file?

ellysh commented 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.

slim25 commented 8 years ago

Ok, thanx a lot!