Tuesday, December 13, 2011

Tools - Easy way to get HEX codes from screenshots/screen.

i use AutoIt window info tool , it gives hex color code mouse position and alot more (perfect for making pixel bots). i found it a few years back when i first used autoit , it came prepackaged with the editor.
i no longer use the editor but i always use this tool.
here is a screen shot

window info (somewhat helpful for coding)

AutoIT Window Info DOWNLOAD

and just for cred here is a link to the autoit site .
AutoIt site = http://www.autoitscript.com/

Mem Editing - 1.Basic Memory Scanning

OK since this is the first tutorial on game-hacking, im of course going to start with the very basics and that is memory scanning.

as you all should know memory is quick storage that any process can use to store variables and information that it needs to run. you can think of this storage system as a huge line of shelves/cubbyholes each hole in the shelf can store information in it and has an assigned address.

what we are trying to do is scan those memory address locations(cubbyholes) to find the value of something we want to change (money or ammo etc.) and to do that we scan for the current value , then we go back in game and change that value to something else . we keep changing and scanning until we are left with a handful (or better just one) of addresses. then we can just add it and freeze/change it to what we want.

im going to make a video for this using terraria , but for now the justcause 2 ammo hack video will work.


also on a side note , when scanning for variables they wont always be 4byte





they can be anything from that drop down list , but will usually be 4byte , float or double. if your not sure then just do an "all" scan


Mem Editing - Scanners

Here is a list of memory scanners , you can try them all and use the one you like .

But all the tutorials im going to be doing are going to use CheatEngine because its the most updated memory scanner available.

-Downloads-
Latest CheatEngine
MemoryHackingSoftware
TSearch

Preview - Cod4 Chams Update 1

Another update , the chams look even better now , they are multicolored(pink and green) and the pink is rendered flat so its easier to see.
here are some screenshots , and i figured why not and make a movie(youtube messed up the great quality and made it choppy for some reason)


nice multi-colored , pink = behind something , and green = visible.

just another sweet picture.


Preview - Cod4 Chams

Mainly just wanted to post this to show off , ill write up a tutorial when im more competent with D3D programming.

but it looks good so far , im using cod4 because when i try to inject into cod6 it crashes(using azorbix's hook so that is probably why, ill write one later)



i got some leaking as you can see here , but this was just a test , ill use numverts and primcount later on.