Jump to content
Tuts 4 You

ASProtect SKE 2.56 SDK Sample (x32)


4 Screenshots

Coded by boot / Tuts4you,

ASProtect SKE 2.56 | UnPackMe x86 32-bit
Medium Protections + SDK
September 16, 2024

If you unpack it write a tutorial... :)

------------------------

HWID:
FBFFC7AD-5EF5

USER:
boot

SN:
YHRQ6C-WVDZ3-4X673-R6QSB-S7PBF-C52DP-WYDXK-RWJAB-2ZXJR-B4MY9-G5VUQ

	// ...
	if (CheckKeyAndDecrypt((char*)keybuf, (char*)namebuf, TRUE) == TRUE)
	{
		MessageBoxA("Thank you for your registration!", "Registration", MB_ICONINFORMATION);
	}
	else
	{
		MessageBoxA("Key is not valid, please contact manufacture!", "Registration", MB_ICONWARNING);
	}

	// ...
	if ((UserKey != NULL) && (strlen(UserKey) > 0))
	{
		// ...
		wsprintfA(buffer, 
			"Registered version!\r\n\r\nName:\r\n%s\r\nKey:\r\n%s\r\nMode Name:\r\n%s\r\n",
			UserName, 
			UserKey, 
			ModeName);

		SetDlgItemTextA( IDC_STATIC_INFO, buffer);

	}
	else
	{
		// ...
		SetDlgItemTextA(IDC_STATIC_INFO, "Unregistered version.");

	}

User Feedback

Recommended Comments

There are no comments to display.

×
×
  • Create New...