Skip to content

A cheat written in rust for changing cell value in the game Dead Cells.

Notifications You must be signed in to change notification settings

matejsmycka/cell-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cell generator

A cheat written in Rust🦀 for changing cell value in the game Dead Cells. I use an external memory manipulation hack to change the cell counter value. Utilizing the toy-arms Rust library for low-level memory and process functions.

The intention is purely educational and serves as POC, and I do not endorse cheating for malicious purposes.

Final result

Usage

# Clone repo
git clone https://github.com/your-username/dead-cells-cheat.git
cd dead-cells-cheat
# Compile the Rust code
cargo build --release
# Run the executable:
./target/release/cell-generator-rs.exe

Resources

About

A cheat written in rust for changing cell value in the game Dead Cells.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages