Skip to main content

RIZER

RIZER TCP

📁 Package Structure

RIZER/
├── RIZER/
│   ├── __init__.py
│   ├── rizer_runner.py      # Main launcher
│   ├── main.py              # Your main.py (untouched except UID/PW line)
│   ├── xC4.py
│   ├── xHeaders.py
│   ├── xKEYs.py
│   ├── accounts.json
│   ├── APIS/                # API modules
│   └── Pb2/                 # Protobuf modules
├── setup.py                 # PyPI build config
├── MANIFEST.in              # Package manifest
├── requirements.txt         # Dependencies
└── README.md                # This file

🚀 Features

  • main.py untouched - Only UID/Password line modified (~line 6272)
  • Password visible during input (no masking)
  • ASCII + Color logo at startup
  • Clean terminal - Old text cleared, only logo + prompts visible
  • Logs preserved - main.py logs unchanged
  • Ctrl+C safe exit - Clean shutdown message
  • Relative imports fixed - APIS/ and Pb2/ auto-load
  • Multi-user support - Each input isolated
  • PyPI ready - Easy install and upgrade

📦 Build & Install

1. Prepare Your Files

Replace the placeholder files with your actual files:

# Copy your actual main.py (must contain: Uid , Pw = 'uiddd','passwordd')
cp /path/to/your/main.py RIZER/RIZER/main.py

# Copy other required files
cp /path/to/your/xC4.py RIZER/RIZER/
cp /path/to/your/xHeaders.py RIZER/RIZER/
cp /path/to/your/xKEYs.py RIZER/RIZER/
cp /path/to/your/accounts.json RIZER/RIZER/

