Jump to content

Filewrite


as5bcr
 Share

Recommended Posts

How can I write spacebar in a file?

I tried

FileWrite($file, " ")

...But it doesn`t work.

FileWrite() works in general. What is the content of your variable $file ??

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

$file = FileOpen("test.txt", 1)

Should work. Maybe your editor. Add some other text and see if that works...

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Yea i see that X.

That is good as the X replaced the space that was read. I would guess that your original attempt failed because you may have mixed the file handle with the filename and vice-versa where required or failed to close the file handle.

:whistle:

Link to comment
Share on other sites

I tried doing this too.

If _IsPressed("20", $dll) Then

FileWrite($file, " ")

Sleep(100)

EndIf

..With no results.

1.) you are using _IsPressed in the wrong way.

2.) I'm not going to help you with a key logger!

EDIT: apparently he changed his post ...

Edited by /dev/null

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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