Jun 3rd, 2005, 06:45 PM
#1
Thread Starter
Fanatic Member
saving to a text document
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?
Jun 3rd, 2005, 06:55 PM
#2
Re: saving to a text document
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.
Jun 3rd, 2005, 09:16 PM
#3
New Member
Re: saving to a text document
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
Last edited by LeftoverLinguine; Jun 4th, 2005 at 01:17 PM .
Jun 3rd, 2005, 09:20 PM
#4
Thread Starter
Fanatic Member
Re: saving to a text document
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
Jun 3rd, 2005, 10:08 PM
#5
Re: saving to a text document
This should be good enough to help you out.
I might just remove it in a few minutes, so grab it while you can.
Attached Files
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width