Apps Home
|
Create an App
TestAppPls
Author:
nazeofel
Description
Source Code
Launch App
Current Users
Created by:
Nazeofel
let followers = 0; cb.settings_choices = [ {name:"goalFollow", type:"int", label:"enter how many followers you want today"}, {name:"description", type:"str", label:"Enter the goalObjective"}, {name:"onFollow", type:"str", label:"message to show when someone follows"}, {name:"welcomeMessage", type:"str", label:"Write what you want"}, {name:"bcStart", type:"str", label:"It'll appear in the chat when you start"}, {name:"commandInstagram", type:"str", label:"Write your insta Infos here !"}, {name:"commandOnlyFans", type:"str", label:"Write your of Infos here !"}, ] cb.onEnter(user => { cb.sendNotice(cb.settings.welcomeMessage+" "+user.user, user['user'], "#000", "#FFF", "bold"); }); cb.onDrawPanel(user => { return{ 'template': '3_rows_of_labels', 'row1_label': 'tip Received', 'row1_value': '0', 'row2_label': 'tip Received', 'row2_value': user['user'], 'row3_label': 'tip Received', 'row3_value': '0' } }); cb.drawPanel(); cb.onFollow(user => { followers++; cb.sendNotice(followers+" / "+cb.settings.goalFollow+" : "+cb.settings.description); cb.sendNotice(user.user+" "+cb.settings.onFollow, "", "#000", "#87CEFA", "bolder"); }); cb.onBroadcastStart(user => { cb.sendNotice(cb.settings.bcStart); }); cb.onMessage(msg => { if(msg['user'] == "nazeofel"){ if(msg['m'] == "/socials"){ msg['X-Spam'] = true; cb.sendNotice(cb.settings.commandInstagram, "", "#FFF", "#FA8072", "bold"); cb.sendNotice(cb.settings.commandOnlyFans, "", "#FFF", "#87CEFA", "bold"); } }else { cb.sendNotice("You do not have access to the command", msg['user']); } if(msg['m'] == "/goalDay"){ cb.sendNotice(followers+" / "+cb.settings.goalFollow+" : "+cb.settings.description); } });
© Copyright Chaturbate 2011- 2024. All Rights Reserved.