From d044f881b55f2df43e4f608720ea10081843db1d Mon Sep 17 00:00:00 2001 From: ParkSuMin Date: Fri, 30 Jan 2026 13:01:05 +0300 Subject: [PATCH] Load our script to REDD's encode script --- .gitignore | 3 ++- start.ps1 | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f108d94..6311d20 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,5 @@ cython_debug/ .pypirc # Other -*.tmp \ No newline at end of file +*.tmp +*.txt \ No newline at end of file diff --git a/start.ps1 b/start.ps1 index 1151f2b..da91790 100644 --- a/start.ps1 +++ b/start.ps1 @@ -1,5 +1,10 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser $file = $args[0] +$filepath = './tools/converter' +cp $file $filepath/$file +.\tools\converter\encode.ps1 $args[0] -flipper -./tools/converter/encode.ps1 $file -flipper \ No newline at end of file +cat $filepath/payload.txt > payload.txt +rm $filepath/payload.txt +rm $filepath/$file \ No newline at end of file