From 94313f901e88ac0fcd157dfed95a8706781d896a Mon Sep 17 00:00:00 2001 From: Lethe Beltane Date: Sun, 9 Mar 2025 13:18:38 -0500 Subject: [PATCH] lol it's the Chaos Ring in Sims 4 --- .gitignore | 0 checktor.js | 10 ++++++++- index.html | 1 + mods/index.html | 6 +++--- mods/index.hypha.html | 6 +++--- .../DeadEndShrineOnline_ChaosRing.package | Bin 0 -> 3503 bytes mods/sims4/ChaosRing/index.html | 20 ++++++++++++++++++ mods/sims4/ChaosRing/preview.png | Bin 0 -> 438865 bytes .../DeadEndShrineOnline_TerfyShirts.package | Bin .../TerfyShirts}/index.html | 0 .../TerfyShirts}/preview.png | Bin writing/letters_to_jett/p1.html | 1 + writing/letters_to_jett/p10.html | 1 + writing/letters_to_jett/p11.html | 1 + writing/letters_to_jett/p12.html | 1 + writing/letters_to_jett/p13.html | 1 + writing/letters_to_jett/p14.html | 1 + writing/letters_to_jett/p15.html | 1 + writing/letters_to_jett/p16.html | 1 + writing/letters_to_jett/p2.html | 1 + writing/letters_to_jett/p3.html | 1 + writing/letters_to_jett/p4.html | 1 + writing/letters_to_jett/p5.html | 1 + writing/letters_to_jett/p6.html | 1 + writing/letters_to_jett/p7.html | 1 + writing/letters_to_jett/p8.html | 1 + writing/letters_to_jett/p9.html | 1 + 27 files changed, 52 insertions(+), 7 deletions(-) mode change 100644 => 100755 .gitignore create mode 100644 mods/sims4/ChaosRing/DeadEndShrineOnline_ChaosRing.package create mode 100755 mods/sims4/ChaosRing/index.html create mode 100644 mods/sims4/ChaosRing/preview.png rename mods/{Sims4_TerfyShirts => sims4/TerfyShirts}/DeadEndShrineOnline_TerfyShirts.package (100%) rename mods/{Sims4_TerfyShirts => sims4/TerfyShirts}/index.html (100%) rename mods/{Sims4_TerfyShirts => sims4/TerfyShirts}/preview.png (100%) diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/checktor.js b/checktor.js index 12eff22..6e4c957 100755 --- a/checktor.js +++ b/checktor.js @@ -12,10 +12,18 @@ let cyber = text.includes("cyber-hub.pw"); let ly = text.includes("onion.ly"); let moe = text.includes("onion.moe"); let web = text.includes("darknet2web.com"); +let web2 = text.includes("darknet2web.info"); let gate = text.includes("torgateway.com"); let i2p = text.includes("i2p.mk16.de"); let i2p2 = text.includes("i2phides.me"); let nl = text.includes("tor2web.nl"); -if ((pet === true) || (nl === true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (i2p2 === true) || (cyber === true) || (ly === true) || (web === true) || (moe === true)) { +let re = text.includes("onion.re"); +let foundation = text.includes("onion.foundation"); +let india = text.includes("torproxy.in"); +let nz = text.includes("onion.nz"); +let autos = text.includes("onion.autos"); +let dnshook = text.includes("dnshook.site"); +let torify = text.includes("torify.net"); +if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) || (dnshook === true) || (torify === true) { window.location.replace("https://theannoyingsite.com"); } diff --git a/index.html b/index.html index 8f4e59b..ee05a1c 100755 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Dead End Shrine Online +