POINTER EXPLAINED
Some c++ programmers may not know what a pointer is or how to find a pointer, I will be explaining what a pointer is, and how to find it.
What Is A Pointer?
A pointer is pretty much self-explanatory when it comes to addresses.
As you may know, if you're making a hack for a game, the addresses change every match, therefor a pointer is needed.
The pointer points to the correct address each time.
Ok, So How Do I Find A Pointer?
Well, this involves first getting the address of something, then the pointer and the offset, this may sound confusing at first, but it's easy.
To tell the truth, when I first started learning about pointers, I got confused too.
Ok, I am going to be using solitaire as an example.
Open the program/game you're going to hack, then open cheat engine (if you're hacking a game you're going to need a UCE).
Now, in solitaire i'm going to search for the time that goes up since it's an easy one to do, so I'll scan for it until I get one address.

Now, when you have one address, right click it and click "Find out what writes to this address"
Then wait for the value in the game to get changed, then something should appear in the box you just opened, then double click it and you should see:

Keep you're eye on the parts I circled in red.
Now, start a new scan in cheat engine, check the box that says "Hex" next to the search box, then search for the second part I circled in red (057401EO), DO NOT ENTER EXACTLY WHAT IS IN MY SCREENSHOT, ENTER WHAT YOU SEE ON YOURS, MINE IS AN EXAMPLE.

Now click on "Add address manually"
And check the box that says "Pointer".
Now look at the part I circled in black and enter the following (NOT EXACTLY LIKE MINE BUT WHAT YOU SEE WHICH IS CIRCLED IN BLACK)

Then click OK and the value should be the same as the first scan.
credits to the "banned user" from the other website who originally posted this.. from ***gaming.com
info: to find pointers on soldier front/special force, you need an unpacked specialforce.exe
You can unpack manually for it to work...
you can also use OllyDbg instead of CE
Just Google Cheat Engine or OllyDbg...
i hope i can help all guys ^^
tx






