Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 3.35 KB

File metadata and controls

109 lines (78 loc) · 3.35 KB

🎮 Palworld Cheater – .NET 9 + MAUI

.NET 9 MAUI Platform License

✨ About the Project

Palworld Cheater is a desktop application built with .NET 9 and MAUI that allows you to:

  • 🔍 View the inventory state of the first 6 item slots
  • 🛠 Modify item amounts in those slots in real-time
  • 🎯 Use memory pointers to reliably access game data (no need to re-scan addresses manually)

🧠 Educational Purpose

This project was created for educational purposes only, with goals including:

  • Learning how to analyze process memory (reverse engineering basics)
  • Understanding pointer chains and offset navigation
  • Integrating MAUI UI with low-level memory interaction logic
  • Practicing clean separation of concerns (inspired by DDD-like structure)

⚠️ This tool is designed only for offline/single-player use.
Do not use it in online environments or multiplayer modes.


🛠️ Technologies Used


📸 Screenshots

App UI Design


🚀 Project Features

  • 🧭 Automatic pointer resolution (no manual updates needed)
  • 📖 Clear API for reading/writing unmanaged memory values
  • 🧩 User-friendly MAUI interface for interacting with game data
  • 🔧 Generic API support for unmanaged types (int, float, long, etc.)

🚀 App Features

Includes realtime access to player statistics like:

  • Health (HP)
  • Hunger
  • Stamina
  • Shield
  • Skill Points
  • Player Skills Points
  • Technology points

🛡 Special buttons toggle that alows to:

  • Prevent from taking damage
  • Prevent from loosing hunger
  • Prevent from losing stamina
  • Instant craft and build
  • Prevent from loosing shield

📦 How to Run

You can run the project in two ways:

🧑‍💻 Option 1 – Build from source

  1. Make sure you have installed:

  2. Clone the repository:

    git clone https://github.com/Lewan24/CheatEngineP1.git
    cd CheatEngineP1
  3. Open the solution file (CheatEngineP1.sln) in your IDE.

  4. Set the MAUI project as startup and run the app.

    💡 Make sure the game (Palworld) is already running before you start the cheat tool.

📦 Option 2 – Download Prebuilt App

Visit the Releases section of this repository and download the latest version of the compiled application.

  1. Unzip the package
  2. Run the .exe file directly
  3. Enjoy full functionality without building from source!
✅ Suggestions and contributions are welcome – feel free to open issues or PRs!

⚠️ Disclaimer

This tool is created for educational and offline use only. Using this software in online games or to violate terms of service is strongly discouraged.

You use this software at your own risk.