92はあぷろだ1消えてるから手に入らない。
Login.pasの
if tp.Pass = userpass then begin
→if tp.Pass <> userpass then begin
if len >= 55 then begin
→if len = 2 then begin
if (buf[0] = $64) and (buf[1] = $0) then begin
→if (buf[0] = $dd) and (buf[1] = $1) then begin
RFIFOW(54, w);
→RFIFOW(46, w);
userpass := RFIFOS(30, 24);
→userpass := RFIFOS(30, 16);