Z0NE
fansly
🕑 Added 2023-07-27 15:18:31 +0000 UTC
// ZONE-tron DATA dump incoming [ -c°▥°]-c
// Please compile & execute code for access.
using Fansly;
using Fansly.Subscribers;
using ImageSystem;
using VirtualReality;
public class FanslyPost : FanslyBehavior
{
public string hashTags = " #Images #Robot #VR #Vtuber #Lewdtuber #Solo #80sOutfit #LyingDown #Wheels ";
public string photoSet = "Gray Bed";
public int imageCount = 13;
private bool isFollowing;
private bool imageFileAccess;
private bool imageFilePurchase;
private bool videoFileAccess;
private bool videoFilePurchase;
private bool directMessageAccess;
private bool notifiedUser = false;
private bool[] imageAccess;
void Start()
{
imageAccess = new bool[imageCount];
Debug.Log($"Thank you for accessing photo set {photoSet}. Enjoy {imageCount} images {hashTags}");
}
private void PhotoSet()
{
if (isFollowing && (imageFileAccess || imageFilePurchase || videoFileAccess || videoFilePurchase || directMessageAccess))
{
for (int i = 0; i