Search found 28 matches

by heopas
Fri Aug 09, 2013 3:19 pm
Forum: Problems
Topic: Can enigma support autoit and autohotkey?
Replies: 4
Views: 19462

Re: Can enigma support autoit and autohotkey?

Correct way:

Code: Select all

Local $checkKey = DllCall("enigma_ide.dll", "int", "EP_RegLoadAndCheckKey")
If $checkKey[0] <> 1 Then
	Exit
EndIf
by heopas
Wed Mar 06, 2013 11:26 pm
Forum: Enigma Virtual Box x86/x64
Topic: Need help with Run virtual executable
Replies: 2
Views: 8453

Re: Need help with Run virtual executable

Main exe added with source added.
by heopas
Tue Mar 05, 2013 9:15 pm
Forum: Enigma Virtual Box x86/x64
Topic: Need help with Run virtual executable
Replies: 2
Views: 8453

Need help with Run virtual executable

I am trying to pack some files (check attachment) with my main exe (main exe just run cm.exe) but Run doesn't work.
by heopas
Fri Nov 02, 2012 11:48 am
Forum: Problems
Topic: SmartAssembly Control sum check-up
Replies: 2
Views: 7057

Re: SmartAssembly Control sum check-up

Ok, i send it.
I am using windows 7 ultimate SP1 x64
by heopas
Fri Nov 02, 2012 9:45 am
Forum: Problems
Topic: SmartAssembly Control sum check-up
Replies: 2
Views: 7057

SmartAssembly Control sum check-up

I am using SmartAssembly to obfuscate my code (C# .Net) and Enigma Protector to pretect the license.
The problem is that if i enable Control sum check-up my app after 2-3 secs close without any message or error.
by heopas
Thu Nov 01, 2012 9:55 am
Forum: Basic
Topic: Visual Studio 2010 C#
Replies: 2
Views: 8220

Re: Visual Studio 2010 C#

Nice !! That worked for me. Now i have another problem, when i am getting the first protected string i am sending a messagebox to test it. The string contains only the first letter from the protected string. (e.x. Protected String: heopas MessageBox: h). I have already tried to chagne ascii string t...
by heopas
Wed Oct 31, 2012 10:06 pm
Forum: Basic
Topic: Visual Studio 2010 C#
Replies: 2
Views: 8220

Visual Studio 2010 C#

I have some problems with API. I can' t make it work (build). I am newb in C# :D Code: public Form1() { InitializeComponent(); for (int i = 1; i <= 3; i++) { int len = Enigma_IDE.EP_ProtectedStringByID(i, null, 0); if (len > 0) { StringBuilder str = new StringBuilder(len); if (Enigma_IDE.EP_Protecte...
by heopas
Mon Aug 06, 2012 8:14 pm
Forum: Basic
Topic: 3.80 Cracked
Replies: 2
Views: 10641

3.80 Cracked

Hello, i want to ask about the new version (3.80). The new version already got cracked. This mean that apps protected with enigma protector can be easily cracked. I am using protection with HWID (Hard Disk only). Give us more info... Why the new version got cracked in 3 days.
by heopas
Fri Aug 03, 2012 8:57 am
Forum: Problems
Topic: Import Project Bugs
Replies: 4
Views: 11086

Re: Import Project Bugs

No, i am using the latest.

ImageImage
by heopas
Fri Aug 03, 2012 8:28 am
Forum: Problems
Topic: Import Project Bugs
Replies: 4
Views: 11086

Re: Import Project Bugs

1) You can' t see some buttons and options even if you stretch it.
I just test 3.80 and this bug still exist.