Compare commits
2 Commits
62bd62677e
...
d044f881b5
| Author | SHA1 | Date | |
|---|---|---|---|
| d044f881b5 | |||
| 451ba981cd |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -176,3 +176,4 @@ cython_debug/
|
|||||||
|
|
||||||
# Other
|
# Other
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*.txt
|
||||||
@@ -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')
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user