Bots Home
|
Create an App
test054123
Author:
rechee_it
Description
Source Code
Launch Bot
Current Users
Created by:
Rechee_It
cb.settings_definition = {}; var stopSocialTimer; var stopToyTimer; var socialIndex = 0; var toyIndex = 0; var NBSP = '\u00A0'; var socialLinks = [ "OnlyFans:" + NBSP + "https://onlyfans.com?ref=422443561", "Fensly:" + NBSP + "https://fansly.com/Anabel054?r=054_team", "OnlyFans:" + NBSP + "https://onlyfans.com?ref=367466101", "Patreon (comics inside):" + NBSP + "https://surl.gd/txahea", "MyClub:" + NBSP + "https://my.club/invite/0006rfn", "FanCentro:" + NBSP + "https://fancentro.com/anabel054" ]; var toyLinks = [ "Lovense Gush 2:" + NBSP + "https://www.lovense.com/r/dp4zjk", "Lovense Solace Pro:" + NBSP + "https://www.lovense.com/r/zr1cld", "Lovense Kraken:" + NBSP + "https://www.lovense.com/r/hxphvg", "Lovense Solace:" + NBSP + "https://www.lovense.com/r/fn7qgs", "Lovense Gush:" + NBSP + "https://www.lovense.com/r/d6mwu7", "Lovense Calor:" + NBSP + "https://www.lovense.com/r/i490t7", "Lovense Edge 2:" + NBSP + "https://www.lovense.com/r/wky26w", "Lovense Diamo:" + NBSP + "https://www.lovense.com/r/dkmxsb", "Lovense Max 2:" + NBSP + "https://www.lovense.com/r/lsdy3z" ]; // ▶️ Автоматический старт startNotification(); function startNotification() { sendSocialNotification(); sendToyNotification(); } // 📤 Отправка сообщения с соцсетью function sendSocialNotification() { var social = socialLinks[socialIndex]; if (social.indexOf("OnlyFans") !== -1) { cb.sendNotice(":onlyfans054", "", "#222222", "#ffe6f0", "bold"); } else if (social.indexOf("Fensly") !== -1) { cb.sendNotice(":fansly054", "", "#222222", "#ffe6f0", "bold"); } else if (social.indexOf("Patreon") !== -1) { cb.sendNotice(":patreon054", "", "#222222", "#ffe6f0", "bold"); } else if (social.indexOf("MyClub") !== -1) { cb.sendNotice(":myclub054", "", "#222222", "#ffe6f0", "bold"); } else if (social.indexOf("FanCentro") !== -1) { cb.sendNotice(":fancentro054", "", "#222222", "#ffe6f0", "bold"); } cb.sendNotice(social, "", "#222222", "#ffe6f0", "bold"); socialIndex = (socialIndex + 1) % socialLinks.length; var socialInterval = 5000; // 5 секунд stopSocialTimer = cb.setTimeout(sendSocialNotification, socialInterval); } // 📤 Отправка сообщения с игрушкой function sendToyNotification() { var toy = toyLinks[toyIndex]; if (toy.indexOf("Lovense Gush 2") !== -1) { cb.sendNotice(":gush2054", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Solace Pro") !== -1) { cb.sendNotice(":SolacePro", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Kraken") !== -1) { cb.sendNotice(":kraken054", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Solace") !== -1) { cb.sendNotice(":solace054", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Gush") !== -1) { cb.sendNotice(":gush054", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Calor") !== -1) { cb.sendNotice(":calor054", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Edge 2") !== -1) { cb.sendNotice(":edge22222222", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Diamo") !== -1) { cb.sendNotice(":diamo054", "", "#222222", "#ffe6f0", "bold"); } else if (toy.indexOf("Lovense Max 2") !== -1) { cb.sendNotice(":max2054", "", "#222222", "#ffe6f0", "bold"); } cb.sendNotice(toy, "", "#222222", "#ffe6f0", "bold"); toyIndex = (toyIndex + 1) % toyLinks.length; var toyInterval = 5000; // 5 секунд stopToyTimer = cb.setTimeout(sendToyNotification, toyInterval); } // ⛔ Остановка уведомлений function stopNotification() { cb.cancelTimeout(stopSocialTimer); cb.cancelTimeout(stopToyTimer); }
© Copyright Chaturbate 2011- 2026. All Rights Reserved.