Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Cheat Engine Forum Index
PostGo back to topic
atom0s
Moderator
Reputation: 198
Joined: 25 Jan 2006
Posts: 8517
Location: 127.0.0.1

PostPosted: Fri Aug 13, 2010 11:55 am    Post subject:

Written in .NET and not obfuscated or secured so not going to bother writing the gen to do it. Info needed from app to keygen it though:

Code:
        if (this.serial.Text == this.TextBox1.Text)
        {
            Interaction.MsgBox("Thanks for registering, " + this.user.Text + "!", MsgBoxStyle.OkOnly, "Registered!!!");
        }


Code:
        string str = string.Empty;
        ManagementObjectCollection instances = new ManagementClass("win32_processor").GetInstances();
        foreach (ManagementObject obj2 in instances)
        {
            if (str == "")
            {
                str = obj2.Properties["processorID"].Value.ToString();
                break;
            }
        }
        this.hwidtext.Text = str;


Code:
    private void user_TextChanged(object sender, EventArgs e)
    {
        this.sol.Text = Conversions.ToString((int) (((this.user.TextLength + 0x4851) + Screen.PrimaryScreen.Bounds.Width) + (Screen.PrimaryScreen.Bounds.Height * this.hwidtext.TextLength)));
        this.TextBox1.Text = this.sol.Text + "-" + this.hwidtext.Text + "-GBM";
    }


Just follow the conversion based on the input from user_TextChanged and done.
_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Post reviews:   Approve 2
Author Review
GordonBM
Review: Approve
Post reference:
ReviewPosted: Fri Aug 13, 2010 12:11 pm

For solving
Back to top
View user's profile Send private message
ByTransient
Review: Approve
Post reference:
ReviewPosted: Wed Mar 31, 2021 7:24 am

Thanks..
Back to top
View user's profile Send private message
Display:  
Cheat Engine Forum Index


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites