Apps Home
|
Create an App
Lexi Fuxxe
Author:
lexi_luxxe
Description
Source Code
Launch App
Current Users
Created by:
Lexi_Luxxe
var total_tipped = 0; var total_amount = 0; cb.settings_choices = [ {name: 'Minimum_tip_amount', type: 'int', minValue: 1, maxValue: 500}, {name: 'Prize', type: 'str', minLength: 1, maxLength: 511, default: "You just bought one of Lexi Luxxes famous Fuxxe!"} ]; cb.onTip(function(tip) { if( tip['amount'] >= cb.settings.Minimum_tip_amount ) { if( !cbjs.arrayContains(cb.limitCam_allUsersWithAccess(), tip['from_user']) && !checkGoalReached() ) { cb.chatNotice('User ' + tip['from_user'] + 'is now fapping.'); cb.limitCam_addUsers([tip['from_user']]); } else { cb.chatNotice('Viewer ' + tip['from_user'] + ' tipped.'); } } else { cb.chatNotice('Thanks big spender ' + tip['from_user'] + ', but I dont give any fuxxe for less than .'); } total_tipped += 10; total_amount += tip['amount']; cb.drawPanel(); }); cb.onDrawPanel(function(user) { return { 'template': 'Lexi Luxxe doesnt give any fuxxe. She sells fuxxe!! Buy one of Lexis fuxxe and you can watch her sexy solo show.', 'row1_label': 'Tips Received:', 'row1_value': total_tipped, 'row2_label': 'Total amount:', 'row2_value': total_amount }; }); cb.onEnter(function(user) { if((user['is_mod'] === true || user['in_fanclub'] === true) && cb.settings.fans_watch_for_free === 'Yes') { if (!cbjs.arrayContains(cb.limitCam_allUsersWithAccess(), tip['from_user'])) { cb.limitCam_addUsers([user['user']]) } } else { cb.chatNotice('Lexi fucking Luxxe has no fuxxe for free. Fappers can buy fuxxe from Sexy Lexi for only ' + cb.settings.Minimum_tip_amount ); } }); cb.onMessage(function (msg) { var message = msg['m']; var user = msg['user']; if (cb.room_slug === user && message == '/start' && !cb.limitCam_isRunning()) { cb.chatNotice(cb.room_slug + 'Lexi Luxxes fancy fuxxe are for sale!!', '#FF69B4'); cb.limitCam_start( "fuxxe will be given for" + cb.settings.Minimum_tip_amount + "."); } if (cb.room_slug === user && message == '/stop' && cb.limitCam_isRunning()) { cb.chatNotice( cb.room_slug + ' ran out of fuxxe!','#FF69B4'); cb.limitCam_stop(); } }); function init() { total_tipped = 0; total_amount = 0; } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.