Cobiy wrote: ↑Sat Jan 29, 2022 5:23 am
you know what an offsets is?
Listen, bud, I would appreciate it if you took some time to research on the people you're replying to:
- I have been with FRF for quite a few years now (even before 2018, see Cheat Engine Forums)
- I have posted quite a few tables and articles about reverse engineering and game-hacking
- I have been studying God of War since the first day it was released, hence the table posted here which can do several things other tables/trainers out there don't
- I am explaining every time what I come up with, in this or aSwedishMagyar's topic related to this game, so people know my process thought
- I am not hacking only THIS GAME, read up on my stuff in other topics
- put a little more interest and contribute more than your 2 posts and you'll be on a good path
- here for just telling us your discoveries and considering what others have to say an insult to your knowledge? say no more and we stop talking
Now, with all that in mind, do you really think you should ask me what an offset is? And you also asked it as a plural. Yeah, sure, typo.
I will explain it one more time, so you get it into your thick skull: unless the address (base_address+0x02BA14D0) you appointed is used in executable code instructions by the game, it's not good practice just pointing us to a static and saying "hey, it works; and if it works for me, it will work for you", as well as if someone says it doesn't for them go like "I dunno, it works for me; sucks for you". That's not professionalism and you have a long way to go.
Practically speaking, in 1.0.3, if you go to "base_address+0x02BA14D0" (I have to assume here 'base_address' is ImageBase) and set a breakpoint there (find out what accesses this address) to see if it's used by any executable code instruction in the game, you will see no results in the debug window. Which means the game doesn't use it. The same thing if you do a memory scan for it: main CE GUI, 8 bytes, tick Hex, paste address in, Scan. You will find 0 results pointing to it. So you can't use it as some static pointer or whatnot.
In my experience, if that's not used by the game directly, then I won't use your address. Why? Because I have had that happening a lot of times when I too was a noob and it didn't work for others. Till I learned my lesson. That's also why I don't use CE's pointer scan often, cuz I know a lot of the pointer paths aren't actively used by the game, just computed at that specific moment in time when the game's running. And I haven't yet met people who just do a pointer scan, close the game, then repeat the process to filter the list out and see which ones left in the list are still valid. No, all people do is a 1-time scan and that's all. They just post some path and we're to believe the path is stable, that it won't point to invalid memory on our ends...
If you can't explain how the game is making use of "base_address+0x02BA14D0", then.. again.. it's bad practice telling people they could just use your address in whatever scripts/tables they're going to make. And ending it with "feel free to post more offsets and quote my comment".
And when I am telling you my thoughts and correcting you along the way, what do you do? Tell me to fuck off cuz you know better. Well, then, I am really interested in seeing what comes up from that "base_address+0x02BA14D0" of yours. Please teach us some more.
Lastly, whenever you post something
that is your own personal thought process or naming, say so. Cuz there are names for structures and RTTI indicators pointing to real-dev given names to objects in-game. And not just fabrications or prefixing with "gow" cuz you felt like it. By the way, it's "artemis", not 'a
tremis'.
P.S.: If you'll continue with "you don't know who I am to talk to me like that", then please, by any means, post a topic in General Discussions and talk about yourself, your work, your experience, who you are and so on. Cuz we really don't know. And yes, post count matters, cuz it tells us how dedicated you are to this forum and how willing you are to stay. Everyone's in for some personal agenda, mostly to show off or share something real quick, then they're gone for months, spending their times on Discords or other forums they like. Which isn't wrong; it's just if you don't plan to stick around FRF, let us know early, so we don't waste our time. Much like my post here will feel like after 1-2 weeks, if you don't intend to reply.