Scoop Script Mirc May 2026
scoop --version
mIRC is in the extras bucket (community-maintained apps).
scoop bucket add extras
Some Scoop variants included packet spoofing (.spoof) that faked upload speeds. A cheater could appear to upload at 10 MB/s on a 56k modem. This led to "Scoop wars" where scripts detected and banned spoofers.
| Command | Syntax | Description |
| :--- | :--- | :--- |
| /race.start | /race.start <filename> <ip:port> | Initiates a UDP race to target. |
| /race.join | /race.join <channel> <filename> | Joins an existing race swarm. |
| /race.stats | /race.stats | Displays current race speed and peers. |
| .packet | .packet <size> | Sets packet size (default 4096 bytes). | scoop script mirc
| Limitation | Workaround |
|------------|-------------|
| mIRC’s installer may require GUI for first-time registration | Use scoop install mirc --no-update-scoop to avoid interactive prompts. The #/dl.7z method typically extracts silently. |
| Some DLLs or OCX controls may need registration | mIRC is largely self-contained; no extra registration required. |
| URL hash changes with each version | hash in manifest must be updated manually or via scoop hash before committing. For autoupdate, omit hash or use autoupdate.hash. |
| 7‑zip extraction may fail if the EXE uses a non‑standard packer | Test with 7z t mirc777.exe. If fails, switch to #/dl and use innounp or msiexec extraction. |
scoop install mirc
Scoop will:
scoop install mirc
| Alias | Effect |
| :--- | :--- |
| sc.anon | Toggles anonymous fserve mode (hides your IP). |
| sc.cycle | Restarts all fserve and race engines. |
| sc.profile | Saves current user access list to scoopusers.ini. | scoop --version
Example of a typical race trigger:
scoop.race
var %file = C:\Race\$(1).rar
if ($exists(%file))
echo -a Racing $1 to $2
.timer 1 0 socket -c sendfile %file $2 1337




