1. Список говнокодов пользователя mistmax

    Всего: 5

  2. PHP / Говнокод #3449

    +143

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    <?php
    echo "
    <b>
    Ахуеть
    </b>
    ";
    ?>

    mistmax, 10 Июня 2010

    Комментарии (4)
  3. Pascal / Говнокод #3448

    +90

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    63. 63
    64. 64
    65. 65
    procedure TForm1.registration;
    var
    reg:TRegistry;
    i,lbc:integer;
    aentsys,alawarkey:boolean;
    const
    dw:DWORD =1800000;
    begin
      reg:=TRegistry.Create;
      reg.RootKey:=HKEY_CURRENT_USER;
      aentsys:= reg.KeyExists('software\Aent Sys');
    
      alawarkey:=reg.KeyExists('software\Alawar');
      //aentsys
         if aentsys = true  then
       begin
      reg.OpenKey('software\Aent Sys\pr',true);
      reg.GetKeyNames(ListBox1.Items);
      reg.CloseKey;
      lbc:=listbox1.Items.Count;
      sProgressBar1.Max:=lbc*10;
      i:=0;
      while not (i=lbc) do
      begin
       reg.RootKey:=HKEY_CURRENT_USER;
      reg.OpenKey('software\Aent Sys\pr',true);
      reg.OpenKey(ListBox1.Items.Strings[i],true);
      reg.GetKeyNames(ListBox2.Items);
      reg.OpenKey(ListBox2.Items.Strings[0],true);
      reg.WriteInteger('Program',dw);
      sProgressBar1.Position:= sProgressBar1.Position+10;
      i:=i+1;
      listbox2.Clear;
      reg.CloseKey;
      end;
      end;
      i:=0;
      listbox2.Clear;
      listbox1.clear;
      lbc:=0;
      //alawar key
       if alawarkey = true  then
       begin
      reg.OpenKey('software\Alawar\play',true);
      reg.GetKeyNames(ListBox1.Items);
      reg.CloseKey;
      lbc:=listbox1.Items.Count;
      sProgressBar1.Max:=lbc*10;
      i:=0;
      while not (i=lbc) do
      begin
       reg.RootKey:=HKEY_CURRENT_USER;
      reg.OpenKey('software\Alawar\play',true);
      reg.OpenKey(ListBox1.Items.Strings[i]+'\trial',true);
      reg.GetKeyNames(ListBox2.Items);
      reg.OpenKey(ListBox2.Items.Strings[0],true);
      reg.WriteInteger('Program',dw);
      sProgressBar1.Position:= sProgressBar1.Position+10;
      i:=i+1;
      listbox2.Clear;
      reg.CloseKey;
      end;
      end;
    
    end;

    Заново даёт триццать минут для игры от компании Alawar))) аццкое гавно

    mistmax, 10 Июня 2010

    Комментарии (4)
  4. Pascal / Говнокод #3447

    +83

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    function td1(text: string):string;
    const cifr: string =
    '1234567890';
    english: string =
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm';
    var
    count, i, a, b, h, ss:integer;
    special:string;
    errform:TForm;
    begin
    try
    application.ProcessMessages;
    special:='';
      count:=length(text);
      if count < 210 then
      begin
      errform:=CreateMessageDialog('Неверный тип кода.',mtError,[mbOK]);
      errform.ShowModal;
      exit;
      end;
      for a:=1 to count do begin
      for i:=1 to count do begin
      for h:=1 to length(english) do begin
      for b:=1 to length(cifr) do begin
      application.ProcessMessages;
      if cifr[b]=text[a] then
          begin
      ss:=ss+(count+length(cifr))+12;
      end;
      if cifr[i]=text[a] then
        begin
      ss:=ss+14;
      end;
      if cifr[a]=text[b] then
      begin
      ss:=ss+(count+length(english))+b+a;
      end;
      //***********************
      if english[b]=text[a] then
      begin
      ss:=ss*7+(count+length(cifr))+a+b;
    
      end;
      if english[i]=text[a] then
      begin
      ss:=ss+(count*4+length(english)++length(cifr))+i+a-12;
      end;
      if english[a]=text[b] then
      begin
      ss:=ss+(count*7+length(english))+a+b+14;
    
      end;
      end;
      end;
      end;
       special:=special+inttostr(ss);
      end;
       result:=special;
       except
       end;
    end;

    При просмотре данного говнокода будьте осторожны пжл. Прсомтор может вызвать ФГМ (Фимоз Головного Мозга)

    mistmax, 10 Июня 2010

    Комментарии (3)
  5. Pascal / Говнокод #3446

    +98

    1. 001
    2. 002
    3. 003
    4. 004
    5. 005
    6. 006
    7. 007
    8. 008
    9. 009
    10. 010
    11. 011
    12. 012
    13. 013
    14. 014
    15. 015
    16. 016
    17. 017
    18. 018
    19. 019
    20. 020
    21. 021
    22. 022
    23. 023
    24. 024
    25. 025
    26. 026
    27. 027
    28. 028
    29. 029
    30. 030
    31. 031
    32. 032
    33. 033
    34. 034
    35. 035
    36. 036
    37. 037
    38. 038
    39. 039
    40. 040
    41. 041
    42. 042
    43. 043
    44. 044
    45. 045
    46. 046
    47. 047
    48. 048
    49. 049
    50. 050
    51. 051
    52. 052
    53. 053
    54. 054
    55. 055
    56. 056
    57. 057
    58. 058
    59. 059
    60. 060
    61. 061
    62. 062
    63. 063
    64. 064
    65. 065
    66. 066
    67. 067
    68. 068
    69. 069
    70. 070
    71. 071
    72. 072
    73. 073
    74. 074
    75. 075
    76. 076
    77. 077
    78. 078
    79. 079
    80. 080
    81. 081
    82. 082
    83. 083
    84. 084
    85. 085
    86. 086
    87. 087
    88. 088
    89. 089
    90. 090
    91. 091
    92. 092
    93. 093
    94. 094
    95. 095
    96. 096
    97. 097
    98. 098
    99. 099
    100. 100
    function TForm1.genpa(l: integer): string;
    const cifr_i_english: string =
    'ABCDEFGHIJKLMabcdefghijklm' +
    '0123456789' +
    'NOPQRSTUVWXYZnopqrstuvwxyz';
    const cifr: string =
    '1234567890';
    const rus:string =
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ';
    const cifr_i_rus: string =
    '1234567890'+
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ';
    const eng_i_rus: string =
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ'+
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm';
    const english: string =
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm';
    const en_ru_cifr :string =
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm'+
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ'+
    '1234567890';
    const spec :string =
    '!@#$%^&*()"№;:?/,\|=+-_}{][';
    const spec_ru :string =
    '!@#$%^&*()"№;:?/,\|=+-_}{]['+
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ';
    const eng_spec :string =
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm'+
    '!@#$%^&*()"№;:?/,\|=+-_}{][';
    const eng_ru_spec :string =
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm'+
    '!@#$%^&*()"№;:?/,\|=+-_}{]['+
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ';
    const cifr_spec :string =
    '1234567890'+
    '!@#$%^&*()"№;:?/,\|=+-_}{][';
    const cifr_en_spec :string =
    '1234567890'+
    '!@#$%^&*()"№;:?/,\|=+-_}{]['+
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm';
    const cifr_ru_en_spec :string =
    '1234567890'+
    '!@#$%^&*()"№;:?/,\|=+-_}{]['+
    'NOPQRSTUVWXYZnopqrstuvwxyz'+
    'ABCDEFGHIJKLMabcdefghijklm'+
    'йцукенгшщзхъфывапролджэячсмитьбю'+
    'ЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬБЮ';
    var
    x,y,engh:integer;
    str:string;
    d:integer;
    begin
       if CheckBox1.Checked =true then
       begin
       if CheckBox2.Checked =true then
       begin
       for d:=0 to l - 1  do
       begin
       engh:=Length(cifr_i_english);
       x:=RandomRange(1,engh);
       str:=str+cifr_i_english[x];
       end;
       result:=str;
       end;
       end;
       if CheckBox1.Checked =true then
       begin
       if CheckBox3.Checked =true then
       begin
       for d:=0 to l - 1  do
       begin
       engh:=Length(cifr_i_rus);
       x:=RandomRange(1,engh);
       str:=str+cifr_i_rus[x];
       end;
       result:=str;
       end;
       end;
       if CheckBox1.Checked =true then
       begin
       if CheckBox5.Checked =true then
       begin
       for d:=0 to l - 1  do
       begin
       engh:=Length(cifr_spec);
       x:=RandomRange(1,engh);
       str:=str+cifr_spec[x];
       end;

    МЯдаль мне ! Это говнокод говнокодов ! Супер генератор паролей !

    mistmax, 10 Июня 2010

    Комментарии (33)
  6. Pascal / Говнокод #3445

    +104

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    procedure TForm1.save_to_file_coordinates;
    label
    f,d;
    begin
     f:begin
     if str1=0 then
      begin
       memo1.items.Strings[0]:=memo3.Lines.Strings[0];
       str1:=str1+1;
      end;
     if str1=b then
      begin
        goto d;
      end;
     begin
       memo1.items.Strings[strtoint(floattostr(str1))]:=memo3.Lines.Strings[strtoint(floattostr(str1))];
       str1:=str1+1;
     end;
     goto f;
     end;
      d:begin
          begin
             if b=i then
              begin
                exit;
              end;
              begin
                memo2.items.Strings[strtoint(floattostr(str2))]:=memo3.Lines.Strings[strtoint(floattostr(b))];
                b:=b+1;
                str2:=str2+1;
                end;
      goto d;
    end;
    end;
    
    end;

    mistmax, 10 Июня 2010

    Комментарии (6)