Выкладываю версию скрипта WebSpeechAPI 2.0
Этот скрипт выключает значительную часть голосов в голове, атакую программный веб-интерфейс распознавания и синтеза речи от Microsoft и Google, который используется программами голосовых атак. Также скрипт пытается выключать интерфейсы распознавания внутренней речи и лиц, портит связь двум интернет-провайдерам чипперов: Straight Talk и Spectrum. Последний провайдер предоставляет связь серверам астро-проекции и фазы Радуги (мнемоника спектр - цвета Радуги).
Скрипт использует бесплатный плагин mkill шареварного файлового менеджера CyberFile-2, который можно скачать отсюда. Можно юзать демо-версию менеджера, но если скрипт отключил вам голоса или часть голосов - пожалуйста зарегистрируйте этот файловый менеджер за $5 по интернету, я живу с этих очень скромных денег.
Скрипт надо скопировать в папку C:\CyberFile-2\CLI\MKILL-2.1\WebSpeechAPI.bat Для запуска:
Click CLI -> tor-stop.bat
Click CLI -> tor-start.bat
Click CLI -> MKILL-2.1\WebSpeechAPI.bat
WebSpeechAPI.bat:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
@echo Anti-voice script v2.0 by Talomir Mirotal July 2022 @echo *************************************************** @echo This script suppress head voices induced via neck implant 48 MHz. To do so it attacks Web Speech API (Web SAPI), used by AI programs in psychotronic processing. Psychotronic stops due to errors in necessary speech libraries on the web. @echo * @echo To run this script please download CyberFile-2 manager with mkill-2.1.3 command line plugin. Copy script to MKILL-2.1 folder, run tor-start.bat then run this script. @echo * @echo STARTING TASKS @echo * @echo Turning off chippers ISP "Straight Talk" @echo * @start /B mkill --tor www.straighttalk.com support.straighttalk.com m.straighttalk.com a.straighttalk.com friend.straighttalk.com a.straighttalk.com sale.straighttalk.com @echo * @echo Turning off chippers ISP "Spectrum" @echo * @start /B mkill --tor www.spectrum.com o.spectrum.com cp.spectrum.com biz.spectrum.com ir.spectrum.com email.spectrum.com @echo * @echo Launching attacks agains Microsoft, Google Web Speech API @echo * @start /B mkill --tor www.googleapis.com googleapis.com cloud.google.com developerss.google.com codelabs.developers.google.com @start /B mkill --tor www.microsoft.com microsoft.com speech.microsoft.com voice.speech.microsoft.com tts.speech.microsoft.com stt.speech.microsoft.com cognitive.microsoft.com api.cognitive.microsoft.com @start /B mkill --tor azure.com portal.azure.com azure.microsoft.com cognitive.azure.com language.cognitive.azure.com @start /B mkill --tor northeurope.api.cognitive.microsoft.com westeurope.api.cognitive.microsoft.com francecentral.api.cognitive.microsoft.com germanywestcentral.api.cognitive.microsoft.com norwayeast.api.cognitive.microsoft.com switzerlandnorth.api.cognitive.microsoft.com switzerlandwest.api.cognitive.microsoft.com uksouth.api.cognitive.microsoft.com uaenorth.api.cognitive.microsoft.com eastasia.api.cognitive.microsoft.com @start /B mkill --tor northeurope.stt.speech.microsoft.com westeurope.stt.speech.microsoft.com francecentral.stt.speech.microsoft.com germanywestcentral.stt.speech.microsoft.com norwayeast.stt.speech.microsoft.com switzerlandnorth.stt.speech.microsoft.com switzerlandwest.stt.speech.microsoft.com uksouth.stt.speech.microsoft.com uaenorth.stt.speech.microsoft.com eastasia.stt.speech.microsoft.com @start /B mkill --tor francecentral.tts.speech.microsoft.com germanywestcentral.tts.speech.microsoft.com northeurope.tts.speech.microsoft.com norwayeast.tts.speech.microsoft.com switzerlandnorth.tts.speech.microsoft.com switzerlandwest.tts.speech.microsoft.com westeurope.tts.speech.microsoft.com francecentral.tts.speech.microsoft.com germanywestcentral.tts.speech.microsoft.com @start /B mkill --tor francecentral.voice.speech.microsoft.com germanywestcentral.voice.speech.microsoft.com northeurope.voice.speech.microsoft.com norwayeast.voice.speech.microsoft.com westeurope.voice.speech.microsoft.com eastasia.voice.speech.microsoft.com @start /B mkill --tor southeastasia.customvoice.api.speech.microsoft.com westeurope.customvoice.api.speech.microsoft.com |
@Talomir Обновил ссылку на CyberFile-2
@Talomir Версия скрипта 2.1: выключение и астро-оператора Фаза. WebSpeechAPI.bat
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
@echo Anti-voice script v2.1 by Talomir Mirotal July 2022 @echo *************************************************** @echo This script suppress head voices induced via neck implant 48 MHz. To do so it attacks Web Speech API (Web SAPI), used by AI programs in psychotronic processing. Psychotronic stops due to errors in necessary speech libraries on the web. @echo * @echo To run this script please download CyberFile-2 manager with mkill-2.1.3 command line plugin. Copy script to MKILL-2.1 folder, run tor-start.bat then run this script. @echo * @echo STARTING TASKS @echo * @echo Turning off chippers ISP "Straight Talk" @echo * @echo * @echo Turning off chippers ISP "Spectrum" @echo * @echo * @echo Turning off astro-projection servers of out of body AING school @echo * @echo * @echo Launching attacks agains Microsoft, Google Web Speech API @echo *************************************************************** @start /B mkill --tor www.straighttalk.com support.straighttalk.com m.straighttalk.com a.straighttalk.com friend.straighttalk.com a.straighttalk.com sale.straighttalk.com @start /B mkill --tor www.spectrum.com o.spectrum.com cp.spectrum.com biz.spectrum.com ir.spectrum.com email.spectrum.com @start /B mkill --tor aing.ru forum.aing.ru phasetoday.com remspace.net ru.remspace.net mail.phasetoday.com mail.remspace.net @start /B mkill --tor www.googleapis.com googleapis.com cloud.google.com developerss.google.com codelabs.developers.google.com @start /B mkill --tor www.microsoft.com microsoft.com speech.microsoft.com voice.speech.microsoft.com tts.speech.microsoft.com stt.speech.microsoft.com cognitive.microsoft.com api.cognitive.microsoft.com @start /B mkill --tor azure.com portal.azure.com azure.microsoft.com cognitive.azure.com language.cognitive.azure.com @start /B mkill --tor northeurope.api.cognitive.microsoft.com westeurope.api.cognitive.microsoft.com francecentral.api.cognitive.microsoft.com germanywestcentral.api.cognitive.microsoft.com norwayeast.api.cognitive.microsoft.com switzerlandnorth.api.cognitive.microsoft.com switzerlandwest.api.cognitive.microsoft.com uksouth.api.cognitive.microsoft.com uaenorth.api.cognitive.microsoft.com eastasia.api.cognitive.microsoft.com @start /B mkill --tor northeurope.stt.speech.microsoft.com westeurope.stt.speech.microsoft.com francecentral.stt.speech.microsoft.com germanywestcentral.stt.speech.microsoft.com norwayeast.stt.speech.microsoft.com switzerlandnorth.stt.speech.microsoft.com switzerlandwest.stt.speech.microsoft.com uksouth.stt.speech.microsoft.com uaenorth.stt.speech.microsoft.com eastasia.stt.speech.microsoft.com @start /B mkill --tor francecentral.tts.speech.microsoft.com germanywestcentral.tts.speech.microsoft.com northeurope.tts.speech.microsoft.com norwayeast.tts.speech.microsoft.com switzerlandnorth.tts.speech.microsoft.com switzerlandwest.tts.speech.microsoft.com westeurope.tts.speech.microsoft.com francecentral.tts.speech.microsoft.com germanywestcentral.tts.speech.microsoft.com @start /B mkill --tor francecentral.voice.speech.microsoft.com germanywestcentral.voice.speech.microsoft.com northeurope.voice.speech.microsoft.com norwayeast.voice.speech.microsoft.com westeurope.voice.speech.microsoft.com eastasia.voice.speech.microsoft.com @start /B mkill --tor southeastasia.customvoice.api.speech.microsoft.com westeurope.customvoice.api.speech.microsoft.com |
@Talomir Скрипт выше частично отключает голоса в голове, но зато очень хорошо выключает фантомов - астро-проекцию, фазу, "осознанные" сны и даже обычные растровые сны с промывкой мозга во сне. Сны это компьютерная графика!
@Talomir
@Talomir Выкладываю версию скрипта WebSpeechAPI.bat 2.2
Закоментарено выключение телепатов Straight Talk (это сложный сервер), зато добавлено выключение neuralink, verichip, synchron, psid.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
@echo Anti-chip script v2.2 by Talomir Mirotal July 2022 @echo ****************************************************************** @echo This script suppress head voices induced via neck implant 48 MHz. To do so it attacks Web Speech API (Web SAPI), used by AI programs in psychotronic processing. Psychotronic stops due to errors in necessary speech libraries on the web. @echo * @echo To run this script please download CyberFile-2 manager with mkill-2.1.3 command line plugin. Copy script to MKILL-2.1 folder, run tor-start.bat then run this script. @echo * @echo STARTING TASKS @echo * @rem echo Turning off chippers ISP "Straight Talk" @rem echo * @echo * @echo Turning off chippers ISP "Spectrum"... @echo * @echo * @echo Turning off astro-projection servers of out of body AING school... @echo * @echo * @echo Turning off servers of verichip, psid, neuralink, synchron... @echo * @echo * @echo Launching attacks agains Microsoft, Google Web Speech API @echo ******************************************************************* @rem start /B mkill --tor www.straighttalk.com support.straighttalk.com m.straighttalk.com a.straighttalk.com friend.straighttalk.com a.straighttalk.com sale.straighttalk.com @start /B mkill --tor www.spectrum.com o.spectrum.com cp.spectrum.com biz.spectrum.com ir.spectrum.com email.spectrum.com @start /B mkill --tor aing.ru forum.aing.ru phasetoday.com remspace.net ru.remspace.net mail.phasetoday.com mail.remspace.net @start /B mkill --tor neuralink.com synchron.com www.verichipcorp.com www.psidcorp.com mail.neuralink.com email.synchron.com mail.verichipcorp.com @start /B mkill --tor www.googleapis.com googleapis.com cloud.google.com developerss.google.com codelabs.developers.google.com @start /B mkill --tor www.microsoft.com microsoft.com speech.microsoft.com voice.speech.microsoft.com tts.speech.microsoft.com stt.speech.microsoft.com cognitive.microsoft.com api.cognitive.microsoft.com @start /B mkill --tor azure.com portal.azure.com azure.microsoft.com cognitive.azure.com language.cognitive.azure.com @start /B mkill --tor northeurope.api.cognitive.microsoft.com westeurope.api.cognitive.microsoft.com francecentral.api.cognitive.microsoft.com germanywestcentral.api.cognitive.microsoft.com norwayeast.api.cognitive.microsoft.com switzerlandnorth.api.cognitive.microsoft.com switzerlandwest.api.cognitive.microsoft.com uksouth.api.cognitive.microsoft.com uaenorth.api.cognitive.microsoft.com eastasia.api.cognitive.microsoft.com @start /B mkill --tor northeurope.stt.speech.microsoft.com westeurope.stt.speech.microsoft.com francecentral.stt.speech.microsoft.com germanywestcentral.stt.speech.microsoft.com norwayeast.stt.speech.microsoft.com switzerlandnorth.stt.speech.microsoft.com switzerlandwest.stt.speech.microsoft.com uksouth.stt.speech.microsoft.com uaenorth.stt.speech.microsoft.com eastasia.stt.speech.microsoft.com @start /B mkill --tor francecentral.tts.speech.microsoft.com germanywestcentral.tts.speech.microsoft.com northeurope.tts.speech.microsoft.com norwayeast.tts.speech.microsoft.com switzerlandnorth.tts.speech.microsoft.com switzerlandwest.tts.speech.microsoft.com westeurope.tts.speech.microsoft.com francecentral.tts.speech.microsoft.com germanywestcentral.tts.speech.microsoft.com @start /B mkill --tor francecentral.voice.speech.microsoft.com germanywestcentral.voice.speech.microsoft.com northeurope.voice.speech.microsoft.com norwayeast.voice.speech.microsoft.com westeurope.voice.speech.microsoft.com eastasia.voice.speech.microsoft.com @start /B mkill --tor southeastasia.customvoice.api.speech.microsoft.com westeurope.customvoice.api.speech.microsoft.com |