Posted: Wed Jun 28, 2006 4:29 pm Post subject: Help! Urgent Need! Leaving Tomarrow!
Hi I am finding the pointer to starcraft resource for a friend and this is wat I get! What do I actually scan for? I've tried the suggested value but it doesn't work. I've tried with the star but it also doesnt seem to work!
Joined: 24 Jun 2004 Posts: 733 Location: location location
Posted: Wed Jun 28, 2006 4:49 pm Post subject:
from your picture you got add [eax*4+004fd4A0],ecx
well eax contains 1 if you look at the eax register,
and then eax is multiplied by 4 ( the asterisk * stands for X = times)
so its add [1*4+ 004fd4A0],ecx == 004fd4A4,
in other words you got to add 4 to the address,
cheat engine is just showing the probable static address held in the brackets, eax in this case is holding the offset,
you have to do the adding subtracting dividing or multiplying that is also in the brackets yourself, _________________
Joined: 09 May 2003 Posts: 25815 Location: The netherlands
Posted: Thu Jun 29, 2006 12:52 am Post subject:
004fd4A4 is a sttic address. it won't change so no pointers needed.
also, about this code:
add [eax*4+ 004fd4A0],ecx
this is a array or struct selector, the array starts at 004f4a0
e.g resource[0] is at 004fd4a0, resource[1] is at 004fd4a4, resource[2] is at 004fd4a8 etc... _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
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