// Lista de IPs bloqueados const blacklist = [ "201.90.171.162", "172.217.165.1" "186.215.140.106" ]; // Função para bloquear por IP (requer serviço externo) function checkIP() { fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(data => { if (blacklist.includes(data.ip)) { document.body.innerHTML = "

Acesso Bloqueado

Seu IP está na blacklist.

"; } }); } // Chame a função para bloquear por IP checkIP(); Silvânio Rockers: Mystical Faya

Mystical Faya


Mystical Faya - Inna Mi Yard EP (2015)

01. Go Away Satan
02. Satan Can't Dub
03. Inna Mi Yard feat. Jaba (Extended)