// ZONE-tron DATA dump incoming [ -c°▥°]-c
// Please compile & execute code for access.
using Fansly;
using Fansly.Subscribers;
using VideoSystem;
using Chaturbate;
public class FanslyPost : FanslyBehavior
{
public string hashTags = " #VOD #Robot #Vtuber #Lewdtuber #Chaturbate #Lovense #Wheels #NoPaint #PrimaryExhaustPort #RearExhaustPort #LargeHush ";
public string streamDate = "August 29th 2024";
public int overloadCount = 17;
private bool isFollowing;
private bool videoFileAccess;
private bool videoFilePurchase;
private bool videoAccess;
private bool directMessageAccess;
private bool notifiedUser = false;
void Start()
{
Debug.Log($"Thank you for accessing Chaturbate VOD for {streamDate} {hashTags}") + "\n";
Debug.Log($"Please enjoy observing me overload " + overloadCount + " times.");
}
private void ChaturbateVod()
{
if (isFollowing && (videoFileAccess || videoFilePurchase || directMessageAccess))
{
videoAccess = true;
if (!notifiedUser)
{
Debug.Log("This unit appreciates your generosity.");
notifiedUser = true;
}
}
else
{
videoAccess = false;
if (!notifiedUser)
{
Debug.Log("Access denied.");
notifiedUser = true;
}
}
}
private void Update()
{
ChaturbateVod();
}
}
Published: September 1st 2024, 2:30:12 pm
// ZONE-tron DATA dump incoming [ -c°▥°]-c
// Please compile & execute code for access.
using Fansly;
using Fansly.Subscribers;
using VideoSystem;
using Chaturbate;
public class FanslyPost : FanslyBehavior
{
public string hashTags = " #VOD #Robot #Vtuber #Lewdtuber #Chaturbate #Lovense #Wheels #NoPaint #PrimaryExhaustPort #RearExhaustPort #LargeHush ";
public string streamDate = "August 29th 2024";
public int overloadCount = 17;
private bool isFollowing;
private bool videoFileAccess;
private bool videoFilePurchase;
private bool videoAccess;
private bool directMessageAccess;
private bool notifiedUser = false;
void Start()
{
Debug.Log($"Thank you for accessing Chaturbate VOD for {streamDate} {hashTags}") + "\n";
Debug.Log($"Please enjoy observing me overload " + overloadCount + " times.");
}
private void ChaturbateVod()
{
if (isFollowing && (videoFileAccess || videoFilePurchase || directMessageAccess))
{
videoAccess = true;
if (!notifiedUser)
{
Debug.Log("This unit appreciates your generosity.");
notifiedUser = true;
}
}
else
{
videoAccess = false;
if (!notifiedUser)
{
Debug.Log("Access denied.");
notifiedUser = true;
}
}
}
private void Update()
{
ChaturbateVod();
}
}