Choose one of the following download methods:
# wget
wget -O install.sh https://github.com/gskeleton/watchdogs/raw/refs/heads/main/Install/__gnu_linux.sh && chmod +x install.sh && ./install.sh
# cURL
curl -L -o install.sh https://github.com/gskeleton/watchdogs/raw/refs/heads/main/Install/__gnu_linux.sh && chmod +x install.sh && ./install.sh
# aria2
aria2c -o install.sh https://github.com/gskeleton/watchdogs/raw/refs/heads/main/Install/__gnu_linux.sh && chmod +x install.sh && ./install.sh- Android 7+:
- Universal: click here - recommended
- arm64-v8a: click here
- armeabi-v7a: click here
- Android 5/6:
- Universal: click here - recommended
- arm64-v8a: click here
- armeabi-v7a: lclick heres
Install the downloaded .apk file and launch Termux.
Run one of the following commands:
# wget
apt update && apt upgrade && apt install -y wget && wget -O install.sh https://github.com/gskeleton/watchdogs/raw/refs/heads/main/Install/__termux.sh && chmod +x install.sh && ./install.sh
# cURL
apt update && apt upgrade && apt install -y curl && curl -L -o install.sh https://github.com/gskeleton/watchdogs/raw/refs/heads/main/Install/__termux.sh && chmod +x install.sh && ./install.sh
# aria2
apt update && apt upgrade && apt install -y aria2 && aria2c -o install.sh https://github.com/gskeleton/watchdogs/raw/refs/heads/main/Install/__termux.sh && chmod +x install.sh && ./install.sh- Download from: techpowerup.com
- Click Download, extract archive, and run
install_all.bat
Open Command Prompt and execute:
powershell -Command "Invoke-WebRequest 'https://raw.githubusercontent.com/gskeleton/watchdogs/refs/heads/main/Install/__windows.cmd' -OutFile 'install.cmd'; .\install.cmd"./watchdogs command
./watchdogs command args
./watchdogs help compileecho "alias watchdogs='./watchdogs'" >> ~/.bashrc
source ~/.bashrc
watchdogscompile ../storage/shared/Download/_GAMEMODE_FOLDER_/gamemodes/_FILE_.pwnExample:
compile ../storage/shared/Download/parent/gamemodes/pain.pwncompile # Default compilation
compile . # Compile server.pwn
compile server.pwn
compile path/to/server.pwncompile ../path/to/project/server.pwn
# Auto-includes: -i/path/to/source, -i/pawno, -i/qawno, -i/gamemodesrunningcompiles . # Compile and run server.pwn
compiles. # Same as above
compiles server.pwnreplicate . # Install all dependencies
replicate.replicate repo/user # Latest version
replicate repo/user?v1.1 # Specific tag
replicate repo/user?newer # Latest tag
replicate repo/user --branch master # Specific branchreplicate repo/user --save . # Root directory
replicate repo/user --save ../parent/myproj # Parent directory
replicate repo/user --save myfolder/myproj # Subdirectory