-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinkvertise Bypasser.py
More file actions
57 lines (47 loc) · 3.56 KB
/
Linkvertise Bypasser.py
File metadata and controls
57 lines (47 loc) · 3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
import requests, gratient
from os import system
system("cls && title CVIP LINKVERTISE BYPASSER")
def main():
try:
Banner = (gratient.purple("""
▓██▓ ██▓ ███▄ █ ██ ▄█▀ ▄▄▄▄ ▓██ ██▓ ██▓███ ▄▄▄ ██████ ██████ ▓█████ ██▀███
▓██▒ ▓██▒ ██ ▀█ █ ██▄█▒ ▓█████▄ ▒██ ██▒▓██░ ██▒▒████▄ ▒██ ▒ ▒██ ▒ ▓█ ▀ ▓██ ▒ ██▒
▒██░ ▒██▒▓██ ▀█ ██▒▓███▄░ ▒██▒ ▄██ ▒██ ██░▓██░ ██▓▒▒██ ▀█▄ ░ ▓██▄ ░ ▓██▄ ▒███ ▓██ ░▄█ ▒
▒██░ ░██░▓██▒ ▐▌██▒▓██ █▄ ▒██░█▀ ░ ▐██▓░▒██▄█▓▒ ▒░██▄▄▄▄██ ▒ ██▒ ▒ ██▒▒▓█ ▄ ▒██▀▀█▄
░██████▒░██░▒██░ ▓██░▒██▒ █▄ ░▓█ ▀█▓ ░ ██▒▓░▒██▒ ░ ░ ▓█ ▓██▒▒██████▒▒▒██████▒▒░▒████▒░██▓ ▒██▒
░ ▒░▓ ░░▓ ░ ▒░ ▒ ▒ ▒ ▒▒ ▓▒ ░▒▓███▀▒ ██▒▒▒ ▒▓▒░ ░ ░ ▒▒ ▓▒█░▒ ▒▓▒ ▒ ░▒ ▒▓▒ ▒ ░░░ ▒░ ░░ ▒▓ ░▒▓░
░ ░ ▒ ░ ▒ ░░ ░░ ░ ▒░░ ░▒ ▒░ ▒░▒ ░ ▓██ ░▒░ ░▒ ░ ▒ ▒▒ ░░ ░▒ ░ ░░ ░▒ ░ ░ ░ ░ ░ ░▒ ░ ▒░
░ ░ ▒ ░ ░ ░ ░ ░ ░░ ░ ░ ░ ▒ ▒ ░░ ░░ ░ ▒ ░ ░ ░ ░ ░ ░ ░ ░░ ░
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░ ░ ░
c v i p
"""))
def purple(text):
system(""); faded = ""
red = 35
for character in text:
red += 3
if red > 255:
red = 255
faded += (f"\033[38;2;{red};0;220m{character}")
return faded
File = open("Link.txt", "a")
print(Banner)
url = input(purple(" [>] Linkvertise link : "))
API = f"https://bypass.bot.nu/bypass2?url={url}"#Other API https://bypass.bot.nu/bypass2?url= Or https://soud.me/api/Bypass?url= or https://bypass.bot.nu/bypass2?url=
data = requests.get(f"https://bypass.bot.nu/bypass2?url={url}")
link = data.json()["destination"]
system("cls")
print(Banner)
print(gratient.green(f" [>] Destination link : {link}"))
File.write(f"{link}" + "\n")
system("pause >nul")
File.close()
except:
system("cls")
print(Banner)
print(purple(" [>] Bro use a working URL hit eniter to go back"))
system("pause >nul")
system("cls")
main()
main()