Jump to content
Tuts 4 You

[keygenme] .NET KeygenMe1 finded over .NET


CodeExplorer

Recommended Posts

  • 3 weeks later...

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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:

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

:lol:

Link to comment
Share on other sites

  • 2 years later...

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