Jump to content

Ghost Key


Guest kahoona
 Share

Recommended Posts

Guest kahoona

Looking to create my own ghost key software to keep an eye on the kids. Is there an easy way to record keyboard strokes, and send through to a file (perhaps inifile) so it can be reviewed in the future? Can autoit provide such functionality? I know there is a inifilewrite command, but I cant get my head around how to record the keystrokes. Cheers :ph34r:

Link to comment
Share on other sites

You might try just logging to a running log instead of an ini file. You can use MouseGetPos() to get the current position of the mouse, WinGetTitle("") to get the title of the currently active window, etc. There is no way I know of to capture the mouse clicks, but you can do just about anything else.

Who else would I be?
Link to comment
Share on other sites

If it's to spy on the kids, then you might want to try non-scripted options ( :ph34r: ) like PrintKey 2000 (free) which you can configure to take snapshots of the screen periodically. Or freeware loggers which you can Google for.

Don't know how old / responsible the kids are (or are expected to be) .. but the fact that the logfiles from freeware apps or the image files from PrintKey are all easily accessible can be useful. You can deem that any files missing or tampered with will be seen in the same light as evidence of transgression; but it also gives you an opportunity to explore trust and integrity issues with them.

HTH :(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...