

When you have found the enemy's health, you can right-click on that value/address and scan for what writes/accesses the address when you shoot at the enemy. a big enemy / BOSS with very high HEALTH/HP)Ģ: decrease the enemy's health with your weaponsģ: start a new scan and search for 'unknown initial value' (because we don't know the health of enemy)īecause your own health is stored as FLOAT, it is very likely that the enemy's health is also stored as FLOAT, therefore you should first try to scan for float values that decrease everytime the enemy is damaged. Start up Cheat Engine, then from menu click "Help" and "Cheat Engine Tutorial"īut it is damage of weapons meant that health is easy to find its 300 Float, I want to increase the weapons damage or do you know how man makes rapid fire?ġ: find an enemy with lots of HEALTH (e.g.
INCREASING DAMAGE USING CHEAT ENGINE RF ONLINE CODE
Then from the Code list, just NOP (disable) those results/addresses/opcodes. if the scan comes up with results, you can add those results to the Cheat Engine 'Code List'.

When you have found the HEALTH value and its address which it is stored in, you must right-click on it and scan for what writes/accesses the address. this narrows the search down until you have found the address that contains the health value. First you must find the HEALTH value, this can be done by first scanning for 100, then after you have been damaged, your health drops to, say, 60, then you subsequently scan for 60.
