mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 10:25:33 +00:00
Update README.md
added Installation Instructions and Features
This commit is contained in:
parent
5bec53b145
commit
091955a749
38
README.md
38
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)
|
||||
|
|
Loading…
Reference in a new issue