Apps Home
|
Create an App
silvia12345
Author:
testuser123321
Description
Source Code
Launch App
Current Users
Created by:
Testuser123321
// Title:I LOVE YOU // Author: modified from tina key's application // Original Script Authors: // Version: modified version 2.5 (02/07/2016) of Tina key's application // Description: what ever you wanna call cb.settings_choices = [ {name: 'min_tokens', type: 'int', minValue: 1, maxValue: 10000, defaultValue: 50, label: "Minimum Tips to make her say I LOVE YOU"}, {name: 'rain_amount', type: 'int', minValue: 1, maxValue: 50, defaultValue: 2, label: "How Many Lines of Rain?"} ]; var total_tipped = 0; var i; cb.onTip(function (tip) { total_tipped = parseInt(tip['amount']); if(total_tipped >= cb.settings.min_tokens) { cb.sendNotice("❤❤❤ " + tip['from_user'] + " Silvialips gonna say now I LOVE YOU❤❤❤ ", '', '#000000', '#00ff00', 'bolder'); for(i=0;i<cb.settings.rain_amount;i++) { var dollars = Math.ceil(Math.random() * 21); var msg = ''; while(dollars) { msg += "❤ You Got my attention // "; dollars--; } cb.sendNotice(msg, '', '#000000', '#00ff00', 'bolder'); } cb.sendNotice(tip['from_user'] + " Tipped " + total_tipped + " for Silvialips to say I LOVE YOU!", '', '#000000', '#00ff00', 'bolder'); cb.sendNotice(" :thanks2 " + tip['from_user'] + " For Tipping :mclap :blowkiss", '', '#FFFFFF', '#ff0000', 'bolder'); cb.log(tip['from_user'] + " Tipped " + total_tipped); } }); function roomNotify() { cb.sendNotice(" :rainingluv Tip " + cb.settings.min_tokens + " To make Silvialips say I LOVE YOU :raintkn", '', '#FFFFFF', '#FF0000', 'bold'); cb.setTimeout(roomNotify, 900000) } function init() { roomNotify(); } init();
© Copyright Chaturbate 2011- 2025. All Rights Reserved.