Skip to main content

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

aaa

19
Posts
2
Followers
A member registered Oct 04, 2024 · View creator page →

Creator of

Recent community posts

skidded game studios moment

its like a gtag copy you have to make 1 realtime photon applications and a voice application after that make a playfab application after that in playfab go addons photon and install photon and u have ur photon ids and paste them in the chat one is the voice one then paste go into playfabauthenticator script after that you search for photon ids u paste ur ones in and ur playfab id in after that save and close it and i think servers should work

sigma game but theres no barely any players

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

tf is this image supposed to do

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 💀💀