Skip to content

Instantly share code, notes, and snippets.

@Naim2000
Naim2000 / BuildEsesentialBackup.gm9
Created September 23, 2024 11:21
BuildEssentialsBackup() GM9 script
# essential.exefs builder script by thepikachugamer (Naim2000)
# version 1.0
# Last modified: 2024/09/22 17:05 PM
# Can I add an RSA signature here? Can we maybe make some directives so GM9 can show a nice name in the Scripts menu?
set EXEFS 9:/essential.exefs
fdummy $[EXEFS] 2200
fill $[EXEFS] 00
# Section I - Finding the files
@Naim2000
Naim2000 / cios_offline.sh
Created July 6, 2023 14:03
offline d2x cIOS assistant script (Linux/MacOS)
#!/usr/bin/env bash
Sharpii_DL="https://noahpistilli.github.io/RC24_Patcher/Sharpii"
case $(uname -m),$(uname) in
x86_64,Darwin|arm64,Darwin)
sys="macOS-x64";;
x86_64,*)
sys="linux-x64";;
aarch64,*)
sys="linux-arm64";;