Posted: Tue Oct 08, 2013 5:28 pm Post subject: Finding strange addresses. . .
Hi
I was hoping you could spare a few moments for me, I was wondering if somebody could give me some detail as to how exactly you hack some of the stranger things like weather or time for a game like Far Cry 3. I'm familiar with CE and Ollydbg and can find easy stuff like ammo just not sure what I should do for weird stuff :/
Joined: 03 Jun 2008 Posts: 283 Location: The Netherlands
Posted: Wed Oct 09, 2013 6:21 am Post subject:
how's ammo weirder than weather? It's all bits... same kind of bind.
anyway, as for time, look for a timer which keeps increasing or decreasing?
As for weather.. dunno, maybe weather ID's are used or some calculation mechanism. Try tofind out if it uses weather ID's then collect some data and voila "unknown initial value"
Weather values aren't weirder they are just harder to find because you have no control about them. I think that's what he meant?
I'd just scan for "unknown initial value" and every time the weather changes I'd rescan for "changed value". And while the weather is not changing you could rescan for "unchanged value".
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum