About this website
This is an updated list of all the scripts that are here and how to use them:
- Windows admin executer without admin access: winadmin.ps1
- Windows TLauncher installer: tlauncher.ps1
- Windows mingw-w64 installer (includes gcc and g++ commands): installgcc.ps1
- Windows FREE activation script (uses msguides.com): win11activate.ps1
- Pico.CSS downloader (all pico.*color*.min.css files): downloadpico.ps1
- Windows Notepad++ installer: installnotepadpp.ps1
- Windows Xmrig Installer (admin): installxmrig.ps1
- Windows Xmrig Installer (no admin): installxmrignoadmin.ps1
- Windows Audio player with delay (backgorund): scheduleaudio.ps1
To use any of these scripts run the command below.
For example, install gcc:
iwr -useb https://mososcripts.vercel.app/scripts/installgcc.ps1/ | iex