Bots Home
|
Create an App
Captcha Bot OS
Author:
grobdk
Description
Source Code
Launch Bot
Current Users
Created by:
Grobdk
function g(a) { return a.user === cb.room_slug ? 7 : a.is_mod ? 6 : a.in_fanclub ? 5 : a.tipped_tons_recently ? 4 : a.tipped_alot_recently ? 3 : a.tipped_recently ? 2 : a.has_tokens ? 1 : 0 } function n(a) { var b = []; a.user === cb.room_slug && b.push(7); a.is_mod && b.push(6); a.in_fanclub && b.push(5); a.tipped_tons_recently && b.push(4); a.tipped_alot_recently && b.push(3); a.tipped_recently && b.push(2); a.has_tokens && b.push(1); 0 === b.length && b.push(0); return b } function e(a) { return Math.floor(Math.random() * Math.floor(a)) } function h(a) { var b = e(20) + 1, c = e(20) + 1; if (0 === e(2)) { var d = b + " minus " + c; b -= c } else d = b + " plus " + c, b += c; f[a] = "" + b; cb.chatNotice("Captcha Bot by kdborg\n--------------------------------\n" + a + ", In order for you to chat, you must answer the question below. Send your answer as a regular message.\n\n" + (d + " = ? ") + "\n--------------------------------\n", a, "#ffff00", "#000000", "bold") } function k(a, b) { return "No" === cb.settings["captcha" + b] || cbjs.arrayContains(l, a) } var l = [], f = [], m = "Grey;Light Blue;Dark Blue;Light Purple;Dark Purple;Fanclub;Mod;Broadcaster".split(";"); cb.settings_choices = [{ name: "captcha0", type: "choice", choice1: "Yes", choice2: "No", label: "Captcha Greys" }, { name: "captcha1", type: "choice", choice1: "Yes", choice2: "No", label: "Captcha Light Blues" }, { name: "captcha2", type: "choice", choice1: "No", choice2: "Yes", label: "Captcha Dark Blues" }, { name: "captcha3", type: "choice", choice1: "No", choice2: "Yes", label: "Captcha Light Purples" }, { name: "captcha4", type: "choice", choice1: "No", choice2: "Yes", label: "Captcha Dark Purples" }, { name: "captcha5", type: "choice", choice1: "No", choice2: "Yes", label: "Captcha Fan Club/Greens" }, { name: "captcha6", type: "choice", choice1: "No", choice2: "Yes", label: "Captcha Mods/Reds" }, { name: "captcha7", type: "choice", choice1: "No", label: "Captcha Broadcasters/Oranges" }]; cb.onEnter(function (a) { var b = g(a); a = a.user; k(a, b) || h(a) }); cb.onMessage(function (a) { var b = g(a), c = a.user; if ("/captchabot_settings" === a.m) { b = []; for (var d = 0; 7 >= d; d++) "Yes" === cb.settings["captcha" + d] && b.push(m[d]); b = "Captcha Bot by kdborg has captchas for: " + b.join(", "); cb.chatNotice(b, c, "#ffff00", "#000000", "bold"); a["X-Spam"] = !0; return a } if ("/captchabot_test" === a.m) { d = n(a); d.push(b); var e = []; d.forEach(function (a) { e.push(m[a]) }); b = "Captcha Bot by kdborg test: " + e.join(", ") + JSON.stringify(a); cb.chatNotice(b, c, "#ffff00", "#000000", "bold"); a["X-Spam"] = !0; return a } if (k(c, b)) return a; a["X-Spam"] = !0; if (c in f && a.m === f[c]) return l.push(c), cb.chatNotice("You may chat now.", c, "#ffff00", "#000000", "bold"), a; h(c); return a });
© Copyright Chaturbate 2011- 2026. All Rights Reserved.