Sended console command by AutoIT?
I have tried to use following "AutoIT" script:
In vindictus, i do not have injected any console command tools, but the game also affected by following code.
Code:
Send("{Numpad6}") ; set your key bound to host_timescale 3
Sleep(10000)
Send("{6}") ; set your key bound to cc_set_subweapon spears 999
I wanna knows what are principle or ".dll" use about that, then i could make "un"-injected console command tools by other programme languages, such as C++, VB6(be good at)...