Skip to content

Instantly share code, notes, and snippets.

View GameLord2011's full-sized avatar
🎮
Working/gaming from home, all day, every day.

GameLord2011 GameLord2011

🎮
Working/gaming from home, all day, every day.
View GitHub Profile
@GameLord2011
GameLord2011 / internetExplorer.vbs
Created May 31, 2025 19:14
INTERNET EXPLORER ON WINDOWS 11?!?!?!?!?!
Set objExplorer = CreateObject("InternetExplorer.Application")
With objExplorer
.ToolBar = 1
.StatusBar = 1
.Visible = 1
.AddressBar = 1
.Navigate "https://www.google.com/"
End With
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
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 is an nfc dump of a Squid Game Guard

This is a flipper zero nfc dump of a Squid Game Guard Mii for 3DS and Nintendo Switch, follow my tutorial to add this

@GameLord2011
GameLord2011 / particles.json
Created February 7, 2025 18:31
My tsParticles config
{
"autoPlay": true,
"background": {
"color": {
"value": "#000"
},
"image": "",
"position": "",
"repeat": "",
"size": "",
@GameLord2011
GameLord2011 / whatdidido.md
Created February 2, 2025 18:04
I just did something cool :godmode: :shipit: #NotA:trollface:

What did I do

I made this gist with a gui instead of the web app or a cli!

Repo

console.log("Template");
@GameLord2011
GameLord2011 / rick.0.gif
Last active January 26, 2025 02:12 — forked from T3M1N4L/rick.0.gif
Rick
rick.0.gif
@GameLord2011
GameLord2011 / rick.1.gif
Last active January 26, 2025 02:14 — forked from T3M1N4L/rick.1.gif
roll
rick.1.gif
@GameLord2011
GameLord2011 / Log.log
Created December 26, 2024 21:26
Error
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)