Skip to content

lausername/cheat-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Cheat Engine Scripts, Tutorials, Tools, Etc.

This is my personal repository of all things Cheat Engine! Eventually, it'll fill out as I make more of my private work public.

Lua Scripts:

  1. PNG Extractor: Attempts to find and extract .PNG images from a process you've opened with Cheat Engine.
  2. Exponentiation and Nan Filter: Removes exponentiated (e.g. 3.136598246E-32) and nan (not a number) results from found results list. Handy for weeding out values that could cause crashes when attempting to mass-change or mass-lock values. (WARNING: EXTREMELY SLOW! NOT RECOMMENDED FOR USE WITH MORE THAN ~5000-10000 RESULTS.)
  3. Remove Values with Decimal Points: Removes results from the found results list that contain a decimal point. Handy for filtering values that aren't perfectly rounded floats/doubles. (WARNING: EXTREMELY SLOW! NOT RECOMMENDED FOR USE WITH MORE THAN ~20000 RESULTS.)

Cheat Tables (CTs):

  1. Mega Man 11 - No Collision and Infinite Jump: This CT contains the cheats I created via Cheat Engine in this Mega Man 11 video tutorial.
  2. Borderlands 3 Cheats: This CT contains various cheats I've created for BL3 tutorial videos, as well as just for fun!

About

Cheat Engine scripts, tutorials, tools, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Lua 100.0%