https://github.com/filiprokita/fr_spammer
This program is a simple spamming tool that creates a large number of text files with the name "FR_XXX.txt" (where XXX is a number from 0 to 999999) and the content "filiprokita.com" written in them. The program uses C++ file stream operations to create and write to the text files.
https://github.com/filiprokita/fr_spammer
cpp creating-files file-spammer file-stream fun prank writing-files
Last synced: 5 months ago
JSON representation
This program is a simple spamming tool that creates a large number of text files with the name "FR_XXX.txt" (where XXX is a number from 0 to 999999) and the content "filiprokita.com" written in them. The program uses C++ file stream operations to create and write to the text files.
- Host: GitHub
- URL: https://github.com/filiprokita/fr_spammer
- Owner: FilipRokita
- Created: 2021-12-04T23:03:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T12:43:57.000Z (over 2 years ago)
- Last Synced: 2025-03-24T21:33:41.759Z (8 months ago)
- Topics: cpp, creating-files, file-spammer, file-stream, fun, prank, writing-files
- Language: C++
- Homepage:
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FR_Spammer
FR_Spammer is a simple C++ program that generates a large number of text files with the prefix "FR_" followed by a number. This program was created by Filip Rokita and can be found on his website [filiprokita.com](https://www.filiprokita.com).
## How it works
The program uses a loop to generate a series of numbers between 0 and 999999. Each number is then converted to a string and saved as `tempname`. The program then creates a temporary file called `FR_Temp.txt` and writes a string that includes the `tempname` to the file. The program then reads the temporary file and saves the string as `ffn`. Finally, the program creates a new text file with the name `FR_` followed by the `tempname` and writes the string "filiprokita.com" to the file.
## Installation
To run the program, simply download the code and compile it using a C++ compiler. This program does not require any external libraries or dependencies.
## Usage
Once the program has been compiled, simply run the executable file. The program will automatically generate a large number of text files in the current directory.