1
0
Fork 0

lol it's the Chaos Ring in Sims 4

This commit is contained in:
Lethe Beltane 2025-03-09 13:18:38 -05:00
parent b590d908ad
commit 94313f901e
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
27 changed files with 52 additions and 7 deletions

View file

@ -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");
}