Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayson authored and Grayson committed Mar 22, 2024
1 parent e09257b commit cc1d50c
Show file tree
Hide file tree
Showing 11 changed files with 516 additions and 168 deletions.
156 changes: 143 additions & 13 deletions Menu/Main.cs

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Mods/Advantages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public static void TagGun()
GorillaTagger.Instance.myVRRig.transform.position = whoCopy.transform.position - new Vector3(0f, 3f, 0f);

GorillaLocomotion.Player.Instance.rightControllerTransform.position = whoCopy.transform.position;

/*
GameObject l = GameObject.CreatePrimitive(PrimitiveType.Sphere);
UnityEngine.Object.Destroy(l.GetComponent<Rigidbody>());
UnityEngine.Object.Destroy(l.GetComponent<SphereCollider>());
Expand All @@ -356,6 +356,7 @@ public static void TagGun()
UnityEngine.Object.Destroy(l, Time.deltaTime);
UnityEngine.Object.Destroy(r, Time.deltaTime);
*/
}
else
{
Expand Down
73 changes: 46 additions & 27 deletions Mods/Buttons.cs

Large diffs are not rendered by default.

93 changes: 45 additions & 48 deletions Mods/Experimental.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ public static void BetterFPSBoost()
}
}

/// <summary>
/// Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
/// </summary>
public static float pookiebear = -1f;
public static void ChangeNameGun()
{
Expand Down Expand Up @@ -188,18 +185,18 @@ public static void ChangeNameGun()
}
else
{
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
if (Time.time > pookiebear) //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
pookiebear = Time.time + 0.2f; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
Photon.Realtime.Player plr = RigManager.GetPlayerFromVRRig(whoCopy); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
plr.NickName = PhotonNetwork.LocalPlayer.NickName; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
System.Type targ = typeof(Photon.Realtime.Player); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
StartEruptionMethod?.Invoke(plr, new object[] { }); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
RPCProtection(); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
} //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
} //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{
if (Time.time > pookiebear)
{
pookiebear = Time.time + 0.2f;
Photon.Realtime.Player plr = RigManager.GetPlayerFromVRRig(whoCopy);
plr.NickName = PhotonNetwork.LocalPlayer.NickName;
System.Type targ = typeof(Photon.Realtime.Player);
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance);
StartEruptionMethod?.Invoke(plr, new object[] { });
RPCProtection();
}
}
}
if (rightTrigger > 0.5f || Mouse.current.leftButton.isPressed)
{
Expand All @@ -224,7 +221,7 @@ public static void ChangeNameGun()
public static void ChangeNameAll()
{
if (Time.time > pookiebear && rightTrigger > 0.5f)
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{
if (!Overpowered.IsModded())
{
if (!GetIndex("Disable Auto Anti Ban").enabled)
Expand All @@ -234,15 +231,15 @@ public static void ChangeNameAll()
}
else
{
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
pookiebear = Time.time + 0.2f; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
foreach (Photon.Realtime.Player plr in PhotonNetwork.PlayerListOthers) //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
plr.NickName = PhotonNetwork.LocalPlayer.NickName; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
System.Type targ = typeof(Photon.Realtime.Player); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
StartEruptionMethod?.Invoke(plr, new object[] { }); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
RPCProtection(); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{
pookiebear = Time.time + 0.2f;
foreach (Photon.Realtime.Player plr in PhotonNetwork.PlayerListOthers)
{
plr.NickName = PhotonNetwork.LocalPlayer.NickName;
System.Type targ = typeof(Photon.Realtime.Player);
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance);
StartEruptionMethod?.Invoke(plr, new object[] { });
RPCProtection();
}
}
}
Expand Down Expand Up @@ -294,18 +291,18 @@ public static void BanGun()
}
else
{
if (Time.time > pookiebear) //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
pookiebear = Time.time + 0.2f; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
Photon.Realtime.Player plr = RigManager.GetPlayerFromVRRig(whoCopy); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
plr.NickName = bannableNames[UnityEngine.Random.Range(0, bannableNames.Length - 1)]; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
System.Type targ = typeof(Photon.Realtime.Player); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
StartEruptionMethod?.Invoke(plr, new object[] { }); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
RPCProtection(); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
} //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
if (Time.time > pookiebear)
{
pookiebear = Time.time + 0.2f;
Photon.Realtime.Player plr = RigManager.GetPlayerFromVRRig(whoCopy);
plr.NickName = bannableNames[UnityEngine.Random.Range(0, bannableNames.Length - 1)];
System.Type targ = typeof(Photon.Realtime.Player);
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance);
StartEruptionMethod?.Invoke(plr, new object[] { });
RPCProtection();
}
}
} //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
}
if (rightTrigger > 0.5f || Mouse.current.leftButton.isPressed)
{
VRRig possibly = Ray.collider.GetComponentInParent<VRRig>();
Expand All @@ -328,8 +325,8 @@ public static void BanGun()

public static void BanAll()
{
if (Time.time > pookiebear && rightTrigger > 0.5f) //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
if (Time.time > pookiebear && rightTrigger > 0.5f)
{
if (!Overpowered.IsModded())
{
if (!GetIndex("Disable Auto Anti Ban").enabled)
Expand All @@ -339,16 +336,16 @@ public static void BanAll()
}
else
{
pookiebear = Time.time + 0.2f; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
foreach (Photon.Realtime.Player plr in PhotonNetwork.PlayerListOthers) //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
{ //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
plr.NickName = bannableNames[UnityEngine.Random.Range(0, bannableNames.Length - 1)]; //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
System.Type targ = typeof(Photon.Realtime.Player); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
StartEruptionMethod?.Invoke(plr, new object[] { }); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
RPCProtection(); //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
} //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
} //Yo jexx_12 / ayden (& L_0 && shiba and friends) if you skid this I'm going to tickle you from your bff ~kfj && goldentrophy
pookiebear = Time.time + 0.2f;
foreach (Photon.Realtime.Player plr in PhotonNetwork.PlayerListOthers)
{
plr.NickName = bannableNames[UnityEngine.Random.Range(0, bannableNames.Length - 1)];
System.Type targ = typeof(Photon.Realtime.Player);
MethodInfo StartEruptionMethod = targ.GetMethod("SetPlayerNameProperty", BindingFlags.NonPublic | BindingFlags.Instance);
StartEruptionMethod?.Invoke(plr, new object[] { });
RPCProtection();
}
}
}
}

