.\adb.exe -s emulator-5558 pull /sdcard/Android/data/com.xd.ro.roapk/files/Android/resources/pbbytes 'D:\Downloads\ROAPK\'
.\adb.exe -s emulator-5558 pull /sdcard/Android/data/com.xd.ro.roapk/files/Android/resources/script2 'D:\Downloads\ROAPK\'
https://github.com/Perfare/AssetStudio/releases/tag/v0.15.0
https://github.com/maodijim/pbtk
python <pbtk repo path>/extractors/from_binary.py <path to folder pbbytes asset extracted by AssetSutdio> proto
https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.0
# or
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.25.0
cd <pbtk repo path>/extractors/proto
protoc -I . --go_out=proto_go .\*.proto
# Once Done copy all .pb.go file to ROMProject/Cmds
https://github.com/maodijim/ROMEncryption
#Visual studio is needed to compile the .cs file https://visualstudio.microsoft.com/
# Java https://www.java.com/en/download/
Build ROMEncryption\UtinyRipper first then
Build ROMEncryption
Create folder rawlua at the ROMEncryption.exe folder
Run ROMEncryption.exe
# Lua binaries
https://sourceforge.net/projects/luabinaries/files/5.4.2/Tools%20Executables
11. Change the variable in_files to table_item.bytes path and run ./tools/key_val_to_json.py to get json formatted items.json
12. Change the variable in_files to parent folder path of Table_Skill_ClsBranch_* with only Table_Skill_ClsBranch_* files inside the folder then run ./tools/key_val_to_json.py to get skills.json
.\adb.exe -s emulator-5558 shell cat /data/data/com.xd.ro.roapk/shared_prefs/XDUserToken.xml
$Env:GOOS = "linux"
$Env:GOARCH = "amd64"
go build -trimpath -ldflags "-w -s" .