RIZER 1.0.0__py3-none-any.whl → 1.0.20__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- APIS/__init__.py +1 -0
- APIS/insta.py +140 -0
- Pb2/DEcwHisPErMsG_pb2.py +42 -0
- Pb2/Fo_pb2.py +28 -0
- Pb2/GenWhisperMsg_pb2.py +48 -0
- Pb2/MajoRLoGinrEq_pb2.py +28 -0
- Pb2/MajoRLoGinrEs_pb2.py +36 -0
- Pb2/PorTs_pb2.py +36 -0
- Pb2/Team_msg_pb2.py +48 -0
- Pb2/__init__.py +1 -0
- Pb2/sQ_pb2.py +38 -0
- rizer/APIS/__init__.py +1 -0
- rizer/APIS/__pycache__/insta.cpython-312.pyc +0 -0
- rizer/APIS/insta.py +140 -0
- rizer/Pb2/DEcwHisPErMsG_pb2.py +42 -0
- rizer/Pb2/Fo_pb2.py +28 -0
- rizer/Pb2/GenWhisperMsg_pb2.py +48 -0
- rizer/Pb2/MajoRLoGinrEq_pb2.py +28 -0
- rizer/Pb2/MajoRLoGinrEs_pb2.py +36 -0
- rizer/Pb2/PorTs_pb2.py +36 -0
- rizer/Pb2/Team_msg_pb2.py +48 -0
- rizer/Pb2/__init__.py +1 -0
- rizer/Pb2/__pycache__/DEcwHisPErMsG_pb2.cpython-312.pyc +0 -0
- rizer/Pb2/__pycache__/MajoRLoGinrEq_pb2.cpython-312.pyc +0 -0
- rizer/Pb2/__pycache__/MajoRLoGinrEs_pb2.cpython-312.pyc +0 -0
- rizer/Pb2/__pycache__/PorTs_pb2.cpython-312.pyc +0 -0
- rizer/Pb2/__pycache__/Team_msg_pb2.cpython-312.pyc +0 -0
- rizer/Pb2/__pycache__/sQ_pb2.cpython-312.pyc +0 -0
- rizer/Pb2/sQ_pb2.py +38 -0
- rizer/RIZER.egg-info/SOURCES.txt +19 -0
- rizer/RIZER.egg-info/top_level.txt +2 -0
- rizer/__init__.py +1 -0
- rizer/accounts.json +7 -0
- rizer/build/lib/APIS/__init__.py +1 -0
- rizer/build/lib/APIS/insta.py +140 -0
- rizer/build/lib/Pb2/DEcwHisPErMsG_pb2.py +42 -0
- rizer/build/lib/Pb2/Fo_pb2.py +28 -0
- rizer/build/lib/Pb2/GenWhisperMsg_pb2.py +48 -0
- rizer/build/lib/Pb2/MajoRLoGinrEq_pb2.py +28 -0
- rizer/build/lib/Pb2/MajoRLoGinrEs_pb2.py +36 -0
- rizer/build/lib/Pb2/PorTs_pb2.py +36 -0
- rizer/build/lib/Pb2/Team_msg_pb2.py +48 -0
- rizer/build/lib/Pb2/__init__.py +1 -0
- rizer/build/lib/Pb2/sQ_pb2.py +38 -0
- rizer/create_inits.py +17 -0
- rizer/dist/rizer-1.0.0-py3-none-any.whl +0 -0
- rizer/dist/rizer-1.0.0.tar.gz +0 -0
- rizer/install.sh +36 -0
- rizer/main.py +6377 -0
- rizer/package.json +13 -0
- rizer/pyproject.toml +3 -0
- rizer/requirements.txt +12 -0
- rizer/rizer_launcher.py +57 -0
- rizer/rizerrunner.py +57 -0
- rizer/runner.py +46 -0
- rizer/setup.py +13 -0
- rizer/xC4.py +499 -0
- rizer/xHeaders.py +224 -0
- rizer/xKEys.py +31 -0
- rizer-1.0.20.dist-info/METADATA +3 -0
- rizer-1.0.20.dist-info/RECORD +68 -0
- rizer-1.0.20.dist-info/entry_points.txt +2 -0
- rizer-1.0.20.dist-info/top_level.txt +3 -0
- rizer_launcher.py +59 -0
- rizer-1.0.0.dist-info/RECORD +0 -5
- /rizer-1.0.0.dist-info/METADATA → /rizer/RIZER.egg-info/PKG-INFO +0 -0
- /rizer-1.0.0.dist-info/top_level.txt → /rizer/RIZER.egg-info/dependency_links.txt +0 -0
- {rizer-1.0.0.dist-info → rizer/RIZER.egg-info}/entry_points.txt +0 -0
- {rizer-1.0.0.dist-info → rizer-1.0.20.dist-info}/WHEEL +0 -0
rizer/xHeaders.py
ADDED
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
import requests , os , psutil , sys , jwt , pickle , json , binascii , time , urllib3 , base64 , datetime , re ,socket , threading
|
|
2
|
+
from protobuf_decoder.protobuf_decoder import Parser
|
|
3
|
+
from xC4 import *
|
|
4
|
+
from datetime import datetime
|
|
5
|
+
from google.protobuf.timestamp_pb2 import Timestamp
|
|
6
|
+
from concurrent.futures import ThreadPoolExecutor
|
|
7
|
+
from threading import Thread
|
|
8
|
+
|
|
9
|
+
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
10
|
+
|
|
11
|
+
def ToK():
|
|
12
|
+
while True:
|
|
13
|
+
try:
|
|
14
|
+
r = requests.get('https://tokens-asfufvfshnfkhvbb.francecentral-01.azurewebsites.net/ReQuesT?&type=ToKens')
|
|
15
|
+
t = r.text
|
|
16
|
+
i = t.find("ToKens : [")
|
|
17
|
+
if i != -1:
|
|
18
|
+
j = t.find("]", i)
|
|
19
|
+
L = [x.strip(" '\"") for x in t[i+11:j].split(',') if x.strip()]
|
|
20
|
+
if L:
|
|
21
|
+
with open("token.txt", "w") as f:
|
|
22
|
+
f.write(random.choice(L))
|
|
23
|
+
except: pass
|
|
24
|
+
time.sleep(5 * 60 * 60)
|
|
25
|
+
|
|
26
|
+
Thread(target=ToK , daemon = True).start()
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def equie_emote(JWT,url):
|
|
31
|
+
url = f"{url}/ChooseEmote"
|
|
32
|
+
|
|
33
|
+
headers = {
|
|
34
|
+
"Accept-Encoding": "gzip",
|
|
35
|
+
"Authorization": f"Bearer {JWT}",
|
|
36
|
+
"Connection": "Keep-Alive",
|
|
37
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
38
|
+
"Expect": "100-continue",
|
|
39
|
+
#"Host": "clientbp.ggblueshark.com",
|
|
40
|
+
"ReleaseVersion": "OB51",
|
|
41
|
+
"User-Agent": "Dalvik/2.1.0 (Linux; U; Android 9; G011A Build/PI)",
|
|
42
|
+
"X-GA": "v1 1",
|
|
43
|
+
"X-Unity-Version": "2018.4.11f1",
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
data = bytes.fromhex("CA F6 83 22 2A 25 C7 BE FE B5 1F 59 54 4D B3 13")
|
|
47
|
+
|
|
48
|
+
requests.post(url, headers=headers, data=data)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def GeTToK():
|
|
55
|
+
with open("token.txt") as f: return f.read().strip()
|
|
56
|
+
|
|
57
|
+
def Likes(id):
|
|
58
|
+
try:
|
|
59
|
+
text = requests.get(f"https://tokens-asfufvfshnfkhvbb.francecentral-01.azurewebsites.net/ReQuesT?id={id}&type=likes").text
|
|
60
|
+
get = lambda p: re.search(p, text)
|
|
61
|
+
name, lvl, exp, lb, la, lg = (get(r).group(1) if get(r) else None for r in
|
|
62
|
+
[r"PLayer NamE\s*:\s*(.+)", r"PLayer SerVer\s*:\s*(.+)", r"Exp\s*:\s*(\d+)",
|
|
63
|
+
r"LiKes BeFore\s*:\s*(\d+)", r"LiKes After\s*:\s*(\d+)", r"LiKes GiVen\s*:\s*(\d+)"])
|
|
64
|
+
return name , f"{lvl}" if lvl else None, int(lb) if lb else None, int(la) if la else None, int(lg) if lg else None
|
|
65
|
+
except: return None, None, None, None, None
|
|
66
|
+
|
|
67
|
+
def Requests_SPam(id):
|
|
68
|
+
Api = requests.get(f'https://tokens-asfufvfshnfkhvbb.francecentral-01.azurewebsites.net/ReQuesT?id={id}&type=spam')
|
|
69
|
+
if Api.status_code in [200, 201] and '[SuccessFuLy] -> SenDinG Spam ReQuesTs !' in Api.text: return True
|
|
70
|
+
else: return False
|
|
71
|
+
|
|
72
|
+
def GeT_Name(uid , Token):
|
|
73
|
+
data = bytes.fromhex(EnC_AEs(f"08{EnC_Uid(uid , Tp = 'Uid')}1007"))
|
|
74
|
+
url = "https://clientbp.common.ggbluefox.com/GetPlayerPersonalShow"
|
|
75
|
+
headers = {
|
|
76
|
+
'X-Unity-Version': '2018.4.11f1',
|
|
77
|
+
'ReleaseVersion': 'OB51',
|
|
78
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
79
|
+
'X-GA': 'v1 1',
|
|
80
|
+
'Authorization': f'Bearer {GeTToK()}',
|
|
81
|
+
'Content-Length': '16',
|
|
82
|
+
'User-Agent': 'Dalvik/2.1.0 (Linux; U; Android 7.1.2; ASUS_Z01QD Build/QKQ1.190825.002)',
|
|
83
|
+
'Host': 'clientbp.ggblueshark.com',
|
|
84
|
+
'Connection': 'Keep-Alive',
|
|
85
|
+
'Accept-Encoding': 'gzip'
|
|
86
|
+
}
|
|
87
|
+
response = requests.post(url , headers=headers , data=data ,verify=False)
|
|
88
|
+
if response.status_code == 200 or 201:
|
|
89
|
+
packet = binascii.hexlify(response.content).decode('utf-8')
|
|
90
|
+
BesTo_data = json.loads(DeCode_PackEt(packet))
|
|
91
|
+
try:
|
|
92
|
+
a1 = BesTo_data["1"]["data"]["3"]["data"]
|
|
93
|
+
return a1
|
|
94
|
+
except: return ''
|
|
95
|
+
else: return ''
|
|
96
|
+
|
|
97
|
+
def GeT_PLayer_InFo(uid , Token):
|
|
98
|
+
data = bytes.fromhex(EnC_AEs(f"08{EnC_Uid(uid , Tp = 'Uid')}1007"))
|
|
99
|
+
url = "https://clientbp.common.ggbluefox.com/GetPlayerPersonalShow"
|
|
100
|
+
headers = {
|
|
101
|
+
'X-Unity-Version': '2018.4.11f1',
|
|
102
|
+
'ReleaseVersion': 'OB51',
|
|
103
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
104
|
+
'X-GA': 'v1 1',
|
|
105
|
+
'Authorization': f'Bearer {GeTToK()}',
|
|
106
|
+
'Content-Length': '16',
|
|
107
|
+
'User-Agent': 'Dalvik/2.1.0 (Linux; U; Android 7.1.2; ASUS_Z01QD Build/QKQ1.190825.002)',
|
|
108
|
+
'Host': 'clientbp.ggblueshark.com',
|
|
109
|
+
'Connection': 'Keep-Alive',
|
|
110
|
+
'Accept-Encoding': 'gzip'}
|
|
111
|
+
response = requests.post(url , headers=headers , data=data ,verify=False)
|
|
112
|
+
if response.status_code == 200 or 201:
|
|
113
|
+
packet = binascii.hexlify(response.content).decode('utf-8')
|
|
114
|
+
BesTo_data = json.loads(DeCode_PackEt(packet))
|
|
115
|
+
NoCLan = False
|
|
116
|
+
try:
|
|
117
|
+
a1 = str(BesTo_data["1"]["data"]["1"]["data"])
|
|
118
|
+
a2 = BesTo_data["1"]["data"]["21"]["data"]
|
|
119
|
+
a3 = BesTo_data["1"]["data"]["3"]["data"]
|
|
120
|
+
player_server = BesTo_data["1"]["data"]["5"]["data"]
|
|
121
|
+
player_bio = BesTo_data["9"]["data"]["9"]["data"]
|
|
122
|
+
player_level = BesTo_data["1"]["data"]["6"]["data"]
|
|
123
|
+
account_date = datetime.fromtimestamp(BesTo_data["1"]["data"]["44"]["data"]).strftime("%I:%M %p - %d/%m/%y")
|
|
124
|
+
last_login = datetime.fromtimestamp(BesTo_data["1"]["data"]["24"]["data"]).strftime("%I:%M %p - %d/%m/%y")
|
|
125
|
+
try:
|
|
126
|
+
clan_id = BesTo_data["6"]["data"]["1"]["data"]
|
|
127
|
+
clan_name = BesTo_data["6"]["data"]["2"]["data"]
|
|
128
|
+
clan_leader = BesTo_data["6"]["data"]["3"]["data"]
|
|
129
|
+
clan_level = BesTo_data["6"]["data"]["4"]["data"]
|
|
130
|
+
clan_members_num = BesTo_data["6"]["data"]["6"]["data"]
|
|
131
|
+
clan_leader_name = BesTo_data["7"]["data"]["3"]["data"]
|
|
132
|
+
except:
|
|
133
|
+
NoCLan = True
|
|
134
|
+
if NoCLan:
|
|
135
|
+
a = f'''
|
|
136
|
+
[b][c][90EE90] [SuccessFully] - Get PLayer s'InFo !
|
|
137
|
+
|
|
138
|
+
[FFFF00][1] - ProFile InFo :
|
|
139
|
+
[ffffff]
|
|
140
|
+
Name : {a3}
|
|
141
|
+
Uid : {xMsGFixinG(a1)}
|
|
142
|
+
Likes : {xMsGFixinG(a2)}
|
|
143
|
+
LeveL : {player_level}
|
|
144
|
+
Server : {player_server}
|
|
145
|
+
Bio : {player_bio}
|
|
146
|
+
Creating : {account_date}
|
|
147
|
+
LasT LoGin : {last_login}
|
|
148
|
+
|
|
149
|
+
[90EE90]Dev : C4 Team OfficieL\n'''
|
|
150
|
+
a = a.replace('[i]','')
|
|
151
|
+
return a
|
|
152
|
+
|
|
153
|
+
else:
|
|
154
|
+
a = f'''
|
|
155
|
+
[b][c][90EE90] [SuccessFully] - Get PLayer s'InFo !
|
|
156
|
+
|
|
157
|
+
[FFFF00][1] - ProFile InFo :
|
|
158
|
+
[ffffff]
|
|
159
|
+
Name : {a3}
|
|
160
|
+
Uid : {xMsGFixinG(a1)}
|
|
161
|
+
Likes : {xMsGFixinG(a2)}
|
|
162
|
+
LeveL : {player_level}
|
|
163
|
+
Server : {player_server}
|
|
164
|
+
Bio : {player_bio}
|
|
165
|
+
Creating : {account_date}
|
|
166
|
+
LasT LoGin : {last_login}
|
|
167
|
+
|
|
168
|
+
[b][c][FFFF00][2] - Guild InFo :
|
|
169
|
+
[ffffff]
|
|
170
|
+
Guild Name : {clan_name}
|
|
171
|
+
Guild Uid : {xMsGFixinG(clan_id)}
|
|
172
|
+
Guild LeveL : {clan_level}
|
|
173
|
+
Guild Members : {clan_members_num}
|
|
174
|
+
Leader s'Uid : {xMsGFixinG(clan_leader)}
|
|
175
|
+
Leader s'Name : {clan_leader_name}
|
|
176
|
+
|
|
177
|
+
[90EE90]Dev : C4 Team OfficieL\n'''
|
|
178
|
+
a = a.replace('[i]','')
|
|
179
|
+
return a
|
|
180
|
+
|
|
181
|
+
except Exception as e:
|
|
182
|
+
return f'\n[b][c][FFD700]FaiLEd GeTinG PLayer InFo !\n'
|
|
183
|
+
else:
|
|
184
|
+
return f'\n[b][c][FFD700]FaiLEd GeTinG PLayer InFo !\n'
|
|
185
|
+
|
|
186
|
+
def DeLet_Uid(id , Tok):
|
|
187
|
+
print(f' Done FuckinG > {id} ')
|
|
188
|
+
url = 'https://clientbp.common.ggbluefox.com/RemoveFriend'
|
|
189
|
+
headers = {
|
|
190
|
+
'X-Unity-Version': '2018.4.11f1',
|
|
191
|
+
'ReleaseVersion': 'OB51',
|
|
192
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
|
193
|
+
'X-GA': 'v1 1',
|
|
194
|
+
'Authorization': f'Bearer {Tok}',
|
|
195
|
+
'Content-Length': '16',
|
|
196
|
+
'User-Agent': 'Dalvik/2.1.0 (Linux; U; Android 7.1.2; ASUS_Z01QD Build/QKQ1.190825.002)',
|
|
197
|
+
'Host': 'clientbp.ggblueshark.com',
|
|
198
|
+
'Connection': 'Keep-Alive',
|
|
199
|
+
'Accept-Encoding': 'gzip'}
|
|
200
|
+
data = bytes.fromhex(EnC_AEs(f"08a7c4839f1e10{EnC_Uid(id , Tp = 'Uid')}"))
|
|
201
|
+
ResPonse = requests.post(url , headers=headers , data=data , verify=False)
|
|
202
|
+
if ResPonse.status_code == 400 and 'BR_FRIEND_NOT_SAME_REGION' in ResPonse.text:
|
|
203
|
+
return f'[b][c]Id : {xMsGFixinG(id)} Not In Same Region !'
|
|
204
|
+
elif ResPonse.status_code == 200:
|
|
205
|
+
return f'[b][c]Good Response Done Delete Id : {xMsGFixinG(id)} !'
|
|
206
|
+
else:
|
|
207
|
+
return f'[b][c]Erorr !'
|
|
208
|
+
|
|
209
|
+
def ChEck_The_Uid(id):
|
|
210
|
+
Api = requests.get("https://panel-g2ccathtf6gdcmdw.polandcentral-01.azurewebsites.net/Uids")
|
|
211
|
+
if Api.status_code not in [200, 201]:
|
|
212
|
+
return False
|
|
213
|
+
lines = Api.text.splitlines()
|
|
214
|
+
for i, line in enumerate(lines):
|
|
215
|
+
if f' - Uid : {id}' in line:
|
|
216
|
+
expire, status = None, None
|
|
217
|
+
for sub_line in lines[i:]:
|
|
218
|
+
if "Expire In" in sub_line:
|
|
219
|
+
expire = re.search(r"Expire In\s*:\s*(.*)", sub_line).group(1).strip()
|
|
220
|
+
if "Status" in sub_line:
|
|
221
|
+
status = re.search(r"Status\s*:\s*(\w+)", sub_line).group(1)
|
|
222
|
+
if expire and status: return status, expire
|
|
223
|
+
return False
|
|
224
|
+
return False
|
rizer/xKEys.py
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: my_message.proto
|
|
5
|
+
# Protobuf Python Version: 5.27.2
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
from google.protobuf.internal import builder as _builder
|
|
11
|
+
|
|
12
|
+
class _runtime_version:
|
|
13
|
+
class Domain:
|
|
14
|
+
PUBLIC = 0
|
|
15
|
+
@staticmethod
|
|
16
|
+
def ValidateProtobufRuntimeVersion(*args, **kwargs):
|
|
17
|
+
return True
|
|
18
|
+
|
|
19
|
+
_runtime_version.ValidateProtobufRuntimeVersion()
|
|
20
|
+
|
|
21
|
+
_sym_db = _symbol_database.Default()
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x10my_message.proto\">\n\tMyMessage\x12\x0f\n\x07\x66ield21\x18\x15 \x01(\x03\x12\x0f\n\x07\x66ield22\x18\x16 \x01(\x0c\x12\x0f\n\x07\x66ield23\x18\x17 \x01(\x0c\x62\x06proto3')
|
|
24
|
+
|
|
25
|
+
_globals = globals()
|
|
26
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
27
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'my_message_pb2', _globals)
|
|
28
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
29
|
+
DESCRIPTOR._loaded_options = None
|
|
30
|
+
_globals['_MYMESSAGE']._serialized_start=20
|
|
31
|
+
_globals['_MYMESSAGE']._serialized_end=82
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
rizer_launcher.py,sha256=bBoxoPeofqM7Mfw-Ba0a2dw3UEg3m5txd2CUtAVPh7Y,1404
|
|
2
|
+
APIS/__init__.py,sha256=WKJf-I23yKm-hl9I7RYeBrLfsTgHKO1bur87GsbEEys,27
|
|
3
|
+
APIS/insta.py,sha256=4WO7MXYjMihk6zirtoQZe_xwkE-qeS1o0F7M3ZSPQ2s,5474
|
|
4
|
+
Pb2/DEcwHisPErMsG_pb2.py,sha256=Ze6NK75hWL8WhnxTt_x_jYZ4D7-J7wtOMqb93Fnc-cI,2173
|
|
5
|
+
Pb2/Fo_pb2.py,sha256=Bt2UIJxE1OUjYjFzD28YRPH2nCIpAN7wZNxJrQ29TP4,1193
|
|
6
|
+
Pb2/GenWhisperMsg_pb2.py,sha256=OW9WaURHF1Bn0Cbo9wxUUkXLuke_L3E_m5AsGQHsiK8,3481
|
|
7
|
+
Pb2/MajoRLoGinrEq_pb2.py,sha256=YEiOB1HGJjc-ux1q4A10t3k4nmWKYSxhwUJTu7lCeQE,3683
|
|
8
|
+
Pb2/MajoRLoGinrEs_pb2.py,sha256=57Wuq8p2A1ARxA5vncAE_F8iE61HbTH5zm0W9FQyiuY,1504
|
|
9
|
+
Pb2/PorTs_pb2.py,sha256=f2ZivV0MtDtKCONNteFsmnvtlPHRzvbY0ZSJP9oOd54,1570
|
|
10
|
+
Pb2/Team_msg_pb2.py,sha256=uaS6tHQ5mGvAfANA7LD2EAqegl48oMIEl7j5B7wzlG8,3502
|
|
11
|
+
Pb2/__init__.py,sha256=WKJf-I23yKm-hl9I7RYeBrLfsTgHKO1bur87GsbEEys,27
|
|
12
|
+
Pb2/sQ_pb2.py,sha256=CbejPLoqdo158pQEaelP5YQsrERCduOXS5oarinYjfg,1580
|
|
13
|
+
rizer/__init__.py,sha256=2TLE0FoPzLTBrZfapucfhQ3o4NUon6NqyeTseQKXizs,30
|
|
14
|
+
rizer/accounts.json,sha256=8OgXp6pL1yxQp04_BHZcb6L5C3e8aC3eXvlN2OWQDcY,175
|
|
15
|
+
rizer/create_inits.py,sha256=2YP-VpMp-hRE5cnsqFKO163JYe3ZAMw8gigXKHYrtgI,581
|
|
16
|
+
rizer/install.sh,sha256=saG3WhWQrbYwin6e3C-kjmlbHY5qAL4CzICb4XLlqBE,579
|
|
17
|
+
rizer/main.py,sha256=xYZbpQv5TB6ltFLTK3Jn44ZK36v6SBHoQ_Kk-xFrZDQ,316110
|
|
18
|
+
rizer/package.json,sha256=x-MD1nZLN1db3lpow8spvBhalSrq6HC8CGK3YdZ5tD8,243
|
|
19
|
+
rizer/pyproject.toml,sha256=SgFwSAZL-FPp-KxKd0rweYXGM8i90WSnzrJDjDUMLlQ,90
|
|
20
|
+
rizer/requirements.txt,sha256=VpVnHGflvzVww2l88p0ZkYqRgMRvOQStYhGF1jqMaQo,101
|
|
21
|
+
rizer/rizer_launcher.py,sha256=OhMgX9BCINnJq2x9_G97LFa0dZ1oaRIDRYpu0vSSI8g,1633
|
|
22
|
+
rizer/rizerrunner.py,sha256=OhMgX9BCINnJq2x9_G97LFa0dZ1oaRIDRYpu0vSSI8g,1633
|
|
23
|
+
rizer/runner.py,sha256=c0KNz1N65bsVQgeiL4AttOFyWPFHC3jwc04Ieo7DxFs,1214
|
|
24
|
+
rizer/setup.py,sha256=CdH6FmotrkYj_Crs-miCwkOvlHEDhopcaRPquGmQEjI,257
|
|
25
|
+
rizer/xC4.py,sha256=SZ4D1HFYcok2696wYuj8hYF-wB_lwiEWmQluao7aJh8,16928
|
|
26
|
+
rizer/xHeaders.py,sha256=F_Q8Er8l0nC6VoDcRrXCnwLs0v6EfmuMxG6CcxpdI4U,9016
|
|
27
|
+
rizer/xKEys.py,sha256=nn3SwAhiHyKa-CJZhIjvIvSLHpO6mwFwUV-eIfDww3I,1270
|
|
28
|
+
rizer/APIS/__init__.py,sha256=WKJf-I23yKm-hl9I7RYeBrLfsTgHKO1bur87GsbEEys,27
|
|
29
|
+
rizer/APIS/insta.py,sha256=4WO7MXYjMihk6zirtoQZe_xwkE-qeS1o0F7M3ZSPQ2s,5474
|
|
30
|
+
rizer/APIS/__pycache__/insta.cpython-312.pyc,sha256=UKK4RqKDa5DCTR7-8r0_2ciilGISSRaJ2yQHlcnz2oQ,6454
|
|
31
|
+
rizer/Pb2/DEcwHisPErMsG_pb2.py,sha256=Ze6NK75hWL8WhnxTt_x_jYZ4D7-J7wtOMqb93Fnc-cI,2173
|
|
32
|
+
rizer/Pb2/Fo_pb2.py,sha256=Bt2UIJxE1OUjYjFzD28YRPH2nCIpAN7wZNxJrQ29TP4,1193
|
|
33
|
+
rizer/Pb2/GenWhisperMsg_pb2.py,sha256=OW9WaURHF1Bn0Cbo9wxUUkXLuke_L3E_m5AsGQHsiK8,3481
|
|
34
|
+
rizer/Pb2/MajoRLoGinrEq_pb2.py,sha256=YEiOB1HGJjc-ux1q4A10t3k4nmWKYSxhwUJTu7lCeQE,3683
|
|
35
|
+
rizer/Pb2/MajoRLoGinrEs_pb2.py,sha256=57Wuq8p2A1ARxA5vncAE_F8iE61HbTH5zm0W9FQyiuY,1504
|
|
36
|
+
rizer/Pb2/PorTs_pb2.py,sha256=f2ZivV0MtDtKCONNteFsmnvtlPHRzvbY0ZSJP9oOd54,1570
|
|
37
|
+
rizer/Pb2/Team_msg_pb2.py,sha256=uaS6tHQ5mGvAfANA7LD2EAqegl48oMIEl7j5B7wzlG8,3502
|
|
38
|
+
rizer/Pb2/__init__.py,sha256=WKJf-I23yKm-hl9I7RYeBrLfsTgHKO1bur87GsbEEys,27
|
|
39
|
+
rizer/Pb2/sQ_pb2.py,sha256=CbejPLoqdo158pQEaelP5YQsrERCduOXS5oarinYjfg,1580
|
|
40
|
+
rizer/Pb2/__pycache__/DEcwHisPErMsG_pb2.cpython-312.pyc,sha256=ze7eXjeag98Ao-kd1uOUw1lmAtpedJA4wCXl2K9A6Gc,2042
|
|
41
|
+
rizer/Pb2/__pycache__/MajoRLoGinrEq_pb2.cpython-312.pyc,sha256=3O7v4f7bnRwgUifwQwR3RuUh_aDrQNxWZ8laKKPZuXA,2702
|
|
42
|
+
rizer/Pb2/__pycache__/MajoRLoGinrEs_pb2.cpython-312.pyc,sha256=-iGFCBOvFeF8zJZuuQm9FscVoKBwiouVkhLK2PMibWo,1548
|
|
43
|
+
rizer/Pb2/__pycache__/PorTs_pb2.cpython-312.pyc,sha256=sUv7bDYFSfj2Sgop5ys1IjXOH3lQoESpYWGnpW4x2eg,1584
|
|
44
|
+
rizer/Pb2/__pycache__/Team_msg_pb2.cpython-312.pyc,sha256=MbloIpEAW0xxuXn3EzegJ4uBRcyamWNgev1Ef3PAOuE,2862
|
|
45
|
+
rizer/Pb2/__pycache__/sQ_pb2.cpython-312.pyc,sha256=Vkz9QWzn-80qun9EVLQy7e_qWJdqTkYgD8xFBXwPxHA,1638
|
|
46
|
+
rizer/RIZER.egg-info/PKG-INFO,sha256=2_LwZWpOugn5tTp3BnRB5kP_eo_LQvFBDpK87Z07WO8,49
|
|
47
|
+
rizer/RIZER.egg-info/SOURCES.txt,sha256=mIC3gol7nU_FL85HMAyuHu_xVKeic-9HI54zIihVHrI,395
|
|
48
|
+
rizer/RIZER.egg-info/dependency_links.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
49
|
+
rizer/RIZER.egg-info/entry_points.txt,sha256=mZNSalxL5XtjJ2_q3DByRTbbhztTMZoSLNW7Jivd8vQ,42
|
|
50
|
+
rizer/RIZER.egg-info/top_level.txt,sha256=G_DiVZHxnyYpIG2OQuaoDA1Qs0wzcZDRsFL-XENvLBE,9
|
|
51
|
+
rizer/build/lib/APIS/__init__.py,sha256=WKJf-I23yKm-hl9I7RYeBrLfsTgHKO1bur87GsbEEys,27
|
|
52
|
+
rizer/build/lib/APIS/insta.py,sha256=4WO7MXYjMihk6zirtoQZe_xwkE-qeS1o0F7M3ZSPQ2s,5474
|
|
53
|
+
rizer/build/lib/Pb2/DEcwHisPErMsG_pb2.py,sha256=Ze6NK75hWL8WhnxTt_x_jYZ4D7-J7wtOMqb93Fnc-cI,2173
|
|
54
|
+
rizer/build/lib/Pb2/Fo_pb2.py,sha256=Bt2UIJxE1OUjYjFzD28YRPH2nCIpAN7wZNxJrQ29TP4,1193
|
|
55
|
+
rizer/build/lib/Pb2/GenWhisperMsg_pb2.py,sha256=OW9WaURHF1Bn0Cbo9wxUUkXLuke_L3E_m5AsGQHsiK8,3481
|
|
56
|
+
rizer/build/lib/Pb2/MajoRLoGinrEq_pb2.py,sha256=YEiOB1HGJjc-ux1q4A10t3k4nmWKYSxhwUJTu7lCeQE,3683
|
|
57
|
+
rizer/build/lib/Pb2/MajoRLoGinrEs_pb2.py,sha256=57Wuq8p2A1ARxA5vncAE_F8iE61HbTH5zm0W9FQyiuY,1504
|
|
58
|
+
rizer/build/lib/Pb2/PorTs_pb2.py,sha256=f2ZivV0MtDtKCONNteFsmnvtlPHRzvbY0ZSJP9oOd54,1570
|
|
59
|
+
rizer/build/lib/Pb2/Team_msg_pb2.py,sha256=uaS6tHQ5mGvAfANA7LD2EAqegl48oMIEl7j5B7wzlG8,3502
|
|
60
|
+
rizer/build/lib/Pb2/__init__.py,sha256=WKJf-I23yKm-hl9I7RYeBrLfsTgHKO1bur87GsbEEys,27
|
|
61
|
+
rizer/build/lib/Pb2/sQ_pb2.py,sha256=CbejPLoqdo158pQEaelP5YQsrERCduOXS5oarinYjfg,1580
|
|
62
|
+
rizer/dist/rizer-1.0.0-py3-none-any.whl,sha256=El3ItH0Ip6OXGtgeLHp6uqIePnMG-QdWpp8xWRA62eU,1144
|
|
63
|
+
rizer/dist/rizer-1.0.0.tar.gz,sha256=ZYpxyqC2JwwS2qdeEB2reCWKqqrPJyFnCASv9Nty3eI,1191
|
|
64
|
+
rizer-1.0.20.dist-info/METADATA,sha256=2FBqsQw6cza7NjcjJOKW00x2wGepVVm_qXBA8dAB3lU,50
|
|
65
|
+
rizer-1.0.20.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
66
|
+
rizer-1.0.20.dist-info/entry_points.txt,sha256=_JedRLFLZV2oFnGpqFGAaScuB1hVjeqTOmDHW-FwvZM,44
|
|
67
|
+
rizer-1.0.20.dist-info/top_level.txt,sha256=GzQ2yrlZZiQ-AAWCWxRrrb1j46vLvb9JCoej9i07snk,15
|
|
68
|
+
rizer-1.0.20.dist-info/RECORD,,
|
rizer_launcher.py
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import sys
|
|
2
|
+
import os
|
|
3
|
+
import signal
|
|
4
|
+
|
|
5
|
+
def main():
|
|
6
|
+
# Ctrl+C handler
|
|
7
|
+
def handle_exit(sig, frame):
|
|
8
|
+
print("\n[!] RIZER stopped by user")
|
|
9
|
+
sys.exit(0)
|
|
10
|
+
|
|
11
|
+
signal.signal(signal.SIGINT, handle_exit)
|
|
12
|
+
|
|
13
|
+
print("🚀 RIZER Launcher Started")
|
|
14
|
+
|
|
15
|
+
uid = input("Enter UID: ").strip()
|
|
16
|
+
pw = input("Enter Password: ").strip()
|
|
17
|
+
|
|
18
|
+
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
19
|
+
MAIN_FILE = os.path.join(BASE_DIR, "main.py")
|
|
20
|
+
|
|
21
|
+
if not os.path.exists(MAIN_FILE):
|
|
22
|
+
print(f"❌ main.py not found in {BASE_DIR}")
|
|
23
|
+
return
|
|
24
|
+
|
|
25
|
+
# Ensure absolute imports work
|
|
26
|
+
sys.path.insert(0, BASE_DIR)
|
|
27
|
+
os.chdir(BASE_DIR)
|
|
28
|
+
|
|
29
|
+
try:
|
|
30
|
+
with open(MAIN_FILE, "r", encoding="utf-8") as f:
|
|
31
|
+
source = f.read()
|
|
32
|
+
except Exception as e:
|
|
33
|
+
print("❌ Failed to read main.py:", e)
|
|
34
|
+
return
|
|
35
|
+
|
|
36
|
+
# Replace UID / Password line
|
|
37
|
+
old = "Uid , Pw = 'uiddd','passwordd'"
|
|
38
|
+
new = f"Uid , Pw = '{uid}','{pw}'"
|
|
39
|
+
|
|
40
|
+
if old in source:
|
|
41
|
+
source = source.replace(old, new, 1)
|
|
42
|
+
else:
|
|
43
|
+
print("⚠ Warning: UID/PW line not found, running anyway")
|
|
44
|
+
|
|
45
|
+
globals_dict = {
|
|
46
|
+
"__file__": MAIN_FILE,
|
|
47
|
+
"__name__": "__main__"
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
try:
|
|
51
|
+
exec(compile(source, MAIN_FILE, "exec"), globals_dict)
|
|
52
|
+
except SystemExit:
|
|
53
|
+
pass
|
|
54
|
+
except Exception as e:
|
|
55
|
+
print("❌ Runtime error:", e)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if __name__ == "__main__":
|
|
59
|
+
main()
|
rizer-1.0.0.dist-info/RECORD
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
rizer-1.0.0.dist-info/METADATA,sha256=2_LwZWpOugn5tTp3BnRB5kP_eo_LQvFBDpK87Z07WO8,49
|
|
2
|
-
rizer-1.0.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
3
|
-
rizer-1.0.0.dist-info/entry_points.txt,sha256=mZNSalxL5XtjJ2_q3DByRTbbhztTMZoSLNW7Jivd8vQ,42
|
|
4
|
-
rizer-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
-
rizer-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|