Compare commits

...
2 Commits
Author SHA1 Message Date
ParkSuMin d044f881b5 Load our script to REDD's encode script 2026-01-30 13:01:05 +03:00
ParkSuMin 451ba981cd Fix code 2026-01-30 12:43:31 +03:00
3 changed files with 13 additions and 3 deletions
+2 -1
View File
@@ -175,4 +175,5 @@ cython_debug/
.pypirc
# Other
*.tmp
*.tmp
*.txt
+5 -1
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')
+6 -1
View File
@@ -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
cat $filepath/payload.txt > payload.txt
rm $filepath/payload.txt
rm $filepath/$file