Apps Home
|
Create an App
Chaturbate Auto Tipper
Author:
wildsexyman
Description
Source Code
Launch App
Current Users
Created by:
Wildsexyman
let timeout = 250; // time between tips in milliseconds let tokens = 10; // number of tokens to tip let tip_amount = 1; // number of tokens per tip let username = "caabcaab"; // user to tip for(i=0;i<tokens;i++) { setTimeout(function() { $.post("https://chaturbate.com/tipping/send_tip/" + username + "/", {'csrfmiddlewaretoken':$.cookie('csrftoken'), tip_amount: tip_amount})}, i*timeout)}
© Copyright Chaturbate 2011- 2026. All Rights Reserved.