Page 1 of 1

[Steam] Castle of Illusion: Starring Mickey Mouse

Posted: Mon Nov 11, 2024 9:18 am
by vnun66

Image

Check the table extras for important hotkeys.

My PC is broken at the moment. I was working on an update that adds new cheats and fixes a few others. If anyone is even reading this, I’ll release the update when my PC is fixed.

  • Stats - You can edit health, diamonds, score, lives, etc.

  • Invincibility - Toggled with a script. Pretty much just disables the collision that takes away health. This currently isn't completely working. It needs to be reactivated when new enemies are encountered. Working on a fix.

  • Jump Infinitely - No cooldown on jumps.

  • Force Plane Change - Break free of the maps that force you to only walk left or right. Be warned that a lot of backgrounds don't have collision so you'll just fall through the world.

  • Force Animations - You can force animations like swimming, landing on an enemy, jumping, and even dying. I made hotkeys for the useful ones on both Xbox controller and keyboard. I also included the extra values for other animations if you wanna mess around.


I love this game (and the original) and it seemed easy to cheat in so I used it to practice scripting. I was able to use a script to automatically search for the diamond total value. I had a lot of trouble so sadly most of the cheats are pointers and may change. I'm gonna keep using this table to practice and hopefully add more cheats like the colored gems and unlocking doors.

The diamond total number (under Get Diamonds) is long but increases by 16. I tried making a hotkey to manually increase it but the game acts funky. Feel free to modify it however you want.

COI_vun66.ct
Download Here
(495.58 KiB) Downloaded 118 times

Re: [Steam] Castle of Illusion: Starring Mickey Mouse

Posted: Mon Nov 11, 2024 3:52 pm
by Outrun

Here's some pointers for the stopwatch and costumes if you want them.

Stopwatch.

Code: Select all

[[[[[[["COI.exe"+00649D3C]+48]+6C]+C]+78]+24]+0]+68

Stopwatch is a float.

Costumes.

Code: Select all

["COI.exe"+00649D40]+1CC

0 = Default
1 = Explorer
2 = Magician
3 = Knight

The costumes are only needed until you unlock them.
In order for the costume to change, I believe you had to load into a level.


Re: [Steam] Castle of Illusion: Starring Mickey Mouse

Posted: Mon Nov 11, 2024 5:28 pm
by vnun66
Outrun wrote: Mon Nov 11, 2024 3:52 pm

Here's some pointers for the stopwatch and costumes if you want them.

Stopwatch.

Code: Select all

[[[[[[["COI.exe"+00649D3C]+48]+6C]+C]+78]+24]+0]+68

Stopwatch is a float.

Costumes.

Code: Select all

["COI.exe"+00649D40]+1CC

0 = Default
1 = Explorer
2 = Magician
3 = Knight
The the costumes are only needed until you unlock them.
In order for the costume to change, I believe you had to load into a level.

That's amazing, thank you for the help. I was trying to find the costumes but I was having a hard time pinpointing the value. I was also trying to find the colored gems but it'll probably be a while.