I have all ready protection Whit Enigma like 2 years All ready But form some time to here They Crack My soft Real easy I use Enigma Hdid Registration End Also My Online KEY registration BUT they change links From Online registration i need advise fro my protection here its some code i use to get serial trow internet base By The way i use protect string But They change links any way
and enigma local key They make dump for by pass enigma registration
They also i pack file OCX TRUE Virtual box WHEN they UNPACK ENIGMA THEY CAN SEW THE OCX WHIT SECOND PROTECTION I USE
Public Sub GetSource()
Update True
Dim websitehtml As String
'websitehtml = URL
Dim http As Object
Dim StrOut As String
Dim sBuffer As String
Dim GetCode As String
Set oMD5 = New CMD5
GetCode = Left(oMD5.MD5(SNCode), 28)
WevKey = GetCode
websitehtml = Download2String(URL)
Debug.Print websitehtml
If InStr(1, websitehtml, GetCode) Then
RaiseEvent Accesson
Else
Call VarPtr("VMProtect begin")
RaiseEvent Accessoff
Call VarPtr("VMProtect end")
End If
End Sub
Need Best protection Advise
Re: Need Best protection Advise
Hi, the first problem there I see is using the VM markers. This way is incorrect at all. Such kind of marker will never be processed with Enigma Protector. See there an example how to use the marker for VB: http://enigmaprotector.com/en/help/manu ... 817f85021c
Also, you need to mark whole function with these markers, not only the exception string. You need to place begin marker at function start, and end marker at function end. This will give you better protection. Also, try to use as many VM markers as possible.
Regarding online keys generator, can you please explain how it works? I think you have some problem there too.
Also, you need to mark whole function with these markers, not only the exception string. You need to place begin marker at function start, and end marker at function end. This will give you better protection. Also, try to use as many VM markers as possible.
Regarding online keys generator, can you please explain how it works? I think you have some problem there too.
