What's new

Family Guy - Back To The Multiverse

  • Thread starter ledbthand
  • Start date
  • Views 1,103
ledbthand

ledbthand

Enthusiast
Messages
125
Reaction score
25
Points
85
Sin$
0
I'm sure this post is kinda useless, but I get a lot of information and help here and I'm trying to contribute back a little.

I dumped the ram 4 different times with 4 different amounts of money and finally found the address in Peek Poker at: 0xc54E0300

This seems to be the only address but I don't know if it changes for each level, profile or even each time the game is booted.

peekpoke1.png


1921681127image1.png


peekpoke2.png

1921681127image2.png
 
Last edited:
-ProHackerz

-ProHackerz

Enthusiast
Messages
264
Reaction score
50
Points
95
Sin$
0
Good work I started playing this game recently.I was going to do this I just hate dumping the full ram over a wireless bridge.May I ask why you set it to 240 bytes when it only goes to 4?
 
ledbthand

ledbthand

Enthusiast
Messages
125
Reaction score
25
Points
85
Sin$
0
Good work I started playing this game recently.I was going to do this I just hate dumping the full ram over a wireless bridge.May I ask why you set it to 240 bytes when it only goes to 4?

Just seeing if anything adjacent to the address changed when I picked up more cash.
 
T

twisted0ne

Enthusiast
Messages
33
Reaction score
9
Points
55
Sin$
0
For anyone interested I pulled all the available cheats from the game files, you can enter these in the cheat menu under options:
Code:
_loc4 = new Object();
        _loc4.label = "=MNU_UNLOCK_ALL_LEVELS";
        _loc4.code = "RMTE";
        _loc4.cheatIndex = 6;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_UNLOCK_ALL_CHARACTERS";
        _loc4.code = "CAST";
        _loc4.cheatIndex = 3;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_UNLOCK_ALL_COSTUMES";
        _loc4.code = "WRDB";
        _loc4.cheatIndex = 7;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_ONE_SHOT_KILLS";
        _loc4.code = "MNKY";
        _loc4.cheatIndex = 4;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_UNLOCK_ALL_WEAPONS_MULTIPLAYER";
        _loc4.code = "DKSD";
        _loc4.cheatIndex = 5;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_UNLOCK_ALL_WEAPONS_SINGLEPLAYER";
        _loc4.code = "GTSM";
        _loc4.cheatIndex = 0;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_MAXIMUM_MONEY";
        _loc4.code = "PWTR";
        _loc4.cheatIndex = 2;
        cheatInfo.push(_loc4);
        _loc4 = new Object();
        _loc4.label = "=MNU_INFINITE_AMMO";
        _loc4.code = "GGTY";
        _loc4.cheatIndex = 1;
 
Top Bottom
Login
Register