This is a flipper zero nfc dump of a Squid Game Guard Mii for 3DS and Nintendo Switch, follow my tutorial to add this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set objExplorer = CreateObject("InternetExplorer.Application") | |
With objExplorer | |
.ToolBar = 1 | |
.StatusBar = 1 | |
.Visible = 1 | |
.AddressBar = 1 | |
.Navigate "https://www.google.com/" | |
End With |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filetype: Flipper NFC device | |
Version: 2 | |
# Nfc device type can be UID, Mifare Ultralight, Bank card | |
Device type: NTAG215 | |
# UID, ATQA and SAK are common for all formats | |
UID: 04 77 EE 15 7A 04 3F | |
ATQA: 44 00 | |
SAK: 00 | |
# Mifare Ultralight specific data | |
Signature: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filetype: Flipper NFC device | |
Version: 2 | |
# Nfc device type can be UID, Mifare Ultralight, Bank card | |
Device type: NTAG215 | |
# UID, ATQA and SAK are common for all formats | |
UID: 04 77 EE 15 7A 04 3F | |
ATQA: 44 00 | |
SAK: 00 | |
# Mifare Ultralight specific data | |
Signature: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"autoPlay": true, | |
"background": { | |
"color": { | |
"value": "#000" | |
}, | |
"image": "", | |
"position": "", | |
"repeat": "", | |
"size": "", |
I made this gist with a gui instead of the web app or a cli!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("Template"); |


This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/usr/bin/sudo", ["sudo", "apt", "install"], 0x7ffde827c098 /* 26 vars */) = 0 | |
brk(NULL) = 0x55d7c6837000 | |
fcntl(0, F_GETFD) = 0 | |
fcntl(1, F_GETFD) = 0 | |
fcntl(2, F_GETFD) = 0 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff7a9352000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/usr/libexec/sudo/glibc-hwcaps/x86-64-v3/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) | |
newfstatat(AT_FDCWD, "/usr/libexec/sudo/glibc-hwcaps/x86-64-v3/", 0x7fff57524d10, 0) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/usr/libexec/sudo/glibc-hwcaps/x86-64-v2/libaudit.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) |
NewerOlder