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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: MajorLoginRes.proto
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
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 runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'MajorLoginRes.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13MajorLoginRes.proto\"|\n\rMajorLoginRes\x12\x13\n\x0b\x61\x63\x63ount_uid\x18\x01 \x01(\x04\x12\x0e\n\x06region\x18\x02 \x01(\t\x12\r\n\x05token\x18\x08 \x01(\t\x12\x0b\n\x03url\x18\n \x01(\t\x12\x11\n\ttimestamp\x18\x15 \x01(\x03\x12\x0b\n\x03key\x18\x16 \x01(\x0c\x12\n\n\x02iv\x18\x17 \x01(\x0c\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'MajorLoginRes_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_MAJORLOGINRES']._serialized_start=23
|
|
35
|
+
_globals['_MAJORLOGINRES']._serialized_end=147
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: GetLoginDataRes.proto
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
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 runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'GetLoginDataRes.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x15GetLoginDataRes.proto\"\xa4\x01\n\x0cGetLoginData\x12\x12\n\nAccountUID\x18\x01 \x01(\x04\x12\x0e\n\x06Region\x18\x03 \x01(\t\x12\x13\n\x0b\x41\x63\x63ountName\x18\x04 \x01(\t\x12\x16\n\x0eOnline_IP_Port\x18\x0e \x01(\t\x12\x0f\n\x07\x43lan_ID\x18\x14 \x01(\x03\x12\x16\n\x0e\x41\x63\x63ountIP_Port\x18 \x01(\t\x12\x1a\n\x12\x43lan_Compiled_Data\x18\x37 \x01(\tb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'GetLoginDataRes_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_GETLOGINDATA']._serialized_start=26
|
|
35
|
+
_globals['_GETLOGINDATA']._serialized_end=190
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: Team_msg.proto
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
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 runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'Team_msg.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0eTeam_msg.proto\"\x94\x06\n\x0eGenTeamWhisper\x12\x0c\n\x04type\x18\x01 \x01(\x05\x12%\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x17.GenTeamWhisper.Nested2\x1a\xcc\x05\n\x07Nested2\x12\x0b\n\x03uid\x18\x01 \x01(\x03\x12\x0f\n\x07\x63hat_id\x18\x02 \x01(\x03\x12\x0b\n\x03msg\x18\x04 \x01(\t\x12\x11\n\ttimestamp\x18\x05 \x01(\x03\x12\x11\n\tchat_type\x18\x07 \x01(\x05\x12\r\n\x05title\x18\x08 \x01(\x05\x12/\n\x06\x66ield9\x18\t \x01(\x0b\x32\x1f.GenTeamWhisper.Nested2.Nested9\x12\x10\n\x08language\x18\n \x01(\t\x12\x31\n\x07\x66ield13\x18\r \x01(\x0b\x32 .GenTeamWhisper.Nested2.Nested13\x12\x35\n\x0b\x65mpty_field\x18\x0e \x01(\x0b\x32 .GenTeamWhisper.Nested2.Nested14\x1a\n\n\x08Nested14\x1a\xf2\x02\n\x07Nested9\x12\x10\n\x08Nickname\x18\x01 \x01(\t\x12\x11\n\tavatar_id\x18\x02 \x01(\x03\x12\x0c\n\x04rank\x18\x04 \x01(\x05\x12\r\n\x05\x62\x61\x64ge\x18\x05 \x01(\x05\x12\x11\n\tClan_Name\x18\x08 \x01(\t\x12\x0f\n\x07\x66ield10\x18\n \x01(\x05\x12\x17\n\x0fglobal_rank_pos\x18\x0b \x01(\x05\x12?\n\nbadge_info\x18\r \x01(\x0b\x32+.GenTeamWhisper.Nested2.Nested9.NestedBadge\x12?\n\nprime_info\x18\x0e \x01(\x0b\x32+.GenTeamWhisper.Nested2.Nested9.NestedPrime\x1a\x1c\n\x0bNestedBadge\x12\r\n\x05value\x18\x01 \x01(\x05\x1aH\n\x0bNestedPrime\x12\x11\n\tprime_uid\x18\x01 \x01(\x05\x12\x13\n\x0bprime_level\x18\x02 \x01(\x05\x12\x11\n\tprime_hex\x18\x03 \x01(\t\x1a\x33\n\x08Nested13\x12\x10\n\x08url_type\x18\x02 \x01(\x05\x12\x15\n\rcurl_platform\x18\x03 \x01(\x05\x62\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Team_msg_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_GENTEAMWHISPER']._serialized_start=19
|
|
35
|
+
_globals['_GENTEAMWHISPER']._serialized_end=807
|
|
36
|
+
_globals['_GENTEAMWHISPER_NESTED2']._serialized_start=91
|
|
37
|
+
_globals['_GENTEAMWHISPER_NESTED2']._serialized_end=807
|
|
38
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED14']._serialized_start=371
|
|
39
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED14']._serialized_end=381
|
|
40
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED9']._serialized_start=384
|
|
41
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED9']._serialized_end=754
|
|
42
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED9_NESTEDBADGE']._serialized_start=652
|
|
43
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED9_NESTEDBADGE']._serialized_end=680
|
|
44
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED9_NESTEDPRIME']._serialized_start=682
|
|
45
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED9_NESTEDPRIME']._serialized_end=754
|
|
46
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED13']._serialized_start=756
|
|
47
|
+
_globals['_GENTEAMWHISPER_NESTED2_NESTED13']._serialized_end=807
|
|
48
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Auto __init__.py created
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: recieved_chat.proto
|
|
5
|
+
# Protobuf Python Version: 6.30.0
|
|
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 runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
30,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'recieved_chat.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13recieved_chat.proto\"\x80\x01\n\rrecieved_chat\x12\x13\n\x0bpacket_type\x18\x04 \x01(\x03\x12&\n\x07\x64\x65tails\x18\x05 \x01(\x0b\x32\x15.recieved_chat.nested\x1a\x32\n\x06nested\x12\x12\n\nplayer_uid\x18\x01 \x01(\x03\x12\x14\n\x0cteam_session\x18\x0e \x01(\tb\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'recieved_chat_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
DESCRIPTOR._loaded_options = None
|
|
34
|
+
_globals['_RECIEVED_CHAT']._serialized_start=24
|
|
35
|
+
_globals['_RECIEVED_CHAT']._serialized_end=152
|
|
36
|
+
_globals['_RECIEVED_CHAT_NESTED']._serialized_start=102
|
|
37
|
+
_globals['_RECIEVED_CHAT_NESTED']._serialized_end=152
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
rizer/create_inits.py
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import os
|
|
2
|
+
|
|
3
|
+
# যে folder‑গুলোতে __init__.py লাগবে
|
|
4
|
+
folders = ["APIS", "Pb2"]
|
|
5
|
+
|
|
6
|
+
for folder in folders:
|
|
7
|
+
folder_path = os.path.join(os.getcwd(), folder)
|
|
8
|
+
if os.path.exists(folder_path):
|
|
9
|
+
init_file = os.path.join(folder_path, "__init__.py")
|
|
10
|
+
if not os.path.exists(init_file):
|
|
11
|
+
with open(init_file, "w") as f:
|
|
12
|
+
f.write("# Auto __init__.py created\n")
|
|
13
|
+
print(f"Created {init_file}")
|
|
14
|
+
else:
|
|
15
|
+
print(f"{init_file} already exists")
|
|
16
|
+
else:
|
|
17
|
+
print(f"Folder {folder} does not exist")
|
|
Binary file
|
|
Binary file
|
rizer/install.sh
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
#!/data/data/com.termux/files/usr/bin/bash
|
|
2
|
+
set -e
|
|
3
|
+
|
|
4
|
+
echo "[*] Setting up Termux storage..."
|
|
5
|
+
termux-setup-storage
|
|
6
|
+
|
|
7
|
+
echo "[*] Updating Termux packages..."
|
|
8
|
+
pkg update -y && pkg upgrade -y
|
|
9
|
+
|
|
10
|
+
echo "[*] Installing system dependencies..."
|
|
11
|
+
pkg install -y \
|
|
12
|
+
python \
|
|
13
|
+
python-pip \
|
|
14
|
+
clang \
|
|
15
|
+
openssl \
|
|
16
|
+
libffi
|
|
17
|
+
|
|
18
|
+
echo "[*] Installing Python packages..."
|
|
19
|
+
pip install \
|
|
20
|
+
requests \
|
|
21
|
+
psutil \
|
|
22
|
+
PyJWT \
|
|
23
|
+
urllib3 \
|
|
24
|
+
pytz \
|
|
25
|
+
aiohttp \
|
|
26
|
+
cfonts \
|
|
27
|
+
protobuf \
|
|
28
|
+
protobuf-decoder \
|
|
29
|
+
google \
|
|
30
|
+
pycryptodome \
|
|
31
|
+
httpx \
|
|
32
|
+
flask \
|
|
33
|
+
colorama \
|
|
34
|
+
google-play-scraper
|
|
35
|
+
|
|
36
|
+
echo "[✓] Installation completed successfully (Termux-safe)!"
|