// 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 #LyingDown #Wheels ";
public string photoSet = "Blue Bed";
public int imageCount = 16;
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 < imageAccess.Length; i++)
imageAccess[i] = true;
if (!notifiedUser)
{
Debug.Log("This unit appreciates your generosity.");
notifiedUser = true;
}
}
else
{
for (int i = 0; i < imageAccess.Length; i++)
imageAccess[i] = false;
if (!notifiedUser)
{
Debug.Log("Access denied.");
notifiedUser = true;
}
}
}
private void Update()
{
PhotoSet();
}
}
2023-07-27 15:15:10 +0000 UTC
View Post
// 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 #NoPaint #LyingDown #Wheels ";
public string photoSet = "Roses";
public int imageCount = 14;
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 < imageAccess.Length; i++)
imageAccess[i] = true;
if (!notifiedUser)
{
Debug.Log("This unit appreciates your generosity.");
notifiedUser = true;
}
}
else
{
for (int i = 0; i < imageAccess.Length; i++)
imageAccess[i] = false;
if (!notifiedUser)
{
Debug.Log("Access denied.");
notifiedUser = true;
}
}
}
private void Update()
{
PhotoSet();
}
}
2023-07-27 15:09:21 +0000 UTC
View Post
// 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 #Standing #Wheels ";
public string photoSet = "Fence";
public int imageCount = 16;
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 < imageAccess.Length; i++)
imageAccess[i] = true;
if (!notifiedUser)
{
Debug.Log("This unit appreciates your generosity.");
notifiedUser = true;
}
}
else
{
for (int i = 0; i < imageAccess.Length; i++)
imageAccess[i] = false;
if (!notifiedUser)
{
Debug.Log("Access denied.");
notifiedUser = true;
}
}
}
private void Update()
{
PhotoSet();
}
}
2023-07-27 14:54:19 +0000 UTC
View Post
// 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 #PrimaryExhaustPort #RearExhaustPort ";
public string streamDate = "April 12th 2023";
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}");
}
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();
}
}
2023-07-27 01:48:53 +0000 UTC
View Post
// 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 #PrimaryExhaustPort ";
public string streamDate = "April 1st 2023";
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}");
}
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();
}
}
2023-07-25 06:41:38 +0000 UTC
View Post