FANEq Posted March 4, 2011 Posted March 4, 2011 (edited) hay gusy i wanna write something like keylogger but its for my own pc to check what my family doing ( logs ) the log are saved to "edit1" or ".txt" file and i have problem becouse when i test it and i writle really fast. my programe cut some words when i type "i love you" very fast i have reson "I loe yu" ( Sometimes skips a key ) here is how i read key If _IsPressed(47,$dll)Then FileWrite($userlog,"g") sleep(120) EndIf or the same problem with If _IsPressed(47,$dll)Then FileWrite($userlog,"g") EndIf while _ispressed(47,$dl) wend any ideas? Edited March 4, 2011 by FANEq
iamtheky Posted March 4, 2011 Posted March 4, 2011 not only are you not getting any help for a keylogger, a keylogger might be the worst solution ever for capturing sites that are browsed to (the whole point and click thing is catching on) ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
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