How To Learn..

August 6th, 2016

I was just wondering, where do you go to learn how to make /Crack games. I’ve looked around the site, and found nothing. I want to give back to the community and help with games.
Thank You

Answer #1
assembly
It’s not a 1,2,3 step process, you actually need to learn how app’s are coded.
Answer #2
assembly
It's not a 1,2,3 step process, you actually need to learn how app's are coded.

Read learn how to program and you should be on the right path.
Answer #3
Thanks guys, what exactly is assembly though?
Answer #4
without giving you a paper on about it you should use this.
http://en.wikipedia.org/wiki/Assembler_language
The short vesion is its a low level computer lanauge that is pretty close to machine code. ……. so it will be a pain to kinda get the idea about it. and will be a lot of work to get the game to crack correctly and things like that but if you can get to know it people will love you. I am sure their are other ways to do it. but drawing blanks.
Answer #5
i can teach u cracking:
usually the files download already has a crack…
u just need to identify it and copy it to installation directory..
it will usually ask for overwrite…click yes and ur good to go
Answer #6

ahamad_fareed wrote: Select all

i can teach u cracking:
usually the files download already has a crack…
u just need to identify it and copy it to installation directory..
it will usually ask for overwrite…click yes and ur good to go
Not sure this was what he meant. I think he wants to make cracks not use them.
Answer #7

ahamad_fareed wrote: Select all

i can teach u cracking:
usually the files download already has a crack…
u just need to identify it and copy it to installation directory..
it will usually ask for overwrite…click yes and ur good to go
yeah but i think he’s more interested in designing the crack… not just cracking a game.
If i was you i’d try and contact a cracker or a cracking team, or just google it..
Answer #8
to start, grab OllyDBG from:
http://www.ollydbg.de/
and learn about conditional jumps, JNZ’s (jump if not zero), and Nulls. (0x90) http://www.dreamincode.net/code/snippet450.htm
You basically need to learn assembler, because you need to look at a program in a debugger such as olly, and figure out what it is doing to authenticate the software. Then the general method is to use a conditional jump to bypass the check.
I’m not the best person to talk to about the actual cracking of apps, but i think on hackthissite.org there are a few cracking tests with support forums.
A nice place to start learning assembly is learning how buffer overflows work. I can send you the slides of a talk I gave at the linux society on them, if you would like. Buffer overflows are in no way related to cracking apps, but it’s a nice way to learn an intro into assembler and processer registers.
Answer #9
try our friend google for cracking tutorials (or reverse engineering )