Results 1 to 5 of 5

Thread: saving to a text document

  1. #1

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    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?

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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.

  3. #3
    New Member
    Join Date
    Jun 2005
    Posts
    12

    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:
    1. Open "filespec" for Output As #1
    2. Print #1, varwhatever
    3. close #1
    Last edited by LeftoverLinguine; Jun 4th, 2005 at 01:17 PM.

  4. #4

    Thread Starter
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    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

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

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



Click Here to Expand Forum to Full Width