تقييم الموضوع :
  • 4 أصوات - بمعدل 3
  • 1
  • 2
  • 3
  • 4
  • 5
شرح خوارزمية التسجيل لبرنامج Int3rn3t D0wnl0@d M@n@g3r v6.35
#5
بارك الله فيك أخي..... nice
 

{IDM_6.x_Keygen_SRC(2018-11-21)....By Radixx11}

function IDM_GenerateSerial: String;
const
  Charset = '2YOPB3AQCVUXMNRS97WE0IZD4KLFGHJ8165T';
var
  S: String;
  I, J, K, L, Value: Integer;
begin
  Result := '';
  L := 0;

  SetLength(S, 5);

  while True do
  begin
    K := 0;

    for I := 1 to 5 do
    begin
      J := Random(Length(Charset)) + 1;
      S[I] := Charset[J];

      Inc(K, (J - 1) + 36 * K);
    end;

    case L of
      1: Value := 23;
      2: Value := 17;
      3: Value := 53;
    else
      Value := 43;
    end;

    if (K mod Value) = 0 then
    begin
      Inc(L);

      Result := Result + S;

      if L < 4 then
        Result := Result + '-'
      else
        Break;
    end;
  end;
end;
" اللهم أحسن خاتمتنا وأخرجنا من الدنيا علي خير"
أعضاء أعجبوا بهذه المشاركة : fantazma , MountLegacy , [email protected] , Gu-sung18


الردود في هذا الموضوع
RE: شرح خوارزمية التسجيل لبرنامج Int3rn3t D0wnl0@d M@n@g3r v6.35 - بواسطة TeRcO - 05-12-2019, 03:24 PM

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 7 ) ضيف كريم