Cheat engine
#1
Question 
Hello again guys,

I want to know if there is any special settings for cheat engine to work to pcsx2 because i have it on normal settings and i cant find any value.(Money,Ammo etc.)
So please let me know.
Reply

Sponsored links

#2
[Edit]
Which game in particular are you trying this for? Cheat Engine doesn't always work unfortunately when it comes to floating addresses. (Meaning they can change every time you run the game, etc.)
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply
#3
better to do the full tutorial of cheat engine. It explains a lot.
Reply
#4
(04-27-2015, 11:27 PM)Ryudo Wrote: [Edit]
Which game in particular are you trying this for? Cheat Engine doesn't always work unfortunately when it comes to floating addresses. (Meaning they can change every time you run the game, etc.)
It doesn't find any value in any game i have tried(WWE 2006 to 2009,Need for speed Most wanted-Carbon,Soccer Life)

(04-28-2015, 12:01 AM)willkuer Wrote: better to do the full tutorial of cheat engine. It explains a lot.
I did it.(If you mean the cheat engine forum tutorial)
Reply
#5
do you find the addresses and they are lost after you move to other levels or on reboot or do you not even find addresses?
Reply
#6
(04-28-2015, 05:49 PM)willkuer Wrote: do you find the addresses and they are lost after you move to other levels or on reboot or do you not even find addresses?

I do not even find them.For example my money is 9,000,000 and i type 9000000 and it shows 0 result(I have search in 4-bytes,string,float,double and All[It shows some results in All but they are not the values i look for.])
Reply
#7
But what you see is not necessary what is saved. As already said it could be that the number you are looking for is a float number.

Code:
(int)9 000 000    ==toHex==>   0x00895440  ==toDec==>  9 000 000
(float)9 000 000  ==toHex==>   0x4B095440  ==toDec==>  9.0E6

I would suggest to use the between...and... mask and not the exact mask and search for all datatypes. Or you look for the ...isIncreased/...isDecreased mask. You can also search with ...isExact with float values and the option to truncate.
Reply
#8
(04-29-2015, 12:22 AM)willkuer Wrote: But what you see is not necessary what is saved. As already said it could be that the number you are looking for is a float number.

Code:
(int)9 000 000    ==toHex==>   0x00895440  ==toDec==>  9 000 000
(float)9 000 000  ==toHex==>   0x4B095440  ==toDec==>  9.0E6

I would suggest to use the between...and... mask and not the exact mask and search for all datatypes. Or you look for the ...isIncreased/...isDecreased mask. You can also search with ...isExact with float values and the option to truncate.

Oh thank you for the help. Smile
Reply




Users browsing this thread: 1 Guest(s)