Skip to content

morithegamer/GhostTrial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘ป GhostTrial โ€“ Anti-Cheat & Memory Scan Learning Tool

GhostTrial is a custom-built Python suite designed to analyze and learn from process memory in PvE games like The Outlast Trials, Toontown Rewritten, and Toontown Corporate Clash.
Built for educational and ethical research only, it helps users understand how memory is handled in client-side processes โ€” with a spooky GUI twist. ๐Ÿ’€๐ŸŽฎ


๐ŸŽฏ Purpose

GhostTrial is not a cheat. It is a forensic research tool for studying memory in games without competitive ecosystems.

โœ… Perfect For:

  • Reverse engineering learners ๐Ÿง 
  • Game forensics hobbyists ๐ŸŽฎ
  • Modding fans & PvE sandbox explorers
  • Speaking/presenting about how client-side values work

๐Ÿ’ผ Features

Module What it does
ghosttrial.py GUI dashboard with logs & scanner buttons
process_watcher.py Detects running EXEs (e.g., TOT, TTR, TTCC)
honeypot.py Trap dummy processes for fake RAT/cheat testing
memory_scanner.py Low-level memory scan engine using pymem
tot_module.py Scans for RIGs, Tokens, Stamps, Murkov Coins
ttr_module.py Scans for Laff, Gags, Beans in Toontown Rewritten
ttcc_module.py Scans for Kudos, Beans, XP in Corporate Clash

๐Ÿ–ฅ๏ธ How to Run

git clone https://github.com/yourusername/GhostTrial.git
cd GhostTrial
pip install -r requirements.txt
python ghosttrial.py
๐Ÿ’ก Requires:

Python 3.8โ€“3.11

pymem, customtkinter, psutil

๐Ÿงช Educational Memory Scan Examples
You can test scan values like 9999 Murkov Coins or 137 Laff โ€” these are not hacks, theyโ€™re forensic targets.

Example: Scan for Outlast Trials Tokens
css
Copy
Edit
[TOT] Attached to Outlast Trials process successfully.
[TOT] Scanning for Tokens (999 test)...
[MEMORY] Found match at 0x1A883002
๐Ÿ‘ป Notes & Disclaimers
๐Ÿ›ก๏ธ GhostTrial does not modify memory, only reads it.

โ— Do not use this in online games with anti-cheat or multiplayer flags.

โš–๏ธ Built strictly for learning how PvE progression systems store values.

๐Ÿ“š Built with โค๏ธ by Mori (aka @morithegamer) and GPT Dev Assistant.

๐Ÿ“‚ Project Layout
bash
Copy
Edit
GhostTrial/
โ”œโ”€โ”€ ghosttrial.py              # GUI
โ”œโ”€โ”€ core/
โ”‚   โ”œโ”€โ”€ process_watcher.py
โ”‚   โ”œโ”€โ”€ honeypot.py
โ”‚   โ””โ”€โ”€ memory_scanner.py
โ”œโ”€โ”€ games/
โ”‚   โ”œโ”€โ”€ tot_module.py
โ”‚   โ”œโ”€โ”€ ttr_module.py
โ”‚   โ””โ”€โ”€ ttcc_module.py
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ requirements.txt

๐Ÿ’™ Community Message
"This project is for testing, talking, and tinkering.
It exists to learn, not exploit.
If we can understand how PvE memory works โ€” we can understand how to defend, balance, and fix games too."
โ€” Mori & GPT

yaml
Copy
Edit

---

## โœ… What to Do Now:

1. โœ… Paste that into `GhostTrial/README.md`
2. ๐Ÿ“ฆ Add a `requirements.txt` with:
pymem
customtkinter
psutil

yaml
Copy
Edit

3. ๐Ÿ™ Upload it to GitHub and go public when ready!

About

A forensic anti-cheat research GUI for PvE games like TOT, TTR, and TTCC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages