mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 15:25:27 +00:00
Updated README.md
forgot to include this in the last release
This commit is contained in:
parent
4a44c592f7
commit
24b1b9a48a
19
README.md
19
README.md
|
@ -20,27 +20,28 @@ A program for creating exploited media files for discord written in Go.
|
||||||
|
|
||||||
### Creating an Expanding Video file
|
### Creating an Expanding Video file
|
||||||
|
|
||||||
`discord-exploits -m expandingvideo -i <input file>.webm`
|
`discord-exploits -m <mode> -i <input file>`
|
||||||
|
|
||||||
The Program only supports .webm files
|
the mode `e` stands for expanding video duration
|
||||||
|
|
||||||
##### The video will be saved with a random file name in the directory in which you ran the command
|
the mode `n` stands for negative video duration
|
||||||
##### You can use [ffmpeg](https://ffmpeg.org) to convert a video to .webm
|
|
||||||
|
|
||||||
### Creating a "Virus" Image
|
the mode `0` or `z` stands for video with 0s duration
|
||||||
|
|
||||||
`discord-exploits -m virusimage -i <input file>.png`
|
the mode `v` stands for virus image
|
||||||
|
|
||||||
The Program currently only supports PNG, other files will be implemented in the future
|
The Program only supports `webm` files for video and `png` files for images
|
||||||
|
|
||||||
##### The image will be saved with a random file name in the directory in which you ran the command
|
##### The file will be saved with a random file name in the directory in which you ran the command
|
||||||
|
##### You can use [ffmpeg](https://ffmpeg.org) to convert a video to .webm or to convert an image to png (better than online converters)
|
||||||
##### The image may get flagged by windows defender and will get removed. to restore the file, go to Settings > Update & Security > Windows Security > Virus & Threat protection and restore the file
|
##### The image may get flagged by windows defender and will get removed. to restore the file, go to Settings > Update & Security > Windows Security > Virus & Threat protection and restore the file
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Via releases
|
### Via releases
|
||||||
|
|
||||||
go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download `discord-exploits.exe`
|
go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download either the windows or linux version
|
||||||
|
|
||||||
###### availabe systems are:
|
###### availabe systems are:
|
||||||
`windows-64-bit
|
`windows-64-bit
|
||||||
windows-32-bit`
|
windows-32-bit`
|
||||||
|
|
Loading…
Reference in a new issue