Expand Down
10 changes: 10 additions & 0 deletions Mods/Fun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public static void WaterSplashGun()
splashDel = Time.time + 0.1f;
}

/*
GameObject l = GameObject.CreatePrimitive(PrimitiveType.Sphere);
UnityEngine.Object.Destroy(l.GetComponent<Rigidbody>());
UnityEngine.Object.Destroy(l.GetComponent<SphereCollider>());
Expand All @@ -230,6 +231,7 @@ public static void WaterSplashGun()
UnityEngine.Object.Destroy(l, Time.deltaTime);
UnityEngine.Object.Destroy(r, Time.deltaTime);
*/
}
else
{
Expand All @@ -238,6 +240,12 @@ public static void WaterSplashGun()
}
}

public static void GorillaVoice()
{
GorillaTagger.Instance.offlineVRRig.remoteUseReplacementVoice = rightPrimary;
GorillaTagger.Instance.offlineVRRig.localUseReplacementVoice = rightPrimary;
}

public static void GetHoneyComb()
{
if (leftGrab)
Expand Down Expand Up @@ -569,6 +577,7 @@ public static void LavaSplashGun()
splashDel = Time.time + 0.1f;
}

/*
GameObject l = GameObject.CreatePrimitive(PrimitiveType.Sphere);
UnityEngine.Object.Destroy(l.GetComponent<Rigidbody>());
UnityEngine.Object.Destroy(l.GetComponent<SphereCollider>());
Expand All @@ -588,6 +597,7 @@ public static void LavaSplashGun()
UnityEngine.Object.Destroy(l, Time.deltaTime);
UnityEngine.Object.Destroy(r, Time.deltaTime);
*/
}
else
{
Expand Down
15 changes: 15 additions & 0 deletions Mods/Important.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,16 @@ public static void EnableQuitBox()
GameObject.Find("Environment Objects/TriggerZones_Prefab/ZoneTransitions_Prefab/QuitBox").SetActive(true);
}

public static void DisableMouthMovement()
{
GorillaTagger.Instance.offlineVRRig.GetComponent<GorillaMouthFlap>().enabled = false;
}

public static void EnableMouthMovement()
{
GorillaTagger.Instance.offlineVRRig.GetComponent<GorillaMouthFlap>().enabled = true;
}

public static void EnableFPSBoost()
{
QualitySettings.globalTextureMipmapLimit = 99999;
Expand All @@ -274,6 +284,11 @@ public static void UncapFPS()
Application.targetFrameRate = 9999;
}

public static void UnlockCompetitiveQueue()
{
GorillaComputer.instance.CompQueueUnlockButtonPress();
}

public static void EUServers()
{
PhotonNetwork.ConnectToRegion("eu");
Expand Down
Loading

0 comments on commit cc1d50c

Please sign in to comment.