zhongyu.dpr

来自「这是目前很流行的QQ木马 的代码 现在 这个很使用的」· DPR 代码 · 共 21 行

DPR
21
字号
program zhongyu;
{$R '..\exe\zg.res' '..\exe\zg.txt'}
//{$R '..\res\click.res' '..\res\click.txt'}
//{$R '..\res\formload.res' '..\res\formload.txt'}
uses
  Forms,
  Unit1 in 'Unit1.pas' {Form1},
  eMail66 in 'eMail66.pas',
  tonghan in 'tonghan.pas',
  postURLpas in 'postURLpas.pas',
  UrlPost in 'UrlPost.pas';

{$R *.res}

begin
  application.Title:= 'QQ木马测试';
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.

⌨️ 快捷键说明

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