Note
This no longer works in browser!
Note
This no longer works if you're alone in vc! Somebody else has to join you!
How to use this script:
- Accept the quest under User Settings -> Gift Inventory
| # pkgdeploy | |
| # Copyright (C) 2026 Jascha Johnsen | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU Affero General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| $computer = [System.Net.Dns]::GetHostName() | |
| $Computer = [System.Net.Dns]::GetHostName() | |
| # Fix issue with console text wrap: | |
| $Host.UI.RawUI.BufferSize = New-Object Management.Automation.Host.Size (500, 300) | |
| $OK = 0 | |
| $Warn = 1 | |
| $Crit = 2 | |
| $Unk = 3 |