Bots Home
|
Create an App
pray_for_size
Author:
ger_toyboy91
Description
Source Code
Launch Bot
Current Users
Created by:
Ger_Toyboy91
cb.settings_choices = [ {name:'tip_amount', type:'int', minValue:1, defaultValue: 9, label: 'Value to tip'}, {name:'maxIncrease', type:'int', minValue:1, defaultValue:20, labek:'Max Increase' }, {name:'maxDecrease', type:'int', minValue:-50, defaultValue:-20, labek:'Max Decrease' } ]; cb.onTip(function (tip) { if (parseInt(tip['amount']) == cb.settings.tip_amount) { tipper = tip['from_user']; size = (Math.random()*(cb.settings.maxIncrease- cb.settings.maxDecrease))+cb.settings.maxDecrease; size = size.toFixed(0); if (Math.sign(size) == 1) { luck_str = "lucky"; //grow = "increased"; }else { luck_str = "unlucky"; /*grow = "decreased"; size = size*(-1); */ } output_str = "Thank you @"+ tipper + " for using this service. Your are "+ luck_str+ " your dicksize was changed by " + size+ " cm."; cb.sendNotice(output_str , "",'#edb832'); } });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.