From 091955a7492f6346422be8f4e841f6cbe754789a Mon Sep 17 00:00:00 2001 From: Schmenn Date: Fri, 8 Jan 2021 21:57:16 +0100 Subject: [PATCH] Update README.md added Installation Instructions and Features --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3aef8..4ba73f7 100644 --- a/README.md +++ b/README.md @@ -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)