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: Mods/Buttons.cs
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -357,9 +357,8 @@ public class Buttons
357
357
newButtonInfo{buttonText="Name Spoof",enableMethod=()=>Patches.ColorPatch.nameSpoofEnabled=true,disableMethod=()=>Patches.ColorPatch.nameSpoofEnabled=false,toolTip="Changes your name on the leaderboard to something random, but not on your rig."},
358
358
newButtonInfo{buttonText="Color Spoof",enableMethod=()=>Patches.ColorPatch.patchEnabled=true,disableMethod=()=>Patches.ColorPatch.patchEnabled=false,toolTip="Makes your color appear different to every player."},
359
359
360
-
newButtonInfo{buttonText="Ranked Tier Spoof",method=()=>Safety.SpoofRank(true),disableMethod=()=>Safety.SpoofRank(false),toolTip="Spoofs your rank for competitive lobbies, letting you join higher or lower lobbies."},
361
-
newButtonInfo{buttonText="Ranked Platform Spoof",method=()=>Safety.SpoofPlatform(true),disableMethod=()=>Safety.SpoofPlatform(false),toolTip="Spoofs your platform for competitive lobbies, letting you join quest lobbies."},
362
-
360
+
newButtonInfo{buttonText="Ranked Tier Spoof",method=()=>Safety.SpoofRank(true,Safety.targetRank),disableMethod=()=>Safety.SpoofRank(false),toolTip="Spoofs your rank for competitive lobbies, letting you join higher or lower lobbies."},
361
+
newButtonInfo{buttonText="Ranked Platform Spoof",method=()=>Safety.SpoofPlatform(true,"Quest"),disableMethod=()=>Safety.SpoofPlatform(false),toolTip="Spoofs your platform for competitive lobbies, letting you join quest lobbies."},
363
362
newButtonInfo{buttonText="Unload Menu",method=()=>UnloadMenu(),isTogglable=false,toolTip="Unloads the menu from your game."}
364
363
},
365
364
@@ -1319,7 +1318,7 @@ public class Buttons
1319
1318
newButtonInfo{buttonText="Visualize Anti Report",toolTip="Visualizes the distance threshold for the anti report mods."},
1320
1319
newButtonInfo{buttonText="Smart Anti Report",enableMethod=()=>Safety.smartarp=true,disableMethod=()=>Safety.smartarp=false,toolTip="Makes the anti report mods only activate in non-modded public lobbies."},
1321
1320
1322
-
newButtonInfo{buttonText="Change Ranked Tier",overlapText="Change Ranked Tier <color=grey>[</color><color=green>Normal</color><color=grey>]</color>",method=()=>Safety.ChangeRankedTier(),enableMethod=()=>Safety.ChangeRankedTier(),disableMethod=()=>Safety.ChangeRankedTier(false),incremental=true,isTogglable=false,toolTip="Changes the targetted tier for the rank spoof mod."},
1321
+
newButtonInfo{buttonText="Change Ranked Tier",overlapText="Change Ranked Tier <color=grey>[</color><color=green>High</color><color=grey>]</color>",method=()=>Safety.ChangeRankedTier(),enableMethod=()=>Safety.ChangeRankedTier(),disableMethod=()=>Safety.ChangeRankedTier(false),incremental=true,isTogglable=false,toolTip="Changes the targetted tier for the rank spoof mod."},
0 commit comments