Skip to content

Possible to create really big files, and thus take up all the space on hard disk #3

@Amaz1

Description

@Amaz1

I was able to do this, with help from a random word generator and copy + paste:
screenshot_2017-02-06_21-37-52
(Ignore the usage, just the size of the folder.)

I was able to do this by making a big file by copying and pasting this code a few times, so I ended up with a file ~200mb. (Using clear fixed any lag caused by the large amount of characters on screen.) When I had a suitably large file, using this code, I was able to make copies of it: for i = 1, 50 do fs.copy("test", "test" .. i) end That made ~10gb of files. I don't think there's a maximum limit to the number of files you can copy in one go. (I'm surprised it doesn't time out.) Also, while copying the files, the game hangs completely.

Maybe a size limit needs to be added either to individual files, or to the computer folder as a whole, to prevent computers being abused in this way. (Even with a size limit on individual files (or even computers), a player could still make a huge amount of them, it would just take a bit longer. And even if players had their own size limit, they could still make multiple accounts...)

I'm really enjoying playing around with the mod - great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions