Apps Home
|
Create an App
Tattokoi.01
Author:
tattokoi
Description
Source Code
Launch App
Current Users
Created by:
Tattokoi
const GOAL_AMOUNT = 55; let totalGoals = 99; let currentTokens = 0; let currentGoal = 1; function updatePanel() { const percentage = Math.min((currentTokens / GOAL_AMOUNT) * 100, 100); cb.drawPanel({ body: ` <div style=" width: 100%; background:#cce6ff; border-radius:10px; padding:10px; font-size:16px; text-align:center; color:#000; font-weight:bold;"> <div> Goal ${currentGoal}/${totalGoals} - ${currentTokens}/${GOAL_AMOUNT} tokens </div> <div style=" width:100%; background:#9dc7ff; height:20px; margin-top:10px; border-radius:10px;"> <div style=" width:${percentage}%; height:100%; background:#0066ff; border-radius:10px;"> </div> </div> <div style="margin-top:10px;"> Instagram: @tattokoi | X: @Millerh_ </div> </div> ` }); } cb.onTip(function (tip) { currentTokens += tip.amount; if (currentTokens >= GOAL_AMOUNT) { cb.sendNotice(`🎉 META COMPLETADA! (${currentGoal}/${totalGoals}) — ¡Gracias!`); currentTokens = 0; currentGoal++; if (currentGoal > totalGoals) { cb.sendNotice("🔥 Todas las metas completadas 🔥"); } } updatePanel(); }); updatePanel();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.