Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

⚙️ CodeForge v5.2

All-in-one memory scanner, code editor, and AI‑powered assistant for game modding and reverse engineering.


🚀 Features

  • 🧠 Memory scanner & editor – search and modify integer values in running processes (health, ammo, money, speed, etc.).
  • 📝 Built‑in code editor with syntax highlighting and undo/redo.
  • 🤖 AI helper – explain code, find bugs, autocomplete functions.
  • 🔬 HEX viewer & string extractor – inspect any file (DLL, EXE, binaries).
  • 📂 Project file tree – quick navigation through folders.
  • 🎮 Works with any Windows game (single‑player, offline, or local‑server games).

🎮 How to use (for games)

  1. Launch CodeForge.exe as Administrator.
  2. Open your game (e.g., Baldi's Basics).
  3. Click "Process List" → select the game process.
  4. Click "Attach".
  5. Enter a value (e.g., 3) and run "First Scan".
  6. Change the value in the game (e.g., spend an item → becomes 2).
  7. Run "Next Scan" with the new value (2).
  8. Repeat until only 1–2 addresses remain.
  9. Select an address → click "Edit Value" → enter 9999.
  10. Done! Check your game.

🛠️ Installation

For end‑users (no Python required)

  1. Download CodeForge.exe from the Releases page.
  2. Run it as Administrator.

For developers (with Python)

  1. Clone the repo or download CodeForge.py.
  2. Install dependencies:
    pip install psutil
  3. Run:
    python CodeForge.py

📦 Build from source (for advanced users)

pip install pyinstaller
pyinstaller --onefile --console --hidden-import=psutil --hidden-import=ctypes --hidden-import=threading CodeForge.py

About

CodeForge is a app for editing game code, read memory, HEX, and other things

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors