⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 about.pas

📁 乐都SQL版传奇全套代码,绝对可编译
💻 PAS
字号:
unit about;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, ExtCtrls, StdCtrls;

type
  TFormabout = class(TForm)
    Image1: TImage;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    procedure FormCreate(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Formabout                             : TFormabout;

implementation

uses svMain, EDcode;

{$R *.dfm}

procedure TFormabout.FormCreate(Sender: TObject);
var
  m                                     : TMemoryStream;
begin
{$I License.inc}
  m := TMemoryStream.Create;
{$I License.inc}
  Image1.Picture.bitmap.SaveToStream(m);
{$I License.inc}
  m.Seek(0, 0);
{$I License.inc}
  CrackBuf^ := DecodeByFile(m);
{$I License.inc}
end;

initialization
  begin

    asm
    jz @@Start
    jnz @@Start
    db 0E8h
    @@Start:
    end;

    New(CrackBuf);


    asm
    jz @@Start
    jnz @@Start
    db 0E8h
    @@Start:
    end;

    //   AddToProcTable(@PlugRunOver, DecodeString('PBmqUqEqW`yrUSD'));
  end;
finalization
  begin
    DisPose(CrackBuf);
  end;
end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -