# ========================================================== # Powell's Locker (MOH-DB) - Batch Modpack Downloader # Collection: Manon skins!!!! # Game: MOHAA | Items: 4 # ========================================================== Write-Host 'Downloading 4 items from collection: Manon skins!!!!...' -ForegroundColor Cyan Write-Host 'Downloading zzzzz_medic_manon_japanese_axis.pk3...' -ForegroundColor Yellow Invoke-WebRequest -Uri 'https://storage.moh-db.com/modfiles/zzzzz_medic_manon_japanese_axis.pk3' -OutFile 'zzzzz_medic_manon_japanese_axis.pk3' Write-Host 'Downloading user-1st_manon.pk3...' -ForegroundColor Yellow Invoke-WebRequest -Uri 'https://storage.moh-db.com/modfiles/user-1st_manon.pk3' -OutFile 'user-1st_manon.pk3' Write-Host 'Downloading zzz_PKM_DDA_paintball_arena_skins.pk3...' -ForegroundColor Yellow Invoke-WebRequest -Uri 'https://storage.moh-db.com/modfiles/zzz_PKM_DDA_paintball_arena_skins_1.pk3' -OutFile 'zzz_PKM_DDA_paintball_arena_skins.pk3' Write-Host 'Downloading zzz_PKM_DDA_paintball_arena_skins.pk3...' -ForegroundColor Yellow Invoke-WebRequest -Uri 'https://storage.moh-db.com/modfiles/zzz_PKM_DDA_paintball_arena_skins_0.pk3' -OutFile 'zzz_PKM_DDA_paintball_arena_skins.pk3' Write-Host 'All files downloaded successfully! Move them into your MOHAA main/ folder.' -ForegroundColor Green pause