Compare commits

..

2 Commits

Author SHA1 Message Date
d044f881b5 Load our script to REDD's encode script 2026-01-30 13:01:05 +03:00
451ba981cd Fix code 2026-01-30 12:43:31 +03:00
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@@ -176,3 +176,4 @@ cython_debug/
# Other # Other
*.tmp *.tmp
*.txt

View File

@@ -1 +1,5 @@
C:\Users\fanof\Downloads\REPG-1.7\flipper.py import sys, os, webbrowser
OS = sys.platform
webbrowser.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ')

View File

@@ -1,5 +1,10 @@
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
$file = $args[0] $file = $args[0]
$filepath = './tools/converter'
cp $file $filepath/$file
.\tools\converter\encode.ps1 $args[0] -flipper
./tools/converter/encode.ps1 $file -flipper cat $filepath/payload.txt > payload.txt
rm $filepath/payload.txt
rm $filepath/$file