Jump to content

problem with is pressed.


Recommended Posts

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 by FANEq
Link to comment
Share on other sites

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)

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

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...