Jump to content
Tuts 4 You

[keygenme] .NET KeygenMe1 finded over .NET


Recommended Posts

CodeExplorer
Posted

[keygenme] .NET KeygenMe1 finded over .NET

(easy one)

Youtube video:
/>http://www.youtube.com/watch?v=R_hVWyUDsfA

KeygenMe.zip

  • Like 1
MafiaOnMove
Posted (edited)

My Solution...

VB.NET

KG1CC.rar

Edited by MafiaOnMove
  • 3 weeks later...
Posted (edited)

C#,

here,

Good evening.

serial.rar

Edited by grizzmo
Posted

Hi brother pnta. could you upload the source code of your keygen to study :). Thanks. And by the way. Best regards to all of you Guys.

Posted

By the way i have a simple question, just only a doubt i have, so i hope you can clear it, ...well, a .NET exe file, all we know that can be analyze by .Net Reflector and it's cool, ...but it also can be analyzed into Olly?. i mean, it is correct analyze it, into OllyDbg too?. or we can't do that. or we shouldn't? ...i hope read you very soon friends. Best regards.

Posted
  On 8/12/2011 at 6:24 PM, HACKAL said:

but it also can be analyzed into Olly?

Yes Ofc.

Posted
  On 8/12/2011 at 6:09 PM, HACKAL said:

Hi brother pnta. could you upload the source code of your keygen to study :). Thanks. And by the way. Best regards to all of you Guys.

See here:

  Quote
>http://forum.tuts4you.com/index.php?showtopic=26958&pid=127512&st=0entry127512

:lol:

  • 2 years later...
Posted

Sorry for revive this post.


Here is mine:



Imports System.Text Public Class frmKeygen Private Sub txtName_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtName.TextChanged
Dim builder As New StringBuilder
Dim bytes As Byte() = Encoding.ASCII.GetBytes(txtName.Text)
Dim num2 As Integer = (bytes.Length - 1)
Dim i As Integer = 0
Do While (i <= num2)
builder.Append(bytes(i).ToString("x"))
i += 1
Loop
Dim str As String = (Strings.StrReverse(builder.ToString) & "2009")
txtSerial.Text = str
Clipboard.SetText(str)
End Sub
End Class

Keygen Keygenme no1 Phel0.rar

  • Like 1

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...