pugboy Posted August 26, 2008 Share Posted August 26, 2008 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. Link to comment Share on other sites More sharing options...
dbzfanatic Posted August 26, 2008 Share Posted August 26, 2008 Yes there are ways, no no one will help you since an "activity logger" is just a keylogger and you could quite easily be lying. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote] Link to comment Share on other sites More sharing options...
pugboy Posted August 26, 2008 Author Share Posted August 26, 2008 Hmm.... That is too bad... Even if the logger wasn't posted on this forum (which I wouldn't have done anyways). Link to comment Share on other sites More sharing options...
spudw2k Posted August 26, 2008 Share Posted August 26, 2008 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. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
enaiman Posted August 26, 2008 Share Posted August 26, 2008 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. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :) Link to comment Share on other sites More sharing options...
pugboy Posted August 26, 2008 Author Share Posted August 26, 2008 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 Link to comment Share on other sites More sharing options...
spudw2k Posted August 28, 2008 Share Posted August 28, 2008 (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 July 3, 2014 by spudw2k Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now