Search found 15 matches

by snura
Sun May 21, 2017 7:19 pm
Forum: Problems
Topic: Help with creating trial limit
Replies: 3
Views: 12894

Re: Help with creating trial limit

Are you using the demo?.
by snura
Thu May 04, 2017 7:19 pm
Forum: Tutorials
Topic: Protecting Unity compiled game with Enigma Protector
Replies: 1
Views: 28525

Protecting Unity compiled game with Enigma Protector

This is my second installment after quite understanding ins and outs of unity compiled games, The most important things in unity compiled game are : unity-player-exe-name_Data/sharedassets[NUMBERS].assets unity-player-exe-name_Data/Managed/Assembly-CSharp*.dll unity-player-exe-name_Data/Managed/Mono...
by snura
Wed Mar 21, 2012 7:55 pm
Forum: Tutorials
Topic: Enigma Virtual Box: Packaging sample for unity project
Replies: 8
Views: 86649

Re: Enigma Virtual Box: Packaging sample for unity project

I have made a video tutorial that simplified tutorial above :) :
by snura
Sun Jan 22, 2012 2:44 pm
Forum: Basic
Topic: Block CMD and dos
Replies: 8
Views: 15674

Re: Block CMD and dos

It's not possible to protect your ip from your game client as it's the base fundamental on how tcp/ip works, if you can block default netstat, they can easily use wireshark, proxy, etc, even if you somehow can block on client's end point, they can easily check it out on router/switch level, there is...
by snura
Thu Mar 10, 2011 6:54 pm
Forum: Basic
Topic: Generate The Generators
Replies: 3
Views: 15006

Re: Generate The Generators

@Majid I think your planned use is called site/company license, normally in other software it cost 2-1000x times than normal licensing cost because you can give out this to other employee in your team at any size(100-10000 people), probably wiser if enigma making this kind product as for company use...
by snura
Thu Mar 10, 2011 6:41 pm
Forum: Basic
Topic: Registration Key Based On Password
Replies: 9
Views: 33371

Re: Registration Key Based On Password

@Majid Why you don't use the enigma api? i think you can load your custom registration dialog at startup with field for name, hw-id, password, and in the background you combine this string into 1 var, i for one will md5, crc32, extreme sha1-sha512 these name+hwid+password string, then callout the en...
by snura
Thu Mar 10, 2011 6:22 pm
Forum: Enigma Protector - Online Solutions
Topic: A sneak peek view of future Enigma Online Solution
Replies: 14
Views: 88604

Re: A sneak peek view of future Enigma Online Solution

Cann't viewing the screenshot, would you please rehost the images at other image host?
by snura
Tue Jan 04, 2011 1:38 pm
Forum: Tutorials
Topic: Enigma Virtual Box: Packaging sample for unity project
Replies: 8
Views: 86649

Enigma Virtual Box: Packaging sample for unity project

This is just simple example how to package your unity compiled project into 1 executable : Normally unity compiled project would something like these : Enigma.Jpeg The runtime (Test.exe) at execution will always check if there is exist runtime_exe_name_Data, so if your runtime name named as cool_gam...
by snura
Sun Sep 27, 2009 5:35 am
Forum: Basic
Topic: Unpacking my own EXE
Replies: 5
Views: 25150

Re: Unpacking my own EXE

i think it's not possible,it's quite weird,if you are the real developer of the owner,why you don't just recompile from the sources and repacked it?or is it a malware?virus?trojan? :mrgreen:
by snura
Sun Sep 13, 2009 5:05 pm
Forum: Basic
Topic: Delphi 2010 Support
Replies: 3
Views: 20938

Re: Delphi 2010 Support

you have missunderstand me,i was just sharing the 'fixed' one,i have already tried the 1.77 sdk got some error when compiling : [DCC Error] test_unit.pas(52): E2033 Types of actual and formal var parameters must be identical [DCC Error] test_unit.pas(82): E2010 Incompatible types: 'Char' and 'AnsiCh...