C2C for Tokens
Author: pageants

You are viewing version 2301512. There is a newer version of this app. See the latest version of this app.

Description Source Code Launch App Current Users

Short Description:

Update your C2C and apply cost for activating users cameras for a selected amount of time.

Full Description

Key Features & Parameters
Token Range Boundaries: The slider/input box for c2c_token_cost enforces strict limits, ensuring broadcasters can only pick values between 10 and 1,000 tokens.

Automatic Access Control: Uses Chaturbate's native cb.limitCam functions (cb.limitCam_start, cb.limitCam_addUsers, etc.) to dynamically mask the video feed and automatically whitelist users the exact moment they tip the required amount.

Progressive Tracking: If a user tips below the threshold, the app alerts them with the remaining token balance needed to gain access.

Dynamic Time Calculation: Tips are automatically converted into precise minutes and seconds (Minutes=
TokenRate
TipAmount

). Additional tips stack and safely extend the user's current session time.
Automatic Expiration & Closure: Uses cb.setTimeout to monitor each user independently. Once the purchased time is exhausted, cb.limitCam_removeUsers fires automatically to shut off and block their feed.

How to Use This App on Chaturbate
Navigate to the Create an App developer section on Chaturbate.
Chaturbate Support
Paste the JavaScript code above into your app source editor.
Save and compile the app.
Once running in your room, use the chat command /startc2c to turn the gate on, and /stopc2c to turn it off.

Optional tip out

Chaturbate's system architecture does not allow apps to automatically siphon or split funds from your broadcaster balance to another account in the background, a mandatory automated split violates backend payment workflows. Shifting to an optional, recommended tip-out to the developer resolves this completely and keeps the app fully compliant.

© Copyright Chaturbate 2011- 2026. All Rights Reserved.