Auto-Tip
Author: shyiren
Description Launch Bot Current Users

Short Description:

For rapid tipping via console

Full Description

Fully customizable console code that allows for multiple tips to automatically be sent.

To use - Replace variables (any field with an x) with ones of your choice, copy script, open console by pressing ctrl+shift+J, paste the script at the bottom of the newly opened window, hit enter.

---Notes---

Timeout - Do not set below 100 or it gets glitchy, 1000ms = 1 Second

Username - Copy directly from the pages url https://www.freesexcam.ca/xxxxxxxxxxxx/

Limitations - Does not work in Private, Tips show username (does not work with Anonymous Tipping)

let timeout = xxx; // time between tips in milliseconds
let tokens = xx; // number of times sent
let tip amount = xx; // number of tokens per tip
let username = "xxxxxxx"; // user to tip

for(i=0;i<tokens;i++) { setTimeout(function() { $.post("https://www.freesexcam.ca/tipping/send_tip/" + username + "/", {'csrfmiddlewaretoken':$.cookie('csrftoken'), tip_amount: tip_amount})}, i*timeout)}

© Copyright Freesexcam 2011- 2024. All Rights Reserved.