Just destroying it deletes it, and leaves people to impersonate staff & admins.
Destroy(GameObject.method("Find").invoke(Il2Cpp.string("PanelGold_VIPNew")))
Prefab spawning is a big mod/cheat in scary baboon, and in my opinion its the most powerfull and really needs to be fixed.
PhotonNetwork.method("Instantiate", 5).invoke(Il2Cpp.string("PrefabName"), pos, identityQuaternion, 0, NULL)
In btm theres a exploit where its possible to start the game instantly..
chicken.method("StartRound").invoke();
In btm theres a exploit where its possible to end the game instantly..
chicken.method("FinishCurrentRound").invoke();
In btm theres a exploit where its possible to complete all onjectives instantly..
chicken.method("OnAllObjectivesCompleted").invoke();
In btm theres a exploit where its possible to kill the monster instantly..
chicken.method("OnMonsterDied").invoke();
In btm theres a exploit where its possible to make everyone the monster, by getting all the instances of the method and executing a method.
const chickens = Object.method("FindObjectsOfType").inflate(AssemblyCSharp.class("ScaryBaboon.Player.BaboonMonsterPlayerController")).invoke();
for (let i = 0; i < chickens.length; i++) {
const chicken = chickens.get(i);
chicken.method("ActivateMonster").invoke();
chicken.method("AllowPlayerMovement").invoke();
}
In btm theres a exploit where its possible to make everyone exit the monster, by getting all the instances of the method and executing a method.
const chickens = Object.method("FindObjectsOfType").inflate(AssemblyCSharp.class("ScaryBaboon.Player.BaboonMonsterPlayerController")).invoke();
for (let i = 0; i < chickens.length; i++) {
const chicken = chickens.get(i);
chicken.method("DeactivateMonster").invoke();
}
In btm theres a exploit where its possible to give everyone the monster syrigne, by getting all the instances of the method and executing a method.
const chickens = Object.method("FindObjectsOfType").inflate(AssemblyCSharp.class("ScaryBaboon.Player.BaboonMonsterPlayerController")).invoke();
for (let i = 0; i < chickens.length; i++) {
const chicken = chickens.get(i);
chicken.method("ActivateSyringe").invoke();
}
In btm theres a exploit where you can add chance by executing a method with a high int parmater
chicken.method("UpdateCurrentBonusChance").invoke(10000000);
Enter the administrator password