Bots Home
|
Create an App
Edge's E-Stim Bot
Author:
edge_until_it_hurts
Description
Source Code
Launch Bot
Current Users
Created by:
Edge_Until_It_Hurts
/* Title: "Edge's Naughty Bot" bot Author: edge_unti_it_hurts Version: 0.1a adding tip sounds for more shocking variety when I do estim shows. */ tipper = ""; amt=""; cb.settings_choices = []; cb.onTip(function (tip) { if (parseInt(tip['amount']) >= cb.settings.tipamount) { tipper = tip['from_user']; amt=parseInt(tip['amount']); if (amt <= 18){ var tipsnd= new Audio('http://twerktunes.com/tip/'+amt+'.wav'); tipsnd.volume=100; tipsnd.playbackRate=1; if (amt>=15){ tipsnd.volume=100; tipsnd.playbackRate=1; setTimeout(function(){tipsnd.play();},1200); } if (amt<15){ tipsnd.volume=100; tipsnd.playbackRate=1; setTimeout(function(){tipsnd.play();},600); } } } }); function init() { } init();
© Copyright Chaturbate 2011- 2026. All Rights Reserved.