| View previous topic :: View next topic |
| Author |
Message |
Maskote Expert Cheater
Reputation: 1
Joined: 10 Feb 2007 Posts: 134 Location: Somewhere breaking my neck
|
Posted: Sun Aug 31, 2008 2:20 pm Post subject: [HELP]Setup Serial Fishing |
|
|
Ok so a while now, I learned to crack multiple programs and crackme. But when it comes to crack games, it never works.
I try to dissasemble the setup.exe file with W32dasm, use ollydbg, etc... and I never find a clues to find a correct serial.
This ain't for a specific game, its for every setup.exe I try to crack.
Anybody can help me or post a link to a Tutorial?
_________________
Major Trainers Created : 4
Currently Working On : Perfectioning my C++ knowledge.
Want me to create a trainer for a specific game? PM me, maybe I'm bored and I'll help you  |
|
| Back to top |
|
 |
lilbomb Expert Cheater
Reputation: 0
Joined: 08 Jun 2006 Posts: 138
|
Posted: Tue Sep 02, 2008 3:21 pm Post subject: |
|
|
if you are talking about online games, some can't really be "keygenned" because you purchase keys online that aren't calculated within the program itself.
_________________
|
|
| Back to top |
|
 |
nog_lorp Grandmaster Cheater
Reputation: 0
Joined: 26 Feb 2006 Posts: 743
|
Posted: Tue Sep 02, 2008 11:26 pm Post subject: |
|
|
For most online games there are 2 levels of validation. There is a check in the installer/game to see if it is "valid", then there is a check when you connect to a server, where the key is matched against a database of every valid key. The first check can be defeated by keygenning/cracking. The second step requires brute forcing the servers with key checks, and has very low chances of finding a good key.
_________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish |
|
| Back to top |
|
 |
Maskote Expert Cheater
Reputation: 1
Joined: 10 Feb 2007 Posts: 134 Location: Somewhere breaking my neck
|
Posted: Fri Sep 05, 2008 9:12 pm Post subject: |
|
|
No, I'm not even talking about online games
Its weird, should be easy I think.
_________________
Major Trainers Created : 4
Currently Working On : Perfectioning my C++ knowledge.
Want me to create a trainer for a specific game? PM me, maybe I'm bored and I'll help you  |
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Fri Sep 05, 2008 9:27 pm Post subject: |
|
|
Reversing section -> is dat way.
_________________
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Sat Sep 06, 2008 12:37 am Post subject: |
|
|
you can't crack anything thats real without finding out what it is packed in... after you done with that.. then you got alot of luck from things like
30 days left to use program.. it wont say 30 days in ollydbg it might say
"%d days left to use program" but you set breakpoints like 50 lines up or scan with ur eye for the jmps going there but i dont like that tracing option i like to just let breakpoints do the work I just press F9
_________________
|
|
| Back to top |
|
 |
|