Bots Home
|
Create an App
Pru's-Orgasm Count
Author:
prurient
Description
Source Code
Launch Bot
Current Users
Created by:
Prurient
/* Select Type */ var toy1='ORGASMS'; var toy2='-'; var toy3='-'; var msg1c='_'; /* Notice 1 Todays Orgasm Count */ var msg10='I HAVE HAD NO ORGASMS TODAY -Please help me hove more'; var msg11='I HAVE HAD 1 ORGASMS TODAY -Please help me hove more'; var msg12='I HAVE HAD 2 ORGASMS TODAY -Please help me hove more'; var msg13='I HAVE HAD 3 ORGASMS TODAY -Please help me hove more'; var msg14='I HAVE HAD 4 ORGASMS TODAY -Please help me hove more'; var msg15='I HAVE HAD 5 ORGASMS TODAY -Please help me hove more'; var msg16='I HAVE HAD 6 ORGASMS TODAY -Please help me hove more'; var msg17='I HAVE HAD 7 ORGASMS TODAY -Please help me hove more'; var msg18='I HAVE HAD 8 ORGASMS TODAY -Please help me hove more'; var msg19='I HAVE HAD 9 ORGASMS TODAY -Please help me hove more'; var msg110='I HAVE HAD 10 ORGASMS TODAY -Please help me hove more'; var msg111='I HAVE HAD 11 ORGASMS TODAY -Please help me hove more'; var msg112='I HAVE HAD 12 ORGASMS TODAY -Please help me hove more'; var msg113='I HAVE HAD 13 ORGASMS TODAY -Please help me hove more'; var msg114='I HAVE HAD 14 ORGASMS TODAY -Please help me hove more'; var msg115='I HAVE HAD 15 ORGASMS TODAY -Please help me hove more'; var msg116='I HAVE HAD 16 ORGASMS TODAY -Please help me hove more'; var msg117='I HAVE HAD 17 ORGASMS TODAY -Please help me hove more'; var msg118='I HAVE HAD 18 ORGASMS TODAY -Please help me hove more'; var msg119='I HAVE HAD 19 ORGASMS TODAY -Please help me hove more'; var msg120='I HAVE HAD 20 ORGASMS TODAY -Please help me hove more'; var msg1z='_'; /* Notice 2 Orhasm Record */ var msg21='THIS MONTHS RECORD IS 1 ORGASMS IN ONE DAY'; var msg22='THIS MONTHS RECORD IS 2 ORGASMS IN ONE DAY'; var msg23='THIS MONTHS RECORD IS 3 ORGASMS IN ONE DAY'; var msg24='THIS MONTHS RECORD IS 4 ORGASMS IN ONE DAY'; var msg25='THIS MONTHS RECORD IS 5 ORGASMS IN ONE DAY'; var msg26='THIS MONTHS RECORD IS 6 ORGASMS IN ONE DAY'; var msg27='THIS MONTHS RECORD IS 7 ORGASMS IN ONE DAY'; var msg28='THIS MONTHS RECORD IS 8 ORGASMS IN ONE DAY'; var msg29='THIS MONTHS RECORD IS 9 ORGASMS IN ONE DAY'; var msg210='THIS MONTHS RECORD IS 10 ORGASMS IN ONE DAY'; var msg211='THIS MONTHS RECORD IS 11 ORGASMS IN ONE DAY'; var msg212='THIS MONTHS RECORD IS 12 ORGASMS IN ONE DAY'; var msg213='THIS MONTHS RECORD IS 13 ORGASMS IN ONE DAY'; var msg214='THIS MONTHS RECORD IS 14 ORGASMS IN ONE DAY'; var msg215='THIS MONTHS RECORD IS 15 ORGASMS IN ONE DAY'; var msg216='THIS MONTHS RECORD IS 16 ORGASMS IN ONE DAY'; var msg217='THIS MONTHS RECORD IS 17 ORGASMS IN ONE DAY'; var msg218='THIS MONTHS RECORD IS 18 ORGASMS IN ONE DAY'; var msg219='THIS MONTHS RECORD IS 19 ORGASMS IN ONE DAY'; var msg220='THIS MONTHS RECORD IS 20 ORGASMS IN ONE DAY'; var msg2z=' '; cb.settings_choices = [ {name:'Toy', type: 'choice', choice1: toy1, choice2: toy2, choice3: toy3, label: "Select Count"}, {name:'Level1', type: 'choice', choice1: msg11, choice2: msg12, choice3: msg13, choice4: msg14, choice5: msg15, choice6: msg16, choice7: msg17, choice8: msg18, choice9: msg19, choice10: msg110, choice11: msg111, choice12: msg112, choice13: msg113, choice14: msg114, choice15: msg115, choice16: msg116, choice17: msg117, choice18: msg118, choice19: msg119, choice20: msg120, label: "Orgasms Today"}, {name:'Level2', type: 'choice', choice1: msg21, choice2: msg22, choice3: msg23, choice4: msg24, choice5: msg25, choice6: msg26, choice7: msg27, choice8: msg28, choice9: msg29, choice10: msg210, choice11: msg211, choice12: msg212, choice13: msg213, choice14: msg214, choice15: msg215, choice16: msg216, choice17: msg217, choice18: msg218, choice19: msg219, choice20: msg220, label: "Daily Record"}, {name:'advertisement_wait_time', type:'choice', label:'Notification Time (in minutes)', choice1:1, choice2:2, choice3:3, choice4:4, choice5:5, choice6:6, choice7:7, choice8:8, defaultValue:15} ]; var meanBroadcasters = ['missilex']; cb.onEnter(function(user) { if(meanBroadcasters.indexOf(cb.room_slug) < 0) { cb.sendNotice('Welcome , ' + user['user'] + '.HELP TRAIN ME TO HAVE MORE ORGASMS', user['user'], '#DBFFDB', '', 'bold'); displayLevels(user); } }); function displayLevels(user) { var username = ''; if(user) username = user['user']; var notices = '###### My Daily Orgasm Count ######'; for(var i=1; i<=11;i++) { if(cb.settings['Level' + i]) notices += '\n ' +': ' + cb.settings['Level'+i]; } notices += '\n###############################'; cb.sendNotice(notices, username, '#E6FFFF', '#003399', 'bold'); if(!user || user == null) cb.setTimeout(displayLevels, cb.settings.advertisement_wait_time * 60000); } function init() { if(meanBroadcasters.indexOf(cb.room_slug) < 0) displayLevels(); } init();
© Copyright Chaturbate 2011- 2024. All Rights Reserved.