View previous topic :: View next topic |
Author |
Message |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Fri Sep 14, 2007 10:09 am Post subject: KeygenMe v1.0.1 |
|
|
If you're wondering why this version name, the UI has not changed. Only the algorithm has changed.
Rules:
1) Create a keygen
2) Write a tutorial explaining how the serial is generated.
3) Enjoy
Last edited by killersamurai on Sat Sep 15, 2007 9:52 pm; edited 1 time in total |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Fri Sep 14, 2007 10:32 am Post subject: |
|
|
Also doesn't work due to compiler settings.
|
|
Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
|
Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Fri Sep 14, 2007 11:25 am Post subject: |
|
|
Yes. Now it generates with the name.
|
|
Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
|
Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Sat Sep 15, 2007 7:35 pm Post subject: |
|
|
That is the debug build instead of a release build. It works on my pc perfectly. I guess I'll have to rewrite the whole thing all over again. Maybe this time I'll use MFC.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 204
Joined: 25 Jan 2006 Posts: 8580 Location: 127.0.0.1
|
Posted: Sat Sep 15, 2007 9:13 pm Post subject: |
|
|
killersamurai wrote: | Maybe this time I'll use MFC. |
Evil words... evil...
There is two main compiler settings I have found to cause issues when releasing things built in C++, the first being the optimization settings, I usually just leave this disabled to avoid issues. The next one being the major one is the runtime library. Default for VS2005 your project compiles using Multi-threaded Debug DLL (MDd), instead, try compiling with just the Multi-threaded (/MT) switch.
|
|
Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Sat Sep 15, 2007 9:53 pm Post subject: |
|
|
Wiccaan wrote: | killersamurai wrote: | Maybe this time I'll use MFC. |
Evil words... evil...
There is two main compiler settings I have found to cause issues when releasing things built in C++, the first being the optimization settings, I usually just leave this disabled to avoid issues. The next one being the major one is the runtime library. Default for VS2005 your project compiles using Multi-threaded Debug DLL (MDd), instead, try compiling with just the Multi-threaded (/MT) switch. |
Compiled it with your settings and updated.
|
|
Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Sat Sep 15, 2007 10:01 pm Post subject: |
|
|
zart
484-953336-060848980510099
I'll make a keygen when I get a chance... still following around with another keygenme
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Sat Sep 15, 2007 10:24 pm Post subject: |
|
|
Xenephobe
609-307800-561847333148223
_________________
haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
Back to top |
|
 |
zart Master Cheater
Reputation: 0
Joined: 20 Aug 2007 Posts: 351 Location: russia
|
Posted: Sat Sep 15, 2007 11:19 pm Post subject: |
|
|
Feeling kind of lazy right now, so instead of analyzing algorithm - here is a self keygen;
Code: |
Change;
00407EE0 68 10A34000 PUSH KeygenMe.0040A310 ; ASCII "Bad"
to
00407EE0 51 PUSH ECX
|
_________________
0x7A 0x61 0x72 0x74
TEAM RESURRECTiON |
|
Back to top |
|
 |
|