-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsql1.py
More file actions
37 lines (31 loc) · 848 Bytes
/
Copy pathsql1.py
File metadata and controls
37 lines (31 loc) · 848 Bytes
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
import os
import sys
import time
import requests
os.system('clear')
logo = """ \033[5;37;40m
-------------------------------
AUTHER: HALO
[+] Instagram : i4m_rio
[+] Telegram : i4m_mrx
[+] snapchat : im_halo0
[+] github : halocrak
[+] facebook : imfor halo
[+] youtube : MRX CODAR
-------------------------------
"""
print logo
print '\033[5;30;31m1- COMBO ACC PS4'
print '2- CHECKER ACC PS4'
im = raw_input('HALLBZHERA:')
if im == '1':
import os
os.system("rm -rf all")
os.system("git clone https://github.com/halocrak/all")
os.system("python all/ps4.py")
if im == '2':
import os
os.system("rm -rf all")
os.system("git clone https://github.com/halocrak/all")
os.system("python all/12345.py")
sys.exit()