hi , i'm making a keylogger and i want it to create a text file and log to that file. how would i go about doing this?
Printable View
hi , i'm making a keylogger and i want it to create a text file and log to that file. how would i go about doing this?
Why would you want to do that? We don't like keyloggers around here and won't help you unless you have a very good reason for wanting to use one.
If you want to output anything into a text file just use Output instead of Input.
ex.
VB Code:
Open "filespec" for Output As #1 Print #1, varwhatever close #1
the reason i'm making a keylogger is because everytime someone is on my computer they are always going go inapproapte sites and such and they delete the history so i technically cant prove that they have done this so in order to do this i'm using a keylogger to be able to catch them
This should be good enough to help you out.
I might just remove it in a few minutes, so grab it while you can.