RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
51 stars 37 forks source link

pyRogue

pyRogue is a educational project. Not longer updated.

This project was alive before they released any ToC, Usage Policy's and such. Since they set down some policys, this project is no longer maintained or updated. Hence, the codebase may or may not work.

You accessing the API with this codebase is against they're usage policy's and ToS. Please read them thoroughly.

Stars Watchers GitHub Forks

Release Version Release Date Docstring Coverage Downloads

Badge Last Commit Badge Security Policy Badge Open Issues Badge Open Pull Requests Badge Contributors


Preview Image Preview Image

All Previews

Table of Contents

Important foreword

We learned enough about freezing python to binarys so from here on out it will be source code only.

We will not sent you any files or contact you about anything. You can see who contributed and everything regarding us will be only done on GitHub. We will not contact you in any matter or will send you files. There are scammers out there. Here you can read the full source code, compile it from scratch and such or download a VT-checked official release.

Attention: When ever this tool detects you are trying to manipulate a daily seeded run it will abort. We only do this for educating us and provide the source code opensource in compliance with PokeRogue's License.

FAQ


How to run from code

Prerequisites

Downloading the Source Code

You can either download the source code as a ZIP file and extract it, or clone the repository using Git.

Option 1: Download and Extract

  1. Download the ZIP file containing the source code.
  2. Extract the contents to your desired location.

Option 2: Clone the Repository

  1. Open a terminal or command prompt.
  2. Use the following command to clone the repository, including submodules:
    
    git clone --recursive https://github.com/RogueEdit/pyRogue

Running the Project

Some Enviroments use python3 (Microsoft Store) and some need to write py only.

Windows

  1. Navigate to the Source Directory:
    • Open a terminal (Command Prompt or PowerShell).
    • Navigate to the source directory:
      cd [extracted_folder]/src/
  2. Install Dependencies:
    • Use pip to install the required packages:
      python -m pip install -r requirements.txt
  3. Run the Application:
    • Run the main script:
      python main.py

Linux

  1. Navigate to the Source Directory:
    • Open a terminal.
    • Navigate to the source directory:
      cd [extracted_folder]/src/
  2. Make the Main Script Executable:
    • Use the following command to ensure the script is executable:
      chmod +x main.py
  3. Install Dependencies:
    • Use pip to install the required packages:
      python3 -m pip install -r requirements.txt
  4. Run the Application:
    • Execute the main script:
      ./main.py

macOS

The steps for macOS are generally similar to those for Linux:

  1. Navigate to the Source Directory:
    • Open Terminal.
    • Navigate to the source directory:
      cd [extracted_folder]/src/
  2. Make the Main Script Executable:
    • Ensure the script is executable:
      chmod +x main.py
  3. Install Dependencies:
    • Use pip to install the required packages:
      python3 -m pip install -r requirements.txt
  4. Run the Application:
    • Execute the main script:
      ./main.py

License

No copyright or trademark infringement is intended in using Pokémon related names and IDs. Pokémon © 2002-2024 Pokémon. © 1995-2024 Nintendo/Creatures Inc./GAME FREAK inc. TM, ® and Pokémon character names are trademarks of Nintendo.


Reversed Stuff


Preview Image


grafik


Preview Image



alt text

Regarding Bans and Limited Accounts

https://www.reddit.com/r/pokerogue/comments/1d8hncf/cheats_and_exploits_post_followup_bannable/

https://www.reddit.com/r/pokerogue/comments/1d8ldlw/a_cheating_and_account_deletionwipe_followup/