You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Menu/Buttons.cs
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -455,12 +455,12 @@ public static class Buttons
455
455
new[]{// Important Mods [7]
456
456
newButtonInfo{buttonText="Exit Important Mods",method=()=>CurrentCategoryName="Main",isTogglable=false,toolTip="Returns you back to the main page."},
457
457
458
-
newButtonInfo{buttonText="Exit Gorilla Tag",method=()=>Prompt("Are you sure you want to exit Gorilla Tag?",Application.Quit),isTogglable=false,toolTip="Closes Gorilla Tag."},
459
-
newButtonInfo{buttonText="Restart Gorilla Tag",method=()=>Prompt("Are you sure you want to restart Gorilla Tag?",Important.RestartGame),isTogglable=false,toolTip="Restarts Gorilla Tag."},
458
+
newButtonInfo{buttonText="Exit Gorilla Tag",aliases=new[]{"Quit Gorilla Tag","Exit Game","Quit Game","Exit App","Quit App"},method=()=>Prompt("Are you sure you want to exit Gorilla Tag?",Application.Quit),isTogglable=false,toolTip="Closes Gorilla Tag."},
459
+
newButtonInfo{buttonText="Restart Gorilla Tag",aliases=new[]{"Restart Game","Restart App"},method=()=>Prompt("Are you sure you want to restart Gorilla Tag?",Important.RestartGame),isTogglable=false,toolTip="Restarts Gorilla Tag."},
460
460
newButtonInfo{buttonText="Open Gorilla Tag Folder",method=Important.OpenGorillaTagFolder,isTogglable=false,toolTip="Opens the folder in which your game is located."},
461
461
462
-
newButtonInfo{buttonText="Discord RPC",method=Important.DiscordRPC,disableMethod=Important.DisableDiscordRPC,toolTip="Gives you a indicator on Discord that you are using ii's Stupid Menu."},
463
-
newButtonInfo{buttonText="Media Integration",enableMethod=Important.EnsureIntegrationProgram,method=Important.MediaIntegration,disableMethod=Important.DisableMediaIntegration,toolTip="Shows you what media you are watching/listening to in the top left. To switch media, open the menu and use your left joystick."},
462
+
newButtonInfo{buttonText="Discord RPC",aliases=new[]{"Self Tracker"},method=Important.DiscordRPC,disableMethod=Important.DisableDiscordRPC,toolTip="Gives you a indicator on Discord that you are using ii's Stupid Menu."},
463
+
newButtonInfo{buttonText="Media Integration",aliases=new[]{"Spotify"},enableMethod=Important.EnsureIntegrationProgram,method=Important.MediaIntegration,disableMethod=Important.DisableMediaIntegration,toolTip="Shows you what media you are watching/listening to in the top left. To switch media, open the menu and use your left joystick."},
464
464
465
465
newButtonInfo{buttonText="Anti Hand Tap",enableMethod=()=>HandTapPatch.enabled=true,disableMethod=()=>HandTapPatch.enabled=false,toolTip="Stops all hand tap sounds from being played."},
466
466
newButtonInfo{buttonText="First Person Camera",enableMethod=Important.EnableFPC,postMethod=Important.MoveFPC,disableMethod=Important.DisableFPC,toolTip="Makes your camera output what you see in VR."},
@@ -470,7 +470,7 @@ public static class Buttons
470
470
471
471
newButtonInfo{buttonText="Accept TOS",enableMethod=()=>TOSPatches.enabled=true,method=Important.AcceptTOS,disableMethod=()=>TOSPatches.enabled=false,toolTip="Accepts the Terms of Service for you."},
472
472
newButtonInfo{buttonText="Bypass K-ID Restrictions",overlapText="Bypass k-ID Restrictions",method=()=>PermissionPatch.enabled=true,disableMethod=()=>PermissionPatch.enabled=false,toolTip="Bypasses the permission restrictions held by k-ID for underage users."},
473
-
newButtonInfo{buttonText="Redeem Shiny Rocks",method=()=>CoroutineManager.instance.StartCoroutine(Important.RedeemShinyRocks()),isTogglable=false,toolTip="Redeems the 500 Shiny Rocks k-ID gives you."},
newButtonInfo{buttonText="Copy Player Position",method=Important.CopyPlayerPosition,isTogglable=false,toolTip="Copies the current player position to the clipboard."},
476
476
@@ -496,7 +496,7 @@ public static class Buttons
496
496
newButtonInfo{buttonText="15 FPS",method=()=>Important.CapFPS(15),toolTip="Caps your FPS at 15 frames per second."},
497
497
newButtonInfo{buttonText="Unlock FPS",method=Important.UncapFPS,disableMethod=()=>Application.targetFrameRate=144,toolTip="Unlocks your FPS."},
498
498
499
-
newButtonInfo{buttonText="PC Button Click",method=Important.PCButtonClick,disableMethod=Important.DisablePCButtonClick,toolTip="Lets you click in-game buttons with your mouse."},
499
+
newButtonInfo{buttonText="PC Button Click",aliases=new[]{"PC Click"},method=Important.PCButtonClick,disableMethod=Important.DisablePCButtonClick,toolTip="Lets you click in-game buttons with your mouse."},
500
500
newButtonInfo{buttonText="PC Controller Emulation",method=Important.PCControllerEmulation,toolTip="Allows you to press buttons on your in-game controllers using your keyboard."},
501
501
newButtonInfo{buttonText="Unlock Competitive Queue",method=()=>GorillaComputer.instance.CompQueueUnlockButtonPress(),isTogglable=false,toolTip="Permanently unlocks the competitive queue."},
502
502
newButtonInfo{buttonText="Change Queue to Default",overlapText="Change Queue <color=grey>[</color><color=green>Default</color><color=grey>]</color>",method=()=>GorillaComputer.instance.currentQueue="DEFAULT",isTogglable=false,toolTip="Changes your queue to default."},
@@ -516,21 +516,19 @@ public static class Buttons
516
516
newButtonInfo{buttonText="Change Target Gamemode <color=grey>[</color><color=green>Super Infection</color><color=grey>]</color>",method=()=>GorillaComputer.instance.SetGameModeWithoutButton("SuperInfect"),isTogglable=false,toolTip="Changes your target gamemode to super infection."},
517
517
newButtonInfo{buttonText="Change Target Gamemode <color=grey>[</color><color=green>Error</color><color=grey>]</color>",method=()=>GorillaComputer.instance.SetGameModeWithoutButton("None"),isTogglable=false,toolTip="Changes your target gamemode to none."},
518
518
519
-
newButtonInfo{buttonText="Connect to US",method=()=>Important.ConnectToRegion("us"),toolTip="Connects you to the United States servers."},
520
-
newButtonInfo{buttonText="Connect to US West",method=()=>Important.ConnectToRegion("usw"),toolTip="Connects you to the western United States servers."},
521
-
newButtonInfo{buttonText="Connect to EU",method=()=>Important.ConnectToRegion("eu"),toolTip="Connects you to the Europe servers."},
519
+
newButtonInfo{buttonText="Connect to US",aliases=new[]{"US VPN","Connect to United States","United States VPN"},method=()=>Important.ConnectToRegion("us"),toolTip="Connects you to the United States servers."},
520
+
newButtonInfo{buttonText="Connect to US West",aliases=new[]{"Connect to USW","USW VPN","US West VPN","Connect to United States West","United States West VPN"},method=()=>Important.ConnectToRegion("usw"),toolTip="Connects you to the western United States servers."},
521
+
newButtonInfo{buttonText="Connect to EU",aliases=new[]{"EU VPN","Connect to Europe","Europe VPN"},method=()=>Important.ConnectToRegion("eu"),toolTip="Connects you to the Europe servers."},
522
522
523
523
newButtonInfo{buttonText="Reauthenticate",method=MothershipAuthenticator.Instance.BeginLoginFlow,isTogglable=false,toolTip="Restarts the login flow that happens at the beginning of the game."},
524
524
},
525
525
526
526
new[]{// Safety Mods [8]
527
527
newButtonInfo{buttonText="Exit Safety Mods",method=()=>CurrentCategoryName="Main",isTogglable=false,toolTip="Returns you back to the main page."},
528
528
529
-
newButtonInfo{buttonText="Disable Anti Telemetry",enableMethod=()=>TelemetryPatches.enabled=false,disableMethod=()=>TelemetryPatches.enabled=true,toolTip="Allows the game to send log data to Gorilla Tag's servers."},
530
-
531
-
newButtonInfo{buttonText="Recommended Safety Mods",method=Safety.GeneralSafety,disableMethod=Safety.DisableGeneral,toolTip="Has the effects of some good general safety mods while enabled."},
529
+
newButtonInfo{buttonText="Recommended Safety Mods",aliases=new[]{"Anti Ban"},method=Safety.GeneralSafety,disableMethod=Safety.DisableGeneral,toolTip="Has the effects of some good general safety mods while enabled."},
532
530
533
-
newButtonInfo{buttonText="No Finger Movement",method=Safety.NoFinger,toolTip="Makes your fingers not move, so you can use wall walk without getting called out."},
531
+
newButtonInfo{buttonText="No Finger Movement",aliases=new[]{"Disable Fingers"},method=Safety.NoFinger,toolTip="Makes your fingers not move, so you can use wall walk without getting called out."},
534
532
535
533
newButtonInfo{buttonText="Fake Oculus Menu <color=grey>[</color><color=green>X</color><color=grey>]</color>",method=Safety.FakeOculusMenu,toolTip="Imitates opening your Oculus menu when holding <color=green>X</color>."},
536
534
newButtonInfo{buttonText="Fake Report Menu <color=grey>[</color><color=green>Y</color><color=grey>]</color>",method=Safety.FakeReportMenu,toolTip="Imitates opening the report menu when holding <color=green>Y</color>."},
@@ -584,6 +582,7 @@ public static class Buttons
584
582
newButtonInfo{buttonText="Color Spoof",method=Safety.ColorSpoof,toolTip="Makes your color appear different to every player."},
585
583
586
584
newButtonInfo{buttonText="Unload Menu",method=()=>Prompt("Are you sure you want unload the menu?",UnloadMenu),isTogglable=false,toolTip="Unloads the menu from your game."}
585
+
newButtonInfo{buttonText="Disable Anti Telemetry",enableMethod=()=>TelemetryPatches.enabled=false,disableMethod=()=>TelemetryPatches.enabled=true,toolTip="Allows the game to send log data to Gorilla Tag's servers."},
587
586
},
588
587
589
588
new[]{// Movement Mods [9]
@@ -1065,7 +1064,7 @@ public static class Buttons
1065
1064
newButtonInfo{buttonText="Camera FOV",method=Fun.CameraFOV,disableMethod=Fun.FixCameraFOV,toolTip="Changes the FOV of your PC camera."},
1066
1065
newButtonInfo{buttonText="Spectate Gun",method=Fun.SpectateGun,disableMethod=Fun.DisableFreecam,toolTip="Lets you see through the eyes of whoever your hand desires."},
1067
1066
1068
-
newButtonInfo{buttonText="Nausea",method=Fun.Nausea,disableMethod=Fun.DisableFreecam,toolTip="Gives you the Nausea effect from Minecraft."},
1067
+
newButtonInfo{buttonText="Nausea",aliases=new[]{"Sick","Nautious","Drunk"},method=Fun.Nausea,disableMethod=Fun.DisableFreecam,toolTip="Gives you the Nausea effect from Minecraft."},
1069
1068
newButtonInfo{buttonText="LSD",aliases=new[]{"Drugs","High"},method=()=>{Colorrgb=Color.HSVToRGB(Time.frameCount/180f%1f,1f,1f);Fun.HueShift(newColor(rgb.r,rgb.g,rgb.b,0.1f));},disableMethod=()=>Fun.HueShift(Color.clear),toolTip="Hue shifts your game to a rainbow color."},
1070
1069
newButtonInfo{buttonText="Jumpscare on Tag",enableMethod=Fun.PreloadJumpscareData,method=Fun.JumpscareOnTag,toolTip="Gives a 1/2000 chance of a jumpscare happening when getting tagged."},
0 commit comments