Quote:
Originally Posted by goku
IF .NOT. HEXC(M.PWD)=="8A 2C E4 70 46 51 57 A7 F3 BD 97 73 57 ED BE 1E"
WAIT WINDOW "Wrong password"
ENDIF
CLOSE DATABASES ALL
SET TALK OFF
SET SAFETY OFF
IF .NOT. FILE("tmp.dbf")
CREATE DATABASE tmp
CREATE TABLE tmp (F1 I)
ELSE
USE EXCLUSIVE tmp
ZAP
INSERT INTO tmp VALUES (100)
INDEX ON RECNO() TAG TMP DESCENDING
ENDIF
RAND(-1)
|
Ok. I must confirm that this is the code from Load method of test.scx form. But still can't see the whole unprotected form. The link you provided above is unavailable for me. Must state that I consider that application is fully cracked only in the case you provide fully functional unprotected application with the same functionality (as I provided for VFP Compiler protected application http://www.foxite.com/archives/who-can-hack-this-one-0000260749.htm). In this case it must run with the password that you know, better of all with empty password or any password. You will be sufficiently close to it if you can get the whole unprotected form test.scx. While I see only the code above I consider you are still very far from cracking application.