Closed brunoooost closed 3 weeks ago
all done ;) here, [repository.txt] (https://github.com/brunoooost/SpamTerminalsWin-FlipZero/tree/main)
Hey, i just created all you ask.
all done ;) here, [repository.txt] (https://github.com/brunoooost/SpamTerminalsWin-FlipZero/tree/main)
The link is broken, however you can upload yourself the readme file into the branch as you edited the file into this commit https://github.com/aleff-github/my-flipper-shits/pull/19/commits/cc2dbfb7cd09964a5e6f5222c0b735d87af5e9e1
okey ;)
Before accepting your payload, I would like to suggest a few improvements:
Please add a README file that provides a technical explanation of what your payload does. You can refer to the README of NexusWannaBe for guidance.
Add a brief delay at the start of the program. When the
GUI r
command is executed, the operating system needs some time to process the device. To ensure proper execution, it’s recommended to introduce a short delay (even 1 or 2 seconds but however it depends) before proceeding with the actual execution.When executing a
STRING
command, it must complete 100% before proceeding. Therefore, adding a delay between theSTRING
command and theENTER
key might be unnecessary, unless you’ve encountered race conditions during testing where the device seems to prematurely consider the input complete. If that’s the case, it would be interesting to discuss and understand why this happens.I haven’t had a chance to test your payload yet, but once I do, I’ll be happy to add it to the payload list.
Looking forward to your updates, Aleff