Skip to content

Commit 2531347

Browse files
UPDATED THE CODE AND FIXED ALL ERRORS :)
1 parent cfa59a5 commit 2531347

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

proxyz.py

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import time
55
import random
66

7+
hehe = "SUBSCRIBE TO CODING WITH UDAY"
8+
79
init(convert=True)
810

911
os.system('cls' if os.name == 'nt' else 'clear')
@@ -73,7 +75,7 @@ def getsocks5():
7375

7476

7577
def main():
76-
print(Fore.LIGHTGREEN_EX + '''
78+
print(Fore.LIGHTRED_EX + '''
7779
_______ _______ ______ __ __ __ __ ________
7880
| \ | \ / \ | \ | \| \ / \| \
7981
| $$$$$$$\| $$$$$$$\| $$$$$$\| $$ | $$ \$$\ / $$ \$$$$$$$$
@@ -82,13 +84,13 @@ def main():
8284
| $$$$$$$ | $$$$$$$\| $$ | $$ / $$$$\ \$$$$ / $$
8385
| $$ | $$ | $$| $$__/ $$| $$ \$$\ | $$ / $$___
8486
| $$ | $$ | $$ \$$ $$| $$ | $$ | $$ | $$ \
85-
\$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$ \$$$$$$$$
87+
\$$ \$$ \$$ \$$$$$$ \$$ \$$ \$$ \$$$$$$$$ - V2
8688
8789
Note - Use At Your Own Risk. The Developer Of This Software Will Not
8890
Be Hold Liable For Any Bad Activities You Do!
8991
9092
MADE BY - Coding With Uday
91-
Website - https://dev-uday.cf
93+
Website - https://codeuday.rf.gd
9294
YouTube - https://youtube.com/codingwithuday
9395
Github - https://github.com/CodingWithUday
9496
''')
@@ -101,17 +103,17 @@ def main():
101103
a = input(Fore.LIGHTWHITE_EX + "Choose Type of Proxy : ")
102104
if(a == "1"):
103105
for i in range(lines):
104-
print(Fore.LIGHTWHITE_EX + "[ " + Fore.LIGHTGREEN_EX + "Success -> HTTPS" + Fore.LIGHTWHITE_EX + " ] " + Fore.LIGHTGREEN_EX + https[i])
106+
print(Fore.LIGHTWHITE_EX + "[ " + Fore.LIGHTRED_EX + "Success -> HTTPS" + Fore.LIGHTWHITE_EX + " ] " + Fore.LIGHTRED_EX + https[i])
105107
https_file.write('\n' + https[i])
106108
time.sleep(0.1)
107109
elif(a == "2"):
108110
for a in range(hlines):
109-
print(Fore.LIGHTWHITE_EX + "[ " + Fore.LIGHTGREEN_EX + "Success -> HTTP" + Fore.LIGHTWHITE_EX + " ] " + Fore.LIGHTGREEN_EX + http[a])
111+
print(Fore.LIGHTWHITE_EX + "[ " + Fore.LIGHTRED_EX + "Success -> HTTP" + Fore.LIGHTWHITE_EX + " ] " + Fore.LIGHTRED_EX + http[a])
110112
http_file.write('\n' + http[a])
111113
time.sleep(0.1)
112114
elif(a == "3"):
113115
for b in range(slines):
114-
print(Fore.LIGHTWHITE_EX + "[ " + Fore.LIGHTGREEN_EX + "Success -> SOCKS4" + Fore.LIGHTWHITE_EX + " ] " + Fore.LIGHTGREEN_EX + socks4[b])
116+
print(Fore.LIGHTWHITE_EX + "[ " + Fore.LIGHTRED_EX + "Success -> SOCKS4" + Fore.LIGHTWHITE_EX + " ] " + Fore.LIGHTRED_EX + socks4[b])
115117
socks4_file.write('\n' + socks4[b])
116118
time.sleep(0.1)
117119
elif(a == "4"):
@@ -135,6 +137,8 @@ def main():
135137
main()
136138
print("All Proxy's Successfully Generated And Saved To File!")
137139

140+
os.system('pause' if os.name == 'nt' else 'pause')
141+
138142

139143

140144

@@ -143,3 +147,4 @@ def main():
143147

144148

145149

150+
print('SUBSCRIBE CODING WITH UDAY')

0 commit comments

Comments
 (0)