Search found 6 matches

by bazarach
Fri Sep 23, 2022 5:54 am
Forum: Cheat Engine
Topic: how do i save memorylocation from instruction to table?
Replies: 6
Views: 1377

Re: how do i save memorylocation from instruction to table?

I guess my last questions are: When does that instruction get run? Can you set a break point on it? ecx is written to _minutes just before the game updates the minutes passed. anyway, i added a break and trace on the mov [_minutes],ecx instruction in the disassembler to check the value of ecx and i...
by bazarach
Fri Sep 23, 2022 5:16 am
Forum: Cheat Engine
Topic: how do i save memorylocation from instruction to table?
Replies: 6
Views: 1377

Re: how do i save memorylocation from instruction to table?

You can also try just writing ecx to _minutes and then setting the memory record as a pointer with an offset. To do that, double-click on the address of your record and tick the checkbox for 'pointer'. Set the address to '_minutes' and the offset to '10'. somehow the value of ecx isnt being stored ...
by bazarach
Fri Sep 23, 2022 4:41 am
Forum: Cheat Engine
Topic: how do i save memorylocation from instruction to table?
Replies: 6
Views: 1377

Re: how do i save memorylocation from instruction to table?

You need to setup your memory record as a pointer how do i do this? haven't modified the script yet, but i tried changing the address to include brackets but i got zeroes instead. the address im looking for is the 25B93FFC or whatever it is for each run of the game. cheat off https://i.imgur.com/PX...
by bazarach
Fri Sep 23, 2022 12:48 am
Forum: Cheat Engine
Topic: how do i save memorylocation from instruction to table?
Replies: 6
Views: 1377

how do i save memorylocation from instruction to table?

as per title. below is the instruction that updates the minutes passed in the game im making a table for. how do i save the address of ecx+10 to my table? mov [ecx+10],eax i tried doing it using LEA and using MOV to store it into a symbol, but im getting the address for the allocated memory for _min...
by bazarach
Fri Oct 15, 2021 12:53 am
Forum: Trainers
Topic: MCC Toolbox V3.8.4 NEW!- Halo 4, Halo 3 ODST, Halo 3, Halo 2, Halo CE, Halo Reach
Replies: 435
Views: 230786

Re: MCC Toolbox V3.2 - Halo 4, Halo 3 ODST, Halo 3, Halo 2, Halo CE, Halo Reach

Halo 3 seems to get a fatal crash whenever you shoot your weapons. Happens with or without any cheats on. First encountered the crash in mission Cortana. Afterwards i tried mission Sierra 117 with no cheats on, just to check if it's mission based, and got a fatal crash too. In both cases the crash ...
by bazarach
Thu Oct 14, 2021 11:29 pm
Forum: Trainers
Topic: MCC Toolbox V3.8.4 NEW!- Halo 4, Halo 3 ODST, Halo 3, Halo 2, Halo CE, Halo Reach
Replies: 435
Views: 230786

Re: MCC Toolbox V3.2 - Halo 4, Halo 3 ODST, Halo 3, Halo 2, Halo CE, Halo Reach

Halo 3 seems to get a fatal crash whenever you shoot your weapons. Happens with or without any cheats on. First encountered the crash in mission Cortana. Afterwards i tried mission Sierra 117 with no cheats on, just to check if it's mission based, and got a fatal crash too. In both cases the crash c...