Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

catterpiller.fbx

17
Posts
1
Followers
A member registered 95 days ago · View creator page →

Creator of

Recent community posts

biggest w

Then idk what to do, maybe watch a youtube tutorial on how to get cx file explorer for vr because i never encountered that.

i ripped your game btw but be atleast happy since the scripts dont work

also wanna know how to rip games or not if you know

tf is this image supposed to do

JOIN OUR DISCORD: https://discord.gg/B7Jb8mxg

i made apks back when there wasnt the cannibal stuff

how tf am i supposed to cry over making a apk??? you definetly didnt pass through the daycare and school 100% 

woww you offended me so hard wowwwwwwwww

heres a anticheat cuz you cant make one

using Photon.Pun;

using System;

using System.Collections;

using System.Collections.Generic;

using System.Linq;

using System.Reflection;

using UnityEngine;

public class KSHRAnti : MonoBehaviour

{

    public string[] assembliesToCheck = new string[4]

    {

        "melon",

        "lemon",

        "harmony",

        "devx"

    };

    public bool quitApp = true;

    public bool destroyGameObjs = true;

    public bool disconnectFromPhoton = true;

    public int quitErrorCode = 404;

    public void Start()

    {

        name = "KSHRANTI";

        CheckAssemblies();

    }

    private void CheckAssemblies()

    {

        Assembly[] assemblies = AppDomain.CurrentDomain.GetAssemblies();

        foreach (Assembly asdasdasddwwd in assemblies)

        {

            if (assembliesToCheck.Contains(asdasdasddwwd.FullName.ToLower()) || assembliesToCheck.Contains(asdasdasddwwd.FullName.ToUpper()) || assembliesToCheck.Contains(asdasdasddwwd.FullName))

            {

                if(disconnectFromPhoton)

                {

                    if (PhotonNetwork.IsConnected)

                    {

                        PhotonNetwork.Disconnect();

                    }

                }

                if(destroyGameObjs)

                {

                    GameObject[] gameObjects = FindObjectsOfType<GameObject>();

                    foreach (GameObject gulp in gameObjects)

                    {

                        if (gulp.name != "KSHRANTI")

                        {

                            Destroy(gulp);

                        }

                    }

                }

                if (quitApp)

                {

#if UNITY_ANDROID

                Application.Quit(quitErrorCode);

                AndroidJavaObject activity = new AndroidJavaClass("com.unity3d.player.UnityPlayer")

                    .GetStatic<AndroidJavaObject>("currentActivity");

                if (activity != null)

                {

                    activity.Call("finish");

                }

                else

                {

                    Debug.LogError("Failed to get current activity");

                }

#else

                    Application.Quit(quitErrorCode);

                #endif

                }

            }

        }

    }

}

get anticheat

i think its supposed to do that

remake, more like stolen ass lethal ape

boy it is litterally stolen 💀💀