-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.py
142 lines (123 loc) · 6.66 KB
/
main.py
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
from colorama import Fore, Style, init
from pystyle import Write, System, Colors, Colorate
import tls_client
from tls_client import Session
import random
import concurrent.futures
import time
import json
import os
import ctypes
import spammer
import realistic
import sender
import check
titulo_terminal = '[PYGG] by PyController'
if os.name == 'posix':
os.system('clear')
os.system(f'echo -n -e "\033]0;{titulo_terminal}\007"')
elif os.name == 'nt':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW(f'{titulo_terminal}')
while True:
Write.Print("""
\t\t\t\t\t██████╗ ██╗ ██╗ ██████╗ ██████╗
\t\t\t\t\t██╔══██╗╚██╗ ██╔╝██╔════╝ ██╔════╝
\t\t\t\t\t██████╔╝ ╚████╔╝ ██║ ███╗██║ ███╗
\t\t\t\t\t██╔═══╝ ╚██╔╝ ██║ ██║██║ ██║
\t\t\t\t\t██║ ██║ ╚██████╔╝╚██████╔╝
\t\t\t\t\t╚═╝ ╚═╝ ╚═════╝ ╚═════╝
\t\t\t\t\t (Python Guilded Generator)
\t\t\t\t By: PyController (and a random guy)
\t\t\t\t\t On: github.com/PyController
\t
\t
[1] Bot Gen + Joiner | [2] Realistic Generator | [3] Spammer | [4] Account Checker
""", Colors.yellow_to_red, interval=0.000)
opcion = str(input(Fore.YELLOW + "[" + Fore.RED + ">" + Fore.YELLOW + "] " + Fore.WHITE))
mensaje = 'Accounts successfully generated with PYGG!'
if opcion == '1':
titulo_terminal = '[PYGG] by PyController - Bot Gen + Joiner'
if os.name == 'posix':
os.system('clear')
os.system(f'echo -n -e "\033]0;{titulo_terminal}\007"')
elif os.name == 'nt':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW(f'{titulo_terminal}')
Write.Print("""
\t\t\t\t\t██████╗ ██╗ ██╗ ██████╗ ██████╗
\t\t\t\t\t██╔══██╗╚██╗ ██╔╝██╔════╝ ██╔════╝
\t\t\t\t\t██████╔╝ ╚████╔╝ ██║ ███╗██║ ███╗
\t\t\t\t\t██╔═══╝ ╚██╔╝ ██║ ██║██║ ██║
\t\t\t\t\t██║ ██║ ╚██████╔╝╚██████╔╝
\t\t\t\t\t╚═╝ ╚═╝ ╚═════╝ ╚═════╝
""", Colors.yellow_to_red, interval=0.000)
mensaje = 'Accounts successfully generated with PYGG!'
spammer.spammer()
elif opcion == '2':
titulo_terminal = '[PYGG] by PyController - Realistic Generator'
if os.name == 'posix':
os.system('clear')
os.system(f'echo -n -e "\033]0;{titulo_terminal}\007"')
elif os.name == 'nt':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW(f'{titulo_terminal}')
Write.Print("""
\t\t\t\t\t██████╗ ██╗ ██╗ ██████╗ ██████╗
\t\t\t\t\t██╔══██╗╚██╗ ██╔╝██╔════╝ ██╔════╝
\t\t\t\t\t██████╔╝ ╚████╔╝ ██║ ███╗██║ ███╗
\t\t\t\t\t██╔═══╝ ╚██╔╝ ██║ ██║██║ ██║
\t\t\t\t\t██║ ██║ ╚██████╔╝╚██████╔╝
\t\t\t\t\t╚═╝ ╚═╝ ╚═════╝ ╚═════╝
""", Colors.yellow_to_red, interval=0.000)
mensaje = 'Accounts successfully generated with PYGG!'
realistic.realistic()
elif opcion == '3':
titulo_terminal = '[PYGG] by PyController - Spammer'
if os.name == 'posix':
os.system('clear')
os.system(f'echo -n -e "\033]0;{titulo_terminal}\007"')
elif os.name == 'nt':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW(f'{titulo_terminal}')
Write.Print("""
\t\t\t\t\t██████╗ ██╗ ██╗ ██████╗ ██████╗
\t\t\t\t\t██╔══██╗╚██╗ ██╔╝██╔════╝ ██╔════╝
\t\t\t\t\t██████╔╝ ╚████╔╝ ██║ ███╗██║ ███╗
\t\t\t\t\t██╔═══╝ ╚██╔╝ ██║ ██║██║ ██║
\t\t\t\t\t██║ ██║ ╚██████╔╝╚██████╔╝
\t\t\t\t\t╚═╝ ╚═╝ ╚═════╝ ╚═════╝
""", Colors.yellow_to_red, interval=0.000)
mensaje = 'Messages successfully sended with PYGG!'
sender.iniciar()
elif opcion == '4':
titulo_terminal = '[PYGG] by PyController - Account Checker'
if os.name == 'posix':
os.system('clear')
os.system(f'echo -n -e "\033]0;{titulo_terminal}\007"')
elif os.name == 'nt':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW(f'{titulo_terminal}')
Write.Print("""
\t\t\t\t\t██████╗ ██╗ ██╗ ██████╗ ██████╗
\t\t\t\t\t██╔══██╗╚██╗ ██╔╝██╔════╝ ██╔════╝
\t\t\t\t\t██████╔╝ ╚████╔╝ ██║ ███╗██║ ███╗
\t\t\t\t\t██╔═══╝ ╚██╔╝ ██║ ██║██║ ██║
\t\t\t\t\t██║ ██║ ╚██████╔╝╚██████╔╝
\t\t\t\t\t╚═╝ ╚═╝ ╚═════╝ ╚═════╝
""", Colors.yellow_to_red, interval=0.000)
mensaje = 'Accounts successfully checket with PYGG'
check.iniciar()
else:
print(Fore.RED + "[x] Incorrect option.")
opcion = str(input(Fore.YELLOW + "[" + Fore.RED + ">" + Fore.YELLOW + "] " + Fore.WHITE))
opcion = 0
print(Fore.GREEN + "[✓] " + Fore.WHITE + mensaje)
time.sleep(2.5)
titulo_terminal = '[PYGG] by PyController'
if os.name == 'posix':
os.system('clear')
os.system(f'echo -n -e "\033]0;{titulo_terminal}\007"')
elif os.name == 'nt':
os.system('cls')
ctypes.windll.kernel32.SetConsoleTitleW(f'{titulo_terminal}')