Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   need help making a keygen for a vds program (https://forum.exetools.com/showthread.php?t=6043)

chad1111 12-24-2004 12:08

need help making a keygen for a vds program
 
hello all

I have made a few keygens for software that was made in vds but this one got me stuck :( here is the code that i think hold the answer.. i have tryed many ways but i can't make a vaild key... :( any tips would be great...

thanks

%%var16 = @dlgtext(edRK1)@dlgtext(edRK2)@dlgtext(edRK3)@dlgtext(edRK4)
%%var6 = @dlgtext(edRegUser)
if @equal(%%var16,@substr(@enc(@strins(%1,@div(@len(%1),2),@enc(%%var6,215)),md5),7,22))
dialog enable,Save
else
dialog disable,Save

taos 12-29-2004 03:45

Quote:

Originally Posted by chad1111
%%var16 = @dlgtext(edRK1)@dlgtext(edRK2)@dlgtext(edRK3)@dlgtext(edRK4)
%%var6 = @dlgtext(edRegUser)
if @equal(%%var16,@substr(@enc(@strins(%1,@div(@len(%1),2),@enc(%%var6,215)),md5),7,22))

You need the string %1
then get his lenght, divide his lenght by 2(x).
encode %%var6 with 215 number(y)(you must see in the help of VDS how encode func works or make a simple VDS program with this func and 215).
insert (y) into %1 from position x, we will get a new %1.
get from new %1 its MD5 hash (use again a VDS test prog)
then subtract a string, from MD5 hash, from position 7 with lenght 22.
this HEXADECIMAL NUMBER is the valid code.

chad1111 12-29-2004 03:56

thanks this will help me...


All times are GMT +8. The time now is 00:17.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX