Bots Home
|
Create an App
7 sinn3rs Club
Author:
tk1971
Description
Source Code
Launch Bot
Current Users
Created by:
Tk1971
// Title: 7 sinn3rs Club // Author: tk1971 (tonyk5747@gmail.com) // Version: 1.0 (01/08/2013) // Description: Shit goes crazy when someone tips 333 to join 7 sinn3rs Club var colorChoices = ['red', 'green', 'orange', 'blue', 'purple', 'pink']; cb.settings_choices = [ {name: 'min_tokens', type: 'int', minValue: 777, maxValue: 777, defaultValue: 777, 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('<3<3<3 '+ tip['from_user'] +' welcome to 7 sinn3rs Club Club! <3<3<3', ''); 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('<3<3<3 '+ tip['from_user'] +' WOW THANK YOU SO MUCH! Welcome to the 7 sinn3rs Club Club! <3', ''); } }); function globalMessage(message, color) { //Unfortunately color isn't supported yet. Soon! cb.chatNotice(message); } cb.settings_choices = [ {name: 'min_tokens', type: 'int', minValue: 1554, maxValue: 1554, defaultValue: 1554, 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('<3<3<3 '+ tip['from_user'] +' welcome to 7 sinn3rs Club Club! <3<3<3', ''); 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('<3<3<3 '+ tip['from_user'] +' WOW THANK YOU SO MUCH! Welcome to the 7 sinn3rs Club Club! <3', ''); } }); function globalMessage(message, color) { //Unfortunately color isn't supported yet. Soon! cb.chatNotice(message); }
© Copyright Chaturbate 2011- 2026. All Rights Reserved.