Difference between revisions of "Tutorials:Create cheat table full"

From Cheat Engine
Jump to navigation Jump to search
m
m
Line 59: Line 59:
  
  
 +
Now after the money hack we have a way to get to the Runes, but I want an address for the Runes and Coins to add a once run script to just add some when I need them and even clear the number of Runes to get rid of any repetitive messages. So on to a Runes and Coins Hook.
 +
* [[Tutorials:Create_cheat_table_full:runes_coins_hook|Write a Money and Runes Hook]]
  
'''Work in progress, continuing later.'''--[[User:TheyCallMeTim13|TheyCallMeTim13]] 21:01, 30 December 2017 (UTC)
+
 
 +
 
 +
 
 +
 
 +
'''Work in progress, continuing later.'''--[[User:TheyCallMeTim13|TheyCallMeTim13]] 02:47, 31 December 2017 (UTC)
  
  
  
 
{{Tutorials:Create_cheat_table_full:links}}
 
{{Tutorials:Create_cheat_table_full:links}}

Revision as of 02:47, 31 December 2017


If you haven't done the Cheat Engine Tutorial then please do so as this tutorial builds on that and some (basic) things that are mentioned will not be mentioned here.


The game I'll be using is Dishonored, but pretty much any game will work. I pick this game because It's simple yet complex at the right levels, it loads quickly, and when paused in windowed mode it releases the mouse.


Tip: Edit the 'DishonoredEngine.ini' it'll be at 'My Documents/My Games/Dishonored/DishonoredGame/Config/'. Find the key 'bForceNoStartupMovies' and set it to true:

bForceNoStartupMovies=true


Tip: When starting a table put the game in windowed mode to stop screen flickering when shifting focus.

Tip: Make sure to always create a backup of saves, and keep an original save (before using Cheat Engine).


I'm starting out at the Hound Pits Pub and this is where I'm creating my good save. I have chosen to start a new game, unlock the Blink power, but not pick up any thing at the Hound Pits Pub upon arrival. Note: The Hound Pits Pub is the player safe location or home base.


I usually start with finding the player coordinates so let's start there.

Now After that we can find the player base.


Now that we have a player base, let's find the player health address.


Now that we seem to have a good base address and some values, try to find the Mana address your self.

Hint: It is in the same structure as health, oxygen, and coordinates.

[ptrCoordBase]+???


So time for some real fun, on to the hooks and hacks.

So let's start with my favorite, a super speed hack.


And just because they go to together like peanut-butter and jelly, next let's go for a super jump hack.


Now let's work on a health hack, for this I find it's best to get around combatants so that we can test to see if the instruction the we hook also works on combatants' health.


So time to make some money for the player, on to a money hack.


Now after the money hack we have a way to get to the Runes, but I want an address for the Runes and Coins to add a once run script to just add some when I need them and even clear the number of Runes to get rid of any repetitive messages. So on to a Runes and Coins Hook.



Work in progress, continuing later.--TheyCallMeTim13 02:47, 31 December 2017 (UTC)



Links