lol it's the Chaos Ring in Sims 4
This commit is contained in:
parent
b590d908ad
commit
94313f901e
27 changed files with 52 additions and 7 deletions
10
checktor.js
10
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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue