Posted by LudoO (Encore) on 1/18/2000, 8:02 am
, in reply to "Task I OK.....yeah baby yeah !!!!....go on the next task"
193.49.14.1
In the same way, to remove the EXPIRATION nag screen, go to the string
"The evaluation period has expired."Several lines before, U can see
:00446E78 0F85A9010000 jne 00447027The only change to do is to transform the jne in je...
0F85 => 0F84I don't know all the opcodes so i use the A (asm) command from SoftIce.
Type a 446E78
and write je 447027
Then the opcodes will change from 85 to 84...now at this point, the DOS command
c:>fc /B acoustica.exe acoustica2.exeComparing files acoustica.exe and acoustica2.exe
00046479: 85 84
0004656B: 74 90
0004656C: 32 90
0004689C: 74 90
0004689D: 25 90No expiration, no time limit, agree registration whatever U type...
Use ExeScope for example to access to ressource :
Dialog 1000 => change unregistered to your name
Dialog 1001 & 1002 are the first nag screen for the choice between Evaluate & Register at beginning
Change the strings U want...////
Next Steps :=> Trying to find a key code....
If all is good understand the protection scheme to create a keygen.