Jump to content
Tuts 4 You

[Keygenme] XorRanger's KeygenMe 5


XorRanger

Recommended Posts

XorRanger

Hello All,

Here is a Quick KeygenME I Put Together While I Was Bored Today.
Rules

Only Keygens Are Allowed.

No Ripping Of Algos From The KeygenME.

A Tutorial Would Be An Added Bonus.
Language: Delphi
Packer: PeCompact.
Please Do Solve.

Thanks

 

XorRanger's KeygenME #5.rar

  • Like 2
Link to comment
Share on other sites

auth: 987654321234 serial: 509132489092

@ DimitarSerg, Unfortunately Your Serial Fails.

Link to comment
Share on other sites

DimitarSerg
 

 

If you cann't copy the serial without spaces that's not my fail ;)


p.s. or use Trim function


p.p.s or maybe it depends upon some system parameters :D


 


2014_05_10_134738.png

Edited by DimitarSerg
Link to comment
Share on other sites

 

 
 

If you cann't copy the serial without spaces that's not my fail ;)

p.s. or use Trim function

p.p.s or maybe it depends upon some system parameters :D

 

2014_05_10_134738.png

 

 

Please Make a Keygen Cos Your Serial Still Fails For Me. :sad2:

Or May Be SomeOne Else Could Try Your Serial :scratch:

Edited by XorRanger
Link to comment
Share on other sites

DimitarSerg your serial isn't working for me too. Using Windows 7.


Edited by LordCoder
Link to comment
Share on other sites

@LordCoder: Try this for DimitarSerg's AuthKey:

AuthKey:   987654321234
SerialKey: 5192314?9?9?

 

@Dreamer: What did i miss? :partytime:

AuthKey:   123456789123
SerialKey: 5041329?1?2?

 

"?" can be anything really :peace:

Edited by ChOoKi
  • Like 1
Link to comment
Share on other sites

DimitarSerg
 
 

 

@LordCoder: Try this for DimitarSerg's AuthKey:

AuthKey:   987654321234
SerialKey: 5192314?9?9?

 

 

For the first time while debugging I saw these values, but for second time debugging the correct keypair was

 

auth: 987654321234
serial: 5091324?9?9?

 

That's why I think the keygenme is a little buggy but I have no interest and time to find where is the bug.

Edited by DimitarSerg
Link to comment
Share on other sites

@DimitarSerg: Thank GOD for that, i was starting to think my OS is playing up again :)


@XorRanger: 2 MBs for a bit of math? what version of Delphi are you using there?


  • Like 1
Link to comment
Share on other sites

@ ChOoki, Your Serial Combo is Working Fine. Thanks For it. Still Waiting For Your Keygen Though. :)


Edited by XorRanger
Link to comment
Share on other sites

@ ChOoki, Your Serial Combo is Working Fine.

Thanks For it.

Still Waiting For Your Keygen Though. :)

Link to comment
Share on other sites

@DimitarSerg: Thank GOD for that, i was starting to think my OS is playing up again :)

@XorRanger: 2 MBs for a bit of math? what version of Delphi are you using there?

Just Switched to XE5 Lately.

Link to comment
Share on other sites

Just Switched to XE5 Lately.

 

Maybe you should switch back :) Here is my solution:

 

Update: Solution has been updated due to a bug in the old one. :thanks:

solution.7z

Edited by ChOoKi
  • Like 2
Link to comment
Share on other sites

Maybe you should switch back :) Here is my solution:

Nice One ChOoki, I Knew You Could Do it.

How Would You Rate The Difficulty Please?

** Side Question

Is it Possible to Do this in Delphi 7

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

type

  r1 = array of Double;

 

Var

 

 MyArr1: r1;

 

 MyArr1 := r1.Create(x11, x12, x13, b1);

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

Cos it Did Not Compile For Me in Delphi 7 :sad2: 

 

 

Link to comment
Share on other sites

Assuming x11, x12, x13, x14 are variables:



type
  r1 = array of Double;
Var
 MyArr1: r1;
SetLength(MyArr1,4);
MyArr[0]:=x11;
MyArr[1]:=x12;
MyArr[2]:=x13;
MyArr[3]:=b1;


 

  • Like 2
Link to comment
Share on other sites

 

Assuming x11, x12, x13, x14 are variables:

type  r1 = array of Double;Var MyArr1: r1;SetLength(MyArr1,4);MyArr[0]:=x11;MyArr[1]:=x12;MyArr[2]:=x13;MyArr[3]:=b1;

 

Thanks Kao,

I Know it is Possible to do it this Way But I Just Wanted to Confirm if My Above Method or Similar Single Line Assignment Would Work in Delphi 7.

Thanks Once Again.

Link to comment
Share on other sites

Update:


 


Original solution had a bug and it has been updated, also a package will be released here soon (Original file, Unpacked file, PDF tutorial (printing disallowed :1:) + step-by-step Keygenner).


 


@XorRanger: To rate it I'd have to say "Easy" but can be "Tricky" if you rush into coding a keygen for it (as I did).


 


@Nooby: Only if you lend me ONE of the primes for the 511 bits RSA used :ltongue:


Edited by ChOoKi
  • Like 2
Link to comment
Share on other sites

As promised :peace:

ChOoki, is there anything UnKeygennable by You? :scratch:  :pinch: 

Really Awesome Job Especially With The Tutorial and Explanations.

Keep Blazing.  :king:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...