Комментарии:
Awesome!
Ответитьcan you help me? there is game and u have 3 lives coming meteors so i want to make my live more like 99999 how to make it
ОтветитьNow when I see what writes to my life, it only shows
"004385A2 - 50 - push eax <<"
I think I'm in a function since it has a "ret" right afterwards
I also know that 50 is an offset -- I believe to access the life on the player struct, so the current address minus 50 should get us the base address to the player, but I'm not certain how to proceed, I feel like I need to have a stack trace and see what called this function and the proceeding code after it. I'm also not sure why the "find what writes to this address" is bringing me here : \
Just seems to be a fair bit more effort than I think this step was supposed to require.
Player health 999999999999999999999999, you will pay for somethings
ОтветитьHmmm
How set the enemy HP to 1 in games just in case there is a boss battle that you are supposed to lose or storyline triggers at certain HP markers, etc.?
where do you come from ?
ОтветитьJust came here to say thank you for tutorials :)
Ответитьoh my god
Ответитьthis is amazing
Ответитьwhat happens if game doesnt allow you to change the value? i change value to 555 and it goes back to original value :(
Ответитьi found out the enemies can shoot eachother :)
Ответитьhow can i find compare to first scan in cheat engine 7.2 version
Ответитьwhat i did was got both of them low hp with hp hack then i just quickly killed them before the rocket hits me
ОтветитьAny instruction for "keypress use"?
For example I want a script in which I want to press H for 5 health points.
Is there any operand for keypress??
Is there a way to turn our simple shot into a megabomb ?
ОтветитьI watched the tutorial. now i need to change a block to a portal in a game. He said it was something that could be considered worthless, according to what the cheater said. help please
Ответитьwhen i double click on RAX commonality scanner it shows: acess vioation
Ответитьhi Sir, can you give me some documents to learn that "mov, add, sub" code. i really wanna learn this to use cheatEngine effectly as you did <3
ОтветитьI'm trying to find a pointer chain to MegaBomb.
I've already found the correct address and used "Define new structure" to select TGame2. I also confirmed that the offset 5C corresponds to MegaBomb.
I ran a pointer scan in Cheat Engine 7.5, and one of the resulting paths was:
Base: gtutorial-x86_64.exe + 241630
Offset 1: 5E8
Offset 2: 180
Offset 3: 5C
However, since Cheat Engine treats the final 5C as a pointer (instead of a value), it doesn't work.
How can I make it treat 5C as a value instead?