Bots Home
|
Create an App
Alessia's Club 666
Author:
xmodels_stud
Description
Source Code
Launch Bot
Current Users
Created by:
Xmodels_Stud
// Title: Alessia 666 Club // Author: Xmodels // Version: 1.0 (01/08/2013) // Description: Shit goes crazy when someone tips 666 to join Alessia 666 Club var colorChoices = ['red', 'green', 'orange', 'blue', 'purple', 'pink']; cb.settings_choices = [ {name: 'min_tokens', type: 'int', minValue: 666, maxValue: 666, defaultValue: 666, label: "Minimum Tips to make it rain"}, {name: 'rain_amount', type: 'int', minValue: 1, maxValue: 10, defaultValue: 20, label: "Number of lines you want it to rain"}, {name: 'rain_color', type: 'choice', choice1:'Randomize Colors', choice2:'red', choice3:'green', choice4:'orange', choice5:'blue', choice6:'purple', choice7:'pink', defaultValue: 'Randomize Colors', label: 'Color of Rain'} ]; cb.onTip(function(tip) { if(parseInt(tip['amount']) >= cb.settings.min_tokens) { globalMessage('<6<6<6 '+ tip['from_user'] +' welcome to Elite 333 Club! <6<6<6', ''); for(i=0;i<cb.settings.rain_amount;i++) { var dollars = Math.floor((Math.random()*5)+1), color = cb.settings.rain_color, msg = ''; if(color == 'Randomize Colors') { color = colorChoices[Math.floor((Math.random()*6)+1)]; } while(dollars) { msg += '<3 ^_^ '; dollars--; } globalMessage(msg, color); } globalMessage('<6<6<6 '+ tip['from_user'] +' WOW THANK YOU SO MUCH! Welcome to the Alessia 666vClub! <3', ''); } }); function globalMessage(message, color) { //Unfortunately color isn't supported yet. Soon! cb.chatNotice(message); }
© Copyright Chaturbate 2011- 2026. All Rights Reserved.