Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
344
Extended use as info(how long value you are going to modify),the fist digit of the address
If the value for your cheat is 1 byte long(value from 0-255(0-FF))...use only one address,you have to place 0 for the first digit of the address.
If the value for your cheat is 2 bytes long(value from 0-65535(0-FFFF))...uses two address,you have to place 1 for the first digit of the address.
If the value for your cheat is 1 byte long(value from 0-4294967295(0-FFFFFFFF))...uses 4 address,you have to place 2 for the first digit of the address.
With byte,short and word is almost the same but.
For first digit you must use either 0 or 2.
If the value for your cheat is 1 byte long(value from 0-255(0-FF))...use only one address,you have to place byte between the address and value
If the value for your cheat is 2 bytes long(value from 0-65535(0-FFFF))...uses two address,you have to place short between the address and value
If the value for your cheat is 1 byte long(value from 0-4294967295(0-FFFFFFFF))...uses 4 address,you have to place word between the address and value.
It's just easier to use extended and it's preferable
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
344
Both are correct...the code is either not for your version of the game or just wrong
Posts: 19
Threads: 1
Joined: Mar 2012
Reputation:
0
It actually works! I thought it would be doing Max Dmg like 9999. But is based on the weapon's maximum damage range.
Awesome, thanks for the help!
3770K 4GHz OC [AVX-Direct3D11-HW-2xNative]
Geforce 770 2GB GDDR5 | 4GB DDR3-1333MHz | W10 LTS x64 1809
Posts: 959
Threads: 103
Joined: Oct 2010
Reputation:
18
In my expererience 'extended' always works unless the cheat starts with an A (ex: A01DA1A8 00000000). In that case I use 'word' or else it doesn't work