0% found this document useful (0 votes)
98 views1 page

Cheat Codes for Illusion of Gaia

This document provides cheat codes for a game through memory addresses and hex values. It lists 5 cheat codes for crashing, gravity manipulation, money, and jumping. It also provides an example of how to implement the codes using a memory patch through hexadecimal values. The codes allow enabling or disabling individual cheats through a feature toggle and modifying or restoring the game's memory.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views1 page

Cheat Codes for Illusion of Gaia

This document provides cheat codes for a game through memory addresses and hex values. It lists 5 cheat codes for crashing, gravity manipulation, money, and jumping. It also provides an example of how to implement the codes using a memory patch through hexadecimal values. The codes allow enabling or disabling individual cheats through a feature toggle and modifying or restoring the game's memory.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

-------------------DeathZoneModz - NepsMod----------------

Telegram - @CheaterNeverDies

CRASH 1 = 0xB43AE4 / 0000E0E31EFF2FE1


CRADH 2 = 0xB4424C / 0000E0E31EFF2FE1
GRAVITY = 0xB438F0 / 0000E0E31EFF2FE1
MONEY = 0x8FE628 / 0201E0E31EFF2FE1
JUMP = 0xB3F068 / 0100E0E31EFF2FE1

================[ENJOY]===================

-------------------------(EXAMPLE CODES)----------------------

[Link] =
MemoryPatch::createWithHex("[Link]",0x00000,"000000000000000");

case 0:
feature1 = boolean;
if (feature1) {
[Link]();
} else {
[Link]();
}
break;

You might also like