# Copy directories
cp -r /path/to/your/APIS/* RIZER/RIZER/APIS/
cp -r /path/to/your/Pb2/* RIZER/RIZER/Pb2/

2. Build Package

cd RIZER

# Install build tools
pip install setuptools wheel twine

# Build package
python setup.py sdist bdist_wheel

3. Upload to PyPI

# Upload to PyPI (requires account)
twine upload dist/*

# Or upload to Test PyPI first
twine upload --repository testpypi dist/*

4. Install & Use

# Install from PyPI
pip install RIZER

# Or upgrade
pip install --upgrade RIZER

# Run
RIZER

🖥️ Usage

After installation, simply type in terminal:

RIZER

You will see:

██████╗░██╗███████╗███████╗██████╗░
██╔══██╗██║╚════██║██╔════╝██╔══██╗
██████╔╝██║░░███╔═╝█████╗░░██████╔╝
██╔══██╗██║██╔══╝░░██╔══╝░░██╔══██╗
██║░░██║██║███████╗███████╗██║░░██║
╚═╝░░╚═╝╚═╝╚══════╝╚══════╝╚═╝░░╚═╝
              RIZER v1.4.3
        RIZER TCP

╔════════════════════════════════════╗
║     Account Configuration          ║
╚════════════════════════════════════╝

Enter UID: 12345678
Enter PASS: yourpassword

⚙️  Updating credentials...
✅ Credentials updated successfully!

🚀 Launching main.py...

[main.py output appears here...]

⚙️ How It Works

  1. Clear Screen - Terminal cleared for clean look
  2. ASCII Logo - Colorful RIZER logo displayed
  3. Input Prompts - UID and Password entered (visible)
  4. Pattern Match - Finds line: Uid , Pw = 'uiddd','passwordd'
  5. Replace - Updates with user input, preserves formatting
  6. Execute - Runs main.py with new credentials
  7. Reset - Restores default values after execution

🔐 SAFETY & DISCLAIMER NOTICE

NOTE:
✅ THIS TOOL DOES NOT COLLECT, STORE, LOG, OR TRANSMIT ANY USER UID OR PASSWORD.
✅ RIZERx CONNECTS ONLY TO A BOT USING GUEST UID AND TEMPORARY PASSWORD INPUT FOR SESSION PURPOSES ONLY.
✅ NO USER DATA IS SAVED, SHARED, OR MISUSED IN ANY FORM.
✅ THIS TOOL DOES NOT HARM ANY USER, DEVICE, ACCOUNT, OR GAME DATA.
✅ THIS IS A SAFE, CLEAN, AND WORKING TOOL.

⚠️ IMPORTANT:
❌ THE DEVELOPER OF THIS TOOL DOES NOT SUPPORT, PROMOTE, OR ENCOURAGE ANY TYPE OF HACKING, SPAMMING, EXPLOITING, OR ILLEGAL ACTIVITY.
📚 THIS PROJECT IS DEVELOPED STRICTLY FOR EDUCATIONAL AND LEARNING PURPOSES ONLY.

📜 COMPLIANCE:
✔️ THIS PROJECT STRICTLY RESPECTS AND FOLLOWS

  • PyPI RULES
  • Termux POLICIES
  • OPEN-SOURCE ETHICS

🚫 ANY MISUSE OF THIS TOOL AND THIS TOOL ALSO DOSENT COMMIT ANY MISUSE IS NOT THE RESPONSIBILITY OF THE DEVELOPER.

📝 Notes

  • main.py must contain the exact pattern: Uid , Pw = 'uiddd','passwordd'
  • Single quotes preferred but double quotes also supported
  • All other lines in main.py remain untouched
  • Each user runs with their own credentials
  • Logs from main.py displayed in real-time NOTE:
    ✅ THIS TOOL DOES NOT COLLECT, STORE, LOG, OR TRANSMIT ANY USER UID OR PASSWORD.
    ✅ RIZERx CONNECTS ONLY TO A BOT USING GUEST UID AND TEMPORARY PASSWORD INPUT FOR SESSION PURPOSES ONLY.
    ✅ NO USER DATA IS SAVED, SHARED, OR MISUSED IN ANY FORM.
    ✅ THIS TOOL DOES NOT HARM ANY USER, DEVICE, ACCOUNT, OR GAME DATA.
    ✅ THIS IS A SAFE, CLEAN, AND WORKING TOOL.

⚠️ IMPORTANT:
❌ THE DEVELOPER OF THIS TOOL DOES NOT SUPPORT, PROMOTE, OR ENCOURAGE ANY TYPE OF HACKING, SPAMMING, EXPLOITING, OR ILLEGAL ACTIVITY.
📚 THIS PROJECT IS DEVELOPED STRICTLY FOR EDUCATIONAL AND LEARNING PURPOSES ONLY.

📜 COMPLIANCE:
✔️ THIS PROJECT STRICTLY RESPECTS AND FOLLOWS

  • PyPI RULES
  • Termux POLICIES
  • OPEN-SOURCE ETHICS

🚫 ANY MISUSE OF THIS TOOL IS NOT THE RESPONSIBILITY OF THE DEVELOPER.

🔧 Troubleshooting

Import errors?

  • rizer_runner.py automatically fixes Python path
  • APIS/ and Pb2/ added to sys.path

main.py not found?

  • Ensure main.py is in the same directory as rizer_runner.py
  • Check file permissions

Pattern not found?

  • Verify main.py contains: Uid , Pw = 'uiddd','passwordd'
  • Check for extra spaces or different quote types

📄 License

MIT License - See LICENSE file

🤝 Support

For support, contact: support@rizer.tool NOTE: IT DOSENT COLLECT OR HARM YOUR UID AND PASSWORD...✅ IT IS A SAFE TOOL THAT CONNECTS TO A BOT WITH GUEST PASSWORD AND UID.. ALSO IT DOSENT HARMS ANY USERS INFO OR STORE ANY DATA.. IT IS FULLY SAFE TO USE AND FULLY WORKING. THE DEVLOPER OF THIS TOOL DOSENT SUPPORT ANY TYPE OF HACKING OR SPAMMING TOOLS IN THIS FILE ✅ ALSO IT WAS MADE FULLY FOR AN EDUCATIONAL PURPOSES AND NOT FOR ANY HACKING OR HARMING✅ I RESPECT AND FOLLOW THE pypi,termux rules STRICTLY...

Release files for RIZERR 1.4.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for RIZERR 1.4.3
File Size Uploaded
rizerr-1.4.3.tar.gz 74.1 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for RIZERR 1.4.3
File Interpreter ABI Platform
rizerr-1.4.3-py3-none-any.whl Python 3 none any Details

Total release size: 164.0 kB

Release files / rizerr-1.4.3.tar.gz

Download URL rizerr-1.4.3.tar.gz
Size 74.1 kB
Tags Source
SHA-256 checksum
How to use checksums
432392575b34349cbb2bdf7f60c4134825067ea8122d02082a4f16772cffa161
BLAKE2b-256 checksum
How to use checksums
fc1f8ccce163c70c7f0d609773aa5a44bfcf6d47c2131cc310de0d1fe0162015
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.12

Release files / rizerr-1.4.3-py3-none-any.whl

Download URL rizerr-1.4.3-py3-none-any.whl
Size 89.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
1d02d5d2b6eec7bbe6d89cac5a4e64e2d1a2bf890935b05a88f1d32e14000296
BLAKE2b-256 checksum
How to use checksums
3608c4d3a47faf2bd08d3ffb9162fdbb107ba5c49aefb1096aadbd5d5d7b6e80
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.12

Release history Release notifications | RSS feed

This release

1.4.3 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page