Bots Home
|
Create an App
CuckBot9001
Author:
pokedex
Description
Source Code
Launch Bot
Current Users
Created by:
Pokedex
cb.settings_choices = [ { name: 'cost', label: 'How much should it cost to get cucked?', type: 'int', minValue: 1, maxValue: 999, defaultValue: 133 }, { name: 'cuck_timer', label: 'How long should the cucking last? (This timer is in seconds, and 60 seconds are in 1 minute)', type: 'int', minValue: 1, maxValue: 6000, defaultValue: 120 }, { name: 'cuck_msg', label: 'What text should the user be shown once cucked?', type: 'str', minLength: 1, maxLength: 255, defaultValue: "HAHA! LOSER!" }, { name: 'notice_timer', label: 'How often should the viewers see the notification? (This timer is in seconds, and 60 seconds are in 1 minute)', type: 'int', minValue: 1, maxValue: 6000, defaultValue: 60 }, { name: 'notice', label: 'What notification do you wish to display informing users the bot is runing?', type: 'str', minLength: 1, maxLength: 255, defaultValue: "CuckBot9001 is currently active!" }, ]; cb.onEnter(function(user) { //cb.limitCam_addUsers([user['user']]); }); cb.onTip(function(tip) { if (tip.amount == cb.settings.cost) { cb.limitCam_removeUsers([tip.from_user]); cb.sendNotice(cb.settings.cuck_msg, tip.from_user); cb.setTimeout(cb.limitCam_addUsers([tip.from_user]), 1000 * cb.settings.cuck_timer) } }); function notify() { cb.chatNotice(cb.settings.notice); cb.setTimeout(notify, 1000 * cb.settings.notice_timer); } cb.setTimeout(notify, 1000 * cb.settings.timer); cb.limitCam_start("Please refresh to be added to the viewer list.", [cb.room_slug]);
© Copyright Chaturbate 2011- 2024. All Rights Reserved.