Example Usage
@echo off
SET URL=https://umod.org/games/rust/download
SET FILE="./%RANDOM%.zip"
SET FOLDERPATH="C:\Users\Guillaume\Desktop\RustServer\common\rust_dedicated\data\Managed"
ECHO Downloading from %URL%
powershell.exe -c "(New-Object Net.WebClient).DownloadFile('%URL%','%FILE%')"
ECHO Done.
ECHO Extract to current folder
powershell.exe -c "Expand-Archive -Force '%FILE%' ./"
ECHO Done.
ECHO Copy to %FOLDERPATH%.
COPY .\RustDedicated_Data\Managed\* %FOLDERPATH% /Y
COPY .\RustDedicated_Data\Managed\x64\* %FOLDERPATH%\x64\ /Y
COPY .\RustDedicated_Data\Managed\x86\* %FOLDERPATH%\x86\ /Y
ECHO Done.
pause
See also
omni
Open Source
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iterati…
goodboy-framework
Open Source
15-stage Windows malware development & analysis course in Rust. Red team builds it, blue team detect…
AES-Encoder
Open Source
PowerShell Obfuscator. A PowerShell script anti-virus evasion tool…
Phantom-Evasion-Loader
Open Source
Phantom-Evasion-Loader is a standalone, pure x64 Assembly injection engine engineered to minimize th…
dittobytes
Open Source
Metamorphic cross-compilation of C++ & C-code to PIC, BOF & EXE.…
Donut
Open Source
Generates position-independent shellcode from .NET assemblies, PE files, scripts (VBScript, JScript)…