Bots Home
|
Create an App
art auto response
Author:
artuser1
Description
Source Code
Launch Bot
Current Users
Created by:
Artuser1
cb.onMessage(function(msg) { if (msg['m'] == '/1') { cb.chatNotice(' (background only)', '','linear-gradient(to bottom, #FFFFFF, #fCBA03 50%)'); } if (msg['m'] == '/2') { cb.chatNotice(' (foreground gradient)','','','linear-gradient(to bottom, #FFFFFF, #FCBA03 50%)'); } if (msg['m'] == '/3') { cb.chatNotice(' (foreground + background #ffaabb)','','linear-gradient(to right bottom, #FFFFFF, #D9F7F7 50%)','#FCBA03'); } if (msg['m'] == '/4') { cb.chatNotice(' (words)', '', 'linear-gradient(to right bottom, black, purple 50%)','white'); } if (msg['m'] == '/5') { cb.chatNotice(' (#fab)', '', 'linear-gradient(to right, #bbb, #333 50%)','#fff'); } if (msg['m'] == '/6') { cb.chatNotice(' (rgb)', '', 'linear-gradient(to right, rgb(55,198,200), rgb(55,168, 82) 50%)','rgb(250, 250, 250)'); } if (msg['m'] == '/7') { cb.chatNotice(' (rgba)', '', 'linear-gradient(to right, rgba(55, 198, 200, 0.5), rgba(55,168, 82, 0.5) 50%)','rgba(250, 250, 250, 1.0)'); } if (msg['m'] == '/8') { cb.chatNotice(' (hsl)', '', 'linear-gradient(to right, hsl(0, 100% , 50%), hsl(136, 80%, 50%) 50%)','hsl(136, 18%, 85%)'); } return msg; }); function chatAd() { cb.chatNotice('/// Type /1 through /8 for specific color configurations','','linear-gradient(to bottom, #FFFFFF, #c934eb 50%)'); cb.setTimeout(chatAd, (60000)); } if (cb.settings.chat_ad > 0) { cb.setTimeout(chatAd, (60000)); }
© Copyright Chaturbate 2011- 2026. All Rights Reserved.