Update README.md

added Installation Instructions and Features
pull/2/head
Schmenn 2021-01-08 21:57:16 +01:00
parent 5bec53b145
commit 091955a749
1 changed files with 37 additions and 1 deletions

View File

@ -1 +1,37 @@
discord-exploits
# Discord-Exploits
A program for creating exploited media files for discord written in Go.
## Installation
### Via releases
go to [the releases page](https://github.com/Schmenn/discord-exploits/releases) and download `discord-exploits.exe`
###### only windows amd64, pre-compiled executables for other systems are getting added in future versions
### Compiling it yourself
###### make sure you have [Go](https://golang.org) installed and in your path
1. Clone this repository
`git clone https://github.com/Schmenn/discord-exploits`
2. Go into the folder
`cd discord-exploits`
3. Compile it
`go build`
###### the executable will have the name `discord-exploits`
### Current Features
* Feature for creating a video that, when played on discord, will seem like infinite, because the duration keeps getting longer
* Feature for creating an image then triggers other users' windows defender after being cached
### Upcoming Features
* Feature for creating a video that, when played on discord, will look like it has got a huge negative duration
* Feature for creating a video that, when played on discord, will look like it has got a constant duration of 0
##### If you have any questions, feel free to ask me on Discord (Schmenn#1088)