What's new

Cheats for games


Mr. Awesome78

Demon Girl Master
Joined
Nov 25, 2016
Messages
152
Reputation score
3
Hi everyone,

Currently playing a game using the RPG maker thing which most devs seem to use. Most have that turn based combat system and more often than not I get stuck and cannot progress.

Currently playing the second half of Keepin' it in the Family, and I have neither money nor health after the first fight to continue to win other fights.

Is there a method you can use on these games to either give you more money to buy snacks, or increase your strength/HP or something?

I'm new to this so if there is a way, could someone point me to a step by step procedure.

Many thanks.
 
Re: Cheats for games

This doesn't work for all games, but it should work for 99% of RPG Maker games.

Using Cheat Engine (I can't post URLs, but Google knows where it is)
Open Cheat Engine
Click the "Select Process" button (it's probably highlighted glowing)
Find your open game and select it.

So now you've got your RPG Maker game's memory being inspected by Cheat Engine.

For RPG Maker games, values are set at (Value x 2) + 1
What this means is, say your character has 256 gold. Cheat Engine can find this value by multiplying 256 x 2, then adding 1. (you'll get 513)

So here's what you do to find this entry.
Character has 256 gold, so using Cheat Engine, you search for 513.
You should get more than 1, if not 1000 results.
Go to a shop or something, and buy something cheap. Say you purchased a potion for 50 gold.
You now have 206 gold, so search for 413
You should have much fewer results now.

Do this again until you have 1 to 3 results. Sometimes you can't get it down to only 1, which is usually fine.

Double click on the first result, it adds it to a saved entry list below. Right-click the entry and change the value. Remember that values are (Value x 2) + 1 . If you put an even number in there it could make the game crash.

To test if you changed your gold, leave the shop then go back in. If you gold hasn't changed, try another entry.

This works for HP, MP, exp, etc... as well as gold. You may have to search for entries again if you reload your game.

I'm pretty good at using Cheat Engine if anyone has any questions about other games as well. 50% of the time it's the actual number using the 4 byte search.
 
Last edited:
Re: Cheats for games

This doesn't work for all games, but it should work for 99% of RPG Maker games.

Using Cheat Engine (I can't post URLs, but Google knows where it is)
Open Cheat Engine
Click the "Select Process" button (it's probably highlighted glowing)
Find your open game and select it.

So now you've got your RPG Maker game's memory being inspected by Cheat Engine.

For RPG Maker games, values are set at (Value x 2) + 1
What this means is, say your character has 256 gold. Cheat Engine can find this value by multiplying 256 x 2, then adding 1. (you'll get 513)

So here's what you do to find this entry.
Character has 256 gold, so using Cheat Engine, you search for 513.
You should get more than 1, if not 1000 results.
Go to a shop or something, and buy something cheap. Say you purchased a potion for 50 gold.
You now have 206 gold, so search for 413
You should have much fewer results now.

Do this again until you have 1 to 3 results. Sometimes you can't get it down to only 1, which is usually fine.

Double click on the first result, it adds it to a saved entry list below. Right-click the entry and change the value. Remember that values are (Value x 2) + 1 . If you put an even number in there it could make the game crash.

To test if you changed your gold, leave the shop then go back in. If you gold hasn't changed, try another entry.

This works for HP, MP, exp, etc... as well as gold. You may have to search for entries again if you reload your game.

I'm pretty good at using Cheat Engine if anyone has any questions about other games as well. 50% of the time it's the actual number using the 4 byte search.

Thats going to take me a while to get my head around, being a console gamer since the Xbox days I've not come across a cheat system in over 10 years. But thank you so much for posting a step by step guide.

Really is very decent of you. Much appreciated.
 
Re: Cheats for games

This doesn't work for all games, but it should work for 99% of RPG Maker games.

Except MV.

Also, once something is on the entry list at the bottom, you can freeze its value by ticking the box at the left ("active" column). Very useful when you are working on hp during battle, for instance.
 
Re: Cheats for games

Thats going to take me a while to get my head around, being a console gamer since the Xbox days I've not come across a cheat system in over 10 years. But thank you so much for posting a step by step guide.

Really is very decent of you. Much appreciated.

Keep in mind you don't need to input the exact value, you can just input the equation and it will work as well. IE, if you've got 400 gold, you don't need to do the calculation and then put the result in, you can just type in 400*2+1 to get the same result.
 
Re: Cheats for games

Thats going to take me a while to get my head around, being a console gamer since the Xbox days I've not come across a cheat system in over 10 years. But thank you so much for posting a step by step guide.

Really is very decent of you. Much appreciated.

No problem, and if you get REALLY lazy, you can use the DLSite Game Manager that's stickied to extract CG from RPG Maker games. There's probably an easier way someone else can explain how to do, though. However I do prefer to play through the games most of the time.
 
Re: Cheats for games

Keep in mind you don't need to input the exact value, you can just input the equation and it will work as well. IE, if you've got 400 gold, you don't need to do the calculation and then put the result in, you can just type in 400*2+1 to get the same result.

If you do this with a lot of RPG Maker games, you can also add the RPG Maker "type" listed here:
forum.cheatengine.org/viewtopic.php?p=5456447

Copy the code, right click the Value Type box, New Auto Assembler, and Paste. Then you can just select the RPG Maker type and input the value directly.
 
Re: Cheats for games

I like to use Froggus's save cheat - works great on MV as well
 
Re: Cheats for games

Except MV.

I've read somewhere that you can still use Cheat Engine on MV if you choose the 3rd or 4th process. Haven't tried it myself though, I tend to avoid MV-made games.
 
Re: Cheats for games

I've read somewhere that you can still use Cheat Engine on MV if you choose the 3rd or 4th process. Haven't tried it myself though, I tend to avoid MV-made games.

Yup, you can use Cheat Engine for MV game too, you just need to use a Custom Type ^^

here a little How to : http://www.ulmf.org/bbs/showthread.php?p=820171#post820171

but for simple things, i thinks it's better to use Cheat Menu Plugin from Emerald ^^ http://www.ulmf.org/bbs/showthread.php?t=28982
 
Re: Cheats for games

I mean, his explaination. You can use CE on MV, but it's not as easy.
 
Re: Cheats for games

Wow. Been looking more into this and it's just mind boggling.

I might just go back to real sex if gaming sex is all about pointless grinding and difficult ways to cheat :D

Really appreciate all you guys taking the time to post though. Many thanks and have a great day.
 
Re: Cheats for games

Wow. Been looking more into this and it's just mind boggling.

I might just go back to real sex if gaming sex is all about pointless grinding and difficult ways to cheat :D

Really appreciate all you guys taking the time to post though. Many thanks and have a great day.

If you add the rpgmaker type on cheat engine its easy af.
When I play a game, just 1 minute after the opening, I got it on 2x speed, with 999999 money and the best gear.

For those who like gameplay maybe it has no point, but Im here for da titties
 
Re: Cheats for games

If you add the rpgmaker type on cheat engine its easy af.
When I play a game, just 1 minute after the opening, I got it on 2x speed, with 999999 money and the best gear.

For those who like gameplay maybe it has no point, but Im here for da titties
Recently an RPG h-game made me quite mad with the random encounters and mostly unnecessary, non-skippable battles and text.
So I will probably try out CE for the very first time. Covered the very basic part of the tutorial, hopefully it will be enough.

That speed-hack intrigues me. How would you go around doing that?

Also, do most of the titles that have GoR, battle rape and whatnot, have this included in their description of the game on DLsite (that they have GoR, for example)? If the need to lose to a mob should be an alternative, after all... For who knows whatever reasons... xD
 
Re: Cheats for games

I like to use Froggus's works great on MV as well

Though inventory editingnis a little buggy in mv, with items being downshifted by one from their stated number.
 
Re: Cheats for games

Though inventory editingnis a little buggy in mv, with items being downshifted by one from their stated number.

True, but for me (who only hacks money to avoid early grinding) it works fine and is super easy...
 
Back
Top