Why NodeJS example activation success without product key input?

Hello WyattI just run the NodeJS project and I could able to generate activated .dat file even I didnt enter and provide any Product keyI only changed the GUID.What is the problem?Rey

Youre likely using the verified trial. In the example if no product key is used a trial is started. You can opt not to do that if youd like.

Hi sir, can you please specify where is that? what is the line number? please kindly help me! 😀

Hi Wyatt, so should I call PromptForProductKey() function instead of IsGenuineEx() function?

Nope. The IsGenuineEx function checks if your app is activated and genuine.

Add breakpoints to the example app to see how it works.

Also, replacing the TurboActivate.dat file doesnt make your app deactivated. The activation data is stored elsewhere. Use Deactivate to deactivate your app.