Vanity-Exploit/Vanity-Exploit.py

26 lines
2.3 KiB
Python
Raw Normal View History

2020-11-18 04:18:45 +00:00
import clipboard
intro = """
"""
print(intro)
2020-11-19 06:02:43 +00:00
Server = input("Server Invite:")
Invite = input("New Invite Name:")
2020-11-18 04:18:45 +00:00
2020-11-19 06:02:43 +00:00
Vanity = "discοrd.gg/" + invite + "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||" + server
clipboard.copy(Vanity)
2020-11-18 04:18:45 +00:00
2020-11-19 06:02:43 +00:00
print('Copied to Clipboard!\n Press Enter to Exit')
2020-11-18 04:18:45 +00:00
input()
print()