Search found 8 matches
- Sat Feb 14, 2015 9:17 pm
- Forum: Problems
- Topic: Different HWID produced?
- Replies: 3
- Views: 9083
Re: Different HWID produced?
sent 2 emails; still awaiting a response 2 weeks down the line, any update on this issue?
- Sat Jan 31, 2015 5:32 pm
- Forum: Problems
- Topic: Different HWID produced?
- Replies: 3
- Views: 9083
Different HWID produced?
With version 4.00 I was getting identical HWIDs being produced using c++ 2012 and VB.NET. With version 4.20 I'm getting a different HWID from c++ to VB.NET; each on the same run time with the same permissions. Any idea why this is? -Edit narrowed this down... Works flawless on some windows 7 64bit u...
- Fri Jan 31, 2014 4:54 pm
- Forum: Online Activation Panel
- Topic: Multiple subscription lengths
- Replies: 3
- Views: 24843
Re: Multiple subscription lengths
license expiration. e.g. I sell the same product just with 3 different license lengths.
How would I be able to have 1 product but multiple license lengths?
Also http://puu.sh/6F17u/b8ac02d1ec.png
Where can I upload the file? By using an external source the location of the file can be found easily.
How would I be able to have 1 product but multiple license lengths?
Also http://puu.sh/6F17u/b8ac02d1ec.png
Where can I upload the file? By using an external source the location of the file can be found easily.
- Thu Jan 30, 2014 9:25 pm
- Forum: Online Activation Panel
- Topic: Multiple subscription lengths
- Replies: 3
- Views: 24843
Multiple subscription lengths
Just became apparent to me that this is heavily flawed...
If I provide users with 3 different product subscription lengths e.g. year, 5 years and lifetime.. how can this be done...?
Also http://puu.sh/6E7xP/9f3547c6c3.png and http://puu.sh/6EaX4/c2f7182f75.png
any idea?
If I provide users with 3 different product subscription lengths e.g. year, 5 years and lifetime.. how can this be done...?
Also http://puu.sh/6E7xP/9f3547c6c3.png and http://puu.sh/6EaX4/c2f7182f75.png
any idea?
- Mon Jan 20, 2014 4:56 pm
- Forum: Problems
- Topic: HWID crackable
- Replies: 8
- Views: 19836
Re: HWID crackable
Apologies for the gravedig, I tried implementing EP_ProtectedStringByKey but I get an issue... When I try to use Length = EP_ProtectedStringByKey("fyi6z02Y", vbNullString, 0) I receive the error Value of type 'String' cannot be converted to 'System.Text.StringBuilder'. If I substitute 'vbNullString'...
- Tue Dec 10, 2013 7:32 am
- Forum: Problems
- Topic: HWID crackable
- Replies: 8
- Views: 19836
Re: HWID crackable
None of the API functions work when dumped... So essentially it's impossible to stop the HWID crack / bypass???
I don't know where to go from here seeing as the program can be cracked via one button click
I'll try protecting a string and such later on today
I don't know where to go from here seeing as the program can be cracked via one button click
I'll try protecting a string and such later on today
- Mon Dec 09, 2013 5:59 pm
- Forum: Problems
- Topic: HWID crackable
- Replies: 8
- Views: 19836
Re: HWID crackable
I tried with EP_RegLoadAndCheckKey. After dumping the file it didn't even work and "Could not find engima_IDE.dll" error was appearing....
- Works perfectly fine when not dumped.
Even tested with EP_CheckupIsProtected, doesn't work.
None of the API functions work once the file is dumped.
- Works perfectly fine when not dumped.
Even tested with EP_CheckupIsProtected, doesn't work.
None of the API functions work once the file is dumped.
- Sat Dec 07, 2013 6:15 pm
- Forum: Problems
- Topic: HWID crackable
- Replies: 8
- Views: 19836
HWID crackable
User of mine discovered that once the program is successfully registered with a key etc, you can dump the application(via megadumper) and use it on any other PC, without a key. I was wondering if the implementation of live time key checks would be a possible feature to include? or a fix for this iss...