Computer Science Canada Can turing get Input.KeyDown input even if window is not active? |
Author: | LaZ3R [ Tue Nov 27, 2007 7:14 pm ] |
Post subject: | Can turing get Input.KeyDown input even if window is not active? |
Just wondering if it's possible to. Would be fun to make a keylogger ![]() Reason why I ask is Turing is able to constantly record position and mousebutton even if window is unactive and out of the window field. Why not letters as well? |
Author: | rdrake [ Tue Nov 27, 2007 9:25 pm ] |
Post subject: | RE:Can turing get Input.KeyDown input even if window is not active? |
The easiest way to do this would be to hook right into the keyboard directly using the win32 API, which Turing cannot do. |
Author: | LaZ3R [ Wed Nov 28, 2007 1:26 pm ] |
Post subject: | Re: Can turing get Input.KeyDown input even if window is not active? |
Damn! ![]() ![]() |
Author: | Dan [ Wed Nov 28, 2007 1:28 pm ] |
Post subject: | RE:Can turing get Input.KeyDown input even if window is not active? |
The only way whould be to make a program in another langue that could some how send the comands back to turing threw a net connection or file. |