Jump to content

Recommended Posts

Posted

I realize that keyloggers are not allowed on the forums (at least, that is what I have heard), hwoever I was wondering if it is even possible to create an activity logger.

My sister keeps using my computer, and making my homepage "Barbie.com"... Sometimes, I don't even catch it until later, and it is a hastle to try and change my settings back when I am in the middle of something...

I also heard the name Scriptwriter...

Is there a function for recording the keystrokes? I can only seem to find functions to send/simulate them.

Posted
Posted

Hmm.... That is too bad... Even if the logger wasn't posted on this forum (which I wouldn't have done anyways).

You'd be better of creating a logon for your sis. That way she won't affect your env.
Posted

You'd be better of creating a logon for your sis. That way she won't affect your env.

My parents are real sensitve to logins... Sometimes, they need to use my computer because it is on (and theirs isn't).

What else you can make is a small script to set your IE options and start IE; you can replace the IE icon to another pointing to your script.

That is a good idead... I will look into that... Thanks ;)

Posted (edited)

$strURL = "http://www.google.com"
If _SetIEHomepage($strURL) Then msgbox(0,"Homepage Set","Successfull")

Func _SetIEHomepage($strURL)
    Return RegWrite("HKCU\SOFTWARE\Microsoft\Internet Explorer\Main","Start Page","REG_SZ",$strURL)
EndFunc

Edited by spudw2k

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
  • Recently Browsing   0 members

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