|
VisualRoute 10.0c
I was taking a look at the JAVA TUT using JAD to decompile the xxx.class files.
After looking at Register.class, etc... this doesn't make sense.
It looks like the function U1:
private void U1()
{
String s = A0.getText().trim();
if(!B0(s))
{
C0.setForeground(Color.red);
D1.setForeground(Color.red);
A0.requestFocus();
A0.selectAll();
return;
} else
{
String s1 = X0("aUUY0;;VdfTWd<S`VTh]RhWd<fZ\\;fW\\;VWdb");
long l = System.currentTimeMillis();
String s2 = s1 + X0("+SdW-9Dd\\h`]-") + E1(s) + X0("DU-") + l + X0("DTW]-") + E1(G1());
CU(s2);
return;
}
has String s2 looks similar to the past reg code format.
Anyone had any luck with this beast?
-Malt
|