Metadata-Version: 2.4
Name: RIZERR
Version: 1.4.3
Summary: POWERD BY RIZER
Home-page: https://github.com/rizer/tool
Author: RIZER Team
Author-email: RIZER Team <support@rizer.tool>
License: MIT License
        
        Copyright (c) 2024 RIZER Team
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/rizer/tool
Project-URL: Repository, https://github.com/rizer/tool
Project-URL: Issues, https://github.com/rizer/tool/issues
Project-URL: Documentation, https://github.com/rizer/tool/wiki
Keywords: free fire,automation,gaming,tool,cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: protobuf
Requires-Dist: colorama
Requires-Dist: pycryptodome
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 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:

```bash
# 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

```bash
cd RIZER

# Install build tools
pip install setuptools wheel twine

# Build package
python setup.py sdist bdist_wheel
```

### 3. Upload to PyPI

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

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

### 4. Install & Use

```bash
# Install from PyPI
pip install RIZER

# Or upgrade
pip install --upgrade RIZER

# Run
RIZER
```

## 🖥️ Usage

After installation, simply type in terminal:

```bash
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...
