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
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ public static class Buttons
182
182
newButtonInfo{buttonText="Change Custom Menu Theme",method=Settings.ChangeCustomMenuTheme,isTogglable=false,toolTip="Changes the theme of custom the menu."},
183
183
newButtonInfo{buttonText="Custom Menu Background",enableMethod=Settings.CustomMenuBackground,disableMethod=Settings.FixMenuBackground,toolTip=$"Changes the background of the menu to a custom image. You can change the photo inside of your Gorilla Tag File ({PluginInfo.BaseDirectory}/iiMenu_CustomMenuBackground.txt)."},
184
184
newButtonInfo{buttonText="Custom Watermark",enableMethod=Settings.CustomWatermark,disableMethod=()=>customWatermark=null,toolTip=$"Changes the watermark on the UI and the back of the menu to a custom image. You can change the photo inside of your Gorilla Tag File ({PluginInfo.BaseDirectory}/iiMenu_CustomWatermark.txt)."},
185
-
newButtonInfo{buttonText="Disable Watermark",enableMethod=Settings.DisableWatermark,disableMethod=Settings.EnableWatermark,toolTip=$"Disables the watermark on the UI and the back of the menu."},
185
+
newButtonInfo{buttonText="Disable Watermark",enableMethod=()=>disableWatermark=true,disableMethod=()=>disableWatermark=false,toolTip="Disables the watermark on the UI and the back of the menu."},
186
186
newButtonInfo{buttonText="Change Page Type",method=()=>Settings.ChangePageType(),enableMethod=()=>Settings.ChangePageType(),disableMethod=()=>Settings.ChangePageType(false),incremental=true,isTogglable=false,toolTip="Changes the type of page buttons."},
187
187
newButtonInfo{buttonText="Change Arrow Type",method=()=>Settings.ChangeArrowType(),enableMethod=()=>Settings.ChangeArrowType(),disableMethod=()=>Settings.ChangeArrowType(false),incremental=true,isTogglable=false,toolTip="Changes the type of arrows on the page buttons."},
188
188
newButtonInfo{buttonText="Change Font Type",method=()=>Settings.ChangeFontType(),enableMethod=()=>Settings.ChangeFontType(),disableMethod=()=>Settings.ChangeFontType(false),incremental=true,isTogglable=false,toolTip="Changes the type of font."},
@@ -1291,6 +1291,8 @@ public static class Buttons
1291
1291
newButtonInfo{buttonText="Infinite Platforms",method=()=>PlatformPatch.enabled=true,disableMethod=()=>PlatformPatch.enabled=false,toolTip="Gives the platform spawner gadgets in Super Infection infinite platforms."},
1292
1292
newButtonInfo{buttonText="Infinite Resources",method=Overpowered.InfiniteResources,toolTip="Gives you infinite resources in the Super Infection gamemode."},
1293
1293
newButtonInfo{buttonText="Complete All Quests",method=Overpowered.CompleteAllQuests,isTogglable=false,toolTip="Completes every quest in the Super Infection gamemode."},
1294
+
newButtonInfo{buttonText="Claim All Terminals",method=Overpowered.ClaimAllTerminals,isTogglable=false,toolTip="Claims every terminal in the Super Infection gamemode."},
1295
+
newButtonInfo{buttonText="Unlock All Gadgets",method=Overpowered.UnlockAllGadgets,toolTip="Unlocks every gadget in the Super Infection gamemode."},
1294
1296
1295
1297
newButtonInfo{buttonText="No Blaster Cooldown",method=()=>CooldownPatch.enabled=true,disableMethod=()=>CooldownPatch.enabled=false,toolTip="Removes the cooldown on the blaster."},
1296
1298
newButtonInfo{buttonText="Blaster Aimbot",enableMethod=()=>FirePatch.enabled=true,method=Overpowered.DebugBlasterAimbot,disableMethod=()=>FirePatch.enabled=false,toolTip="Automatically aims the blaster towards players."},
@@ -1317,8 +1319,6 @@ public static class Buttons
1317
1319
1318
1320
newButtonInfo{buttonText="Blaster Control Gun",method=Overpowered.BlasterControlGun,toolTip="Uses the blasters to fling whoever your hand desires towards you."},
1319
1321
1320
-
newButtonInfo{buttonText="Claim All Terminals",method=Overpowered.ClaimAllTerminals,isTogglable=false,toolTip="Claims every terminal in the Super Infection gamemode."},
1321
-
1322
1322
newButtonInfo{buttonText="Stilt Spam <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Overpowered.SpamGadgetGrip(Overpowered.GadgetByName["StiltGadget FixedScaledLong"]),toolTip="Spawns stilts out of your hand when holding <color=green>grip</color>."},
1323
1323
newButtonInfo{buttonText="Thruster Spam <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Overpowered.SpamGadgetGrip(Overpowered.GadgetByName["WristJetGadgetPropellor"]),toolTip="Spawns thrusters out of your hand when holding <color=green>grip</color>."},
1324
1324
newButtonInfo{buttonText="Yoyo Spam <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Overpowered.SpamGadgetGrip(Overpowered.GadgetByName["SIGadgetDashYoyo"]),toolTip="Spawns yoyos out of your hand when holding <color=green>grip</color>."},
@@ -1417,13 +1417,15 @@ public static class Buttons
1417
1417
newButtonInfo{buttonText="Grab Firefly <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Fun.ObjectToHand("Firefly"),toolTip="Forces the firefly into your hand when holding <color=green>grip</color>."},
1418
1418
newButtonInfo{buttonText="Grab Bat <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=()=>Fun.ObjectToHand("Cave Bat Holdable"),toolTip="Forces the bat into your hand when holding <color=green>grip</color>."},
1419
1419
newButtonInfo{buttonText="Grab Camera <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=Fun.GrabCamera,toolTip="Forces the camera into your hand when holding <color=green>grip</color>."},
1420
+
newButtonInfo{buttonText="Grab Tablet <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=Fun.GrabTablet,toolTip="Forces the tablet into your hand when holding <color=green>grip</color>."},
1420
1421
newButtonInfo{buttonText="Grab Balloons <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=Fun.GrabBalloons,toolTip="Forces every single balloon cosmetic into your hand when holding <color=green>grip</color>."},
1421
1422
newButtonInfo{buttonText="Grab Gliders <color=grey>[</color><color=green>G</color><color=grey>]</color>",method=Fun.GrabGliders,toolTip="Forces the bug into your hand when holding <color=green>grip</color>."},
1422
1423
1423
1424
newButtonInfo{buttonText="Bug Gun",method=()=>Fun.ObjectToPointGun("Floating Bug Holdable"),toolTip="Moves the bug to wherever your hand desires."},
1424
1425
newButtonInfo{buttonText="Firefly Gun",method=()=>Fun.ObjectToPointGun("Firefly"),toolTip="Moves the firefly to wherever your hand desires."},
1425
1426
newButtonInfo{buttonText="Bat Gun",method=()=>Fun.ObjectToPointGun("Cave Bat Holdable"),toolTip="Moves the bat to wherever your hand desires."},
1426
1427
newButtonInfo{buttonText="Camera Gun",method=Fun.CameraGun,toolTip="Moves the camera to wherever your hand desires."},
1428
+
newButtonInfo{buttonText="Tablet Gun",method=Fun.TabletGun,toolTip="Moves the tablet to wherever your hand desires."},
1427
1429
newButtonInfo{buttonText="Balloon Gun",method=Fun.BalloonGun,toolTip="Moves every single balloon cosmetic to wherever your hand desires."},
1428
1430
newButtonInfo{buttonText="Glider Gun",method=Fun.GliderGun,toolTip="Moves the gliders to wherever your hand desires."},
1429
1431
newButtonInfo{buttonText="Hoverboard Gun",method=Fun.HoverboardGun,toolTip="Spawns hoverboards at wherever your hand desires."},
@@ -1432,6 +1434,7 @@ public static class Buttons
1432
1434
newButtonInfo{buttonText="Spaz Firefly",method=()=>Fun.SpazObject("Firefly"),toolTip="Gives the firefly a seizure."},
1433
1435
newButtonInfo{buttonText="Spaz Bat",method=()=>Fun.SpazObject("Cave Bat Holdable"),toolTip="Gives the bat a seizure."},
1434
1436
newButtonInfo{buttonText="Spaz Camera",method=Fun.SpazCamera,toolTip="Gives the camera a seizure."},
1437
+
newButtonInfo{buttonText="Spaz Tablet",method=Fun.SpazTablet,toolTip="Gives the tablet a seizure."},
1435
1438
newButtonInfo{buttonText="Spaz Balloons",method=Fun.SpazBalloons,toolTip="Gives the balloons a seizure."},
1436
1439
newButtonInfo{buttonText="Spaz Gliders",method=Fun.SpazGliders,toolTip="Gives the gliders a seizure."},
1437
1440
newButtonInfo{buttonText="Spaz Hoverboard",method=Fun.SpazHoverboard,toolTip="Gives your hoverboard a seizure while holding it."},
@@ -1440,6 +1443,7 @@ public static class Buttons
1440
1443
newButtonInfo{buttonText="Orbit Firefly",method=()=>Fun.OrbitObject("Firefly",120f),toolTip="Orbits the firefly around you."},
1441
1444
newButtonInfo{buttonText="Orbit Bat",method=()=>Fun.OrbitObject("Cave Bat Holdable",240f),toolTip="Orbits the bat around you."},
1442
1445
newButtonInfo{buttonText="Orbit Camera",method=Fun.OrbitCamera,toolTip="Orbits the camera around you."},
1446
+
newButtonInfo{buttonText="Orbit Tablet",method=Fun.OrbitTablet,toolTip="Orbits the tablet around you."},
1443
1447
newButtonInfo{buttonText="Orbit Balloons",method=Fun.OrbitBalloons,toolTip="Orbits the balloons around you."},
1444
1448
newButtonInfo{buttonText="Orbit Gliders",method=Fun.OrbitGliders,toolTip="Orbits the gliders around you."},
1445
1449
newButtonInfo{buttonText="Orbit Hoverboards",method=Fun.OrbitHoverboards,toolTip="Orbits the hoverboards around you."},
@@ -1448,6 +1452,7 @@ public static class Buttons
1448
1452
newButtonInfo{buttonText="Firefly Aura",method=()=>Fun.ObjectAura("Firefly"),toolTip="Teleports the firefly around you in random positions."},
1449
1453
newButtonInfo{buttonText="Bat Aura",method=()=>Fun.ObjectAura("Cave Bat Holdable"),toolTip="Teleports the bat around you in random positions."},
1450
1454
newButtonInfo{buttonText="Camera Aura",method=Fun.CameraAura,toolTip="Teleports the camera around you in random positions."},
1455
+
newButtonInfo{buttonText="Tablet Aura",method=Fun.TabletAura,toolTip="Teleports the tablet around you in random positions."},
1451
1456
newButtonInfo{buttonText="Balloon Aura",method=Fun.BalloonAura,toolTip="Teleports the balloons around you in random positions."},
1452
1457
newButtonInfo{buttonText="Glider Aura",method=Fun.GliderAura,toolTip="Teleports the camera around you in random positions."},
1453
1458
newButtonInfo{buttonText="Hoverboard Aura",method=Fun.HoverboardAura,toolTip="Teleports the hoverboards around you in random positions."},
@@ -1460,13 +1465,15 @@ public static class Buttons
1460
1465
newButtonInfo{buttonText="Become Firefly",method=()=>Fun.BecomeObject("Firefly"),disableMethod=Movement.EnableRig,toolTip="Turns you into the firefly."},
1461
1466
newButtonInfo{buttonText="Become Bat",method=()=>Fun.BecomeObject("Cave Bat Holdable"),disableMethod=Movement.EnableRig,toolTip="Turns you into the bat."},
1462
1467
newButtonInfo{buttonText="Become Camera",method=Fun.BecomeCamera,disableMethod=Movement.EnableRig,toolTip="Turns you into the camera."},
1468
+
newButtonInfo{buttonText="Become Tablet",method=Fun.BecomeTablet,disableMethod=Movement.EnableRig,toolTip="Turns you into the tablet."},
1463
1469
newButtonInfo{buttonText="Become Balloon",method=Fun.BecomeBalloon,disableMethod=Movement.EnableRig,toolTip="Turns you into a balloon when holding <color=green>trigger</color>."},
1464
1470
newButtonInfo{buttonText="Become Hoverboard",method=Fun.BecomeHoverboard,disableMethod=Movement.EnableRig,toolTip="Turns you into a hoverboard when holding <color=green>trigger</color>."},
1465
1471
1466
1472
newButtonInfo{buttonText="Destroy Bug",method=()=>Fun.DestroyObject("Floating Bug Holdable"),toolTip="Sends the bug to hell."},
1467
1473
newButtonInfo{buttonText="Destroy Firefly",method=()=>Fun.DestroyObject("Firefly"),toolTip="Sends the bug to hell."},
1468
1474
newButtonInfo{buttonText="Destroy Bat",method=()=>Fun.DestroyObject("Cave Bat Holdable"),toolTip="Sends the bat to hell."},
1469
1475
newButtonInfo{buttonText="Destroy Camera",method=Fun.DestroyCamera,toolTip="Sends the camera to hell."},
1476
+
newButtonInfo{buttonText="Destroy Tablet",method=Fun.DestroyTablet,toolTip="Sends the tablet to hell."},
1470
1477
newButtonInfo{buttonText="Destroy Balloons",method=Fun.DestroyBalloons,isTogglable=false,toolTip="Sends every single balloon cosmetic to hell."},
1471
1478
newButtonInfo{buttonText="Destroy Gliders",method=Fun.DestroyGliders,isTogglable=false,toolTip="Sends every single glider to hell."},
0 commit comments