0% found this document useful (0 votes)
107 views9 pages

Mod Menu Button Configurations

The document defines various menu options and buttons for a modding interface, categorized into sections such as Basic Mods, Rig Mods, Tag Mods, Visual Mods, Safety Mods, World Mods, Projectile Mods, and OP Mods. Each category contains specific functionalities represented by 'RexonButton' objects, detailing features like connecting to regions, visual effects, and gameplay modifications. The structure allows for easy navigation and access to different mod features within the application.

Uploaded by

coolgamerdude079
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views9 pages

Mod Menu Button Configurations

The document defines various menu options and buttons for a modding interface, categorized into sections such as Basic Mods, Rig Mods, Tag Mods, Visual Mods, Safety Mods, World Mods, Projectile Mods, and OP Mods. Each category contains specific functionalities represented by 'RexonButton' objects, detailing features like connecting to regions, visual effects, and gameplay modifications. The structure allows for easy navigation and access to different mod features within the application.

Uploaded by

coolgamerdude079
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

public static string[] MainMenuButtons = new string[]

{
"Basic Mods",
"Rig Mods",
"Tag Mods",
"Visual Mods",
"Safety Mods",
"World Mods",
"Projectile Mods",
"<color=red>OP</color> Mods",
"<color=yellow>TESTING</color> Mods",
"Critter Mods [MASTER NEEDED]",
"Building Block Mods",
"SuperInfection Mods",
"<color=green>Enabled Mods</color>"
};

public static RexonButton[] BasicButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Switch Menu Hands", ButtonIndex = 1,
FeatureIndex = 0},
new RexonButton { FeatureText = "Left Trigger Disconnect", ButtonIndex = 2,
FeatureIndex = 1},
new RexonButton { FeatureText = "Join Random", ButtonIndex = 3, FeatureIndex =
2},
new RexonButton { FeatureText = "Join Random Ghost Code", ButtonIndex = 4,
FeatureIndex = 70},
new RexonButton { FeatureText = "Platforms (GRIPS)", ButtonIndex = 5,
FeatureIndex = 3},
new RexonButton { FeatureText = "Sticky Platforms (GRIPS)", ButtonIndex = 6,
FeatureIndex = 268},
new RexonButton { FeatureText = "Network Platforms [ENABLE PLATFORMS]",
ButtonIndex = 7, FeatureIndex = 97}, // [IF 2 REXON USERS HAVE THIS ON, THEY CAN
SEE EACH OTHER'S PLATFORMS]
new RexonButton { FeatureText = "Mosa Speed Boost", ButtonIndex = 8,
FeatureIndex = 4},
new RexonButton { FeatureText = "Server Sided Menu Button Sounds", ButtonIndex
= 9, FeatureIndex = 302},
new RexonButton { FeatureText = "Auto Save Features [When Opening And Closing
Game]", ButtonIndex = 10, FeatureIndex = 303},
new RexonButton { FeatureText = "Button Clicker [PC]", ButtonIndex = 11,
FeatureIndex = 389},
new RexonButton { FeatureText = "Anti Controller Disconnect", ButtonIndex = 12,
FeatureIndex = 417},
new RexonButton { FeatureText = "Disable AFK Kick", ButtonIndex = 13,
FeatureIndex = 418},
new RexonButton { FeatureText = "Connect to US", ButtonIndex = 14, FeatureIndex
= 419, method = () => [Link]("us") },
new RexonButton { FeatureText = "Connect to US West", ButtonIndex = 15,
FeatureIndex = 420, method = () => [Link]("usw") },
new RexonButton { FeatureText = "Connect to EU", ButtonIndex = 16, FeatureIndex
= 421, method = () => [Link]("eu") }
};

public static RexonButton[] RigButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Invis Monke (RIGHT SECONDARY)", ButtonIndex =
1, FeatureIndex = 5},
new RexonButton { FeatureText = "Ghost Monke (LEFT SECONDARY)", ButtonIndex =
2, FeatureIndex = 6},
new RexonButton { FeatureText = "NoClip Monke (LEFT TRIGGER)", ButtonIndex = 3,
FeatureIndex = 7},
new RexonButton { FeatureText = "Fly Monke (RIGHT SECONDARY)", ButtonIndex = 4,
FeatureIndex = 8},
new RexonButton { FeatureText = "Mute Gun (Client Sided)", ButtonIndex = 5,
FeatureIndex = 90},
new RexonButton { FeatureText = "First Person Camera", ButtonIndex = 6,
FeatureIndex = 92},
new RexonButton { FeatureText = "No Controller Vibrations", ButtonIndex = 7,
FeatureIndex = 93},
new RexonButton { FeatureText = "Point Gun", ButtonIndex = 8, FeatureIndex =
95},
new RexonButton { FeatureText = "RGB Monke (STUMP)", ButtonIndex = 9,
FeatureIndex = 85},
new RexonButton { FeatureText = "Disable Others Rig Lerping", ButtonIndex = 10,
FeatureIndex = 114},
new RexonButton { FeatureText = "Steam Long Arms (Left + Right Triggers)",
ButtonIndex = 11, FeatureIndex = 88},
new RexonButton { FeatureText = "Reset Steam Long Arms Length", ButtonIndex =
12, FeatureIndex = 89},
new RexonButton { FeatureText = "Head Spin", ButtonIndex = 13, FeatureIndex =
62},
new RexonButton { FeatureText = "Upside Down Head", ButtonIndex = 14,
FeatureIndex = 63},
new RexonButton { FeatureText = "Rotate Head To Nearest Player", ButtonIndex =
15, FeatureIndex = 64},
new RexonButton { FeatureText = "Spaz Monke", ButtonIndex = 16, FeatureIndex =
65},
new RexonButton { FeatureText = "Silent Hand Taps", ButtonIndex = 17,
FeatureIndex = 16},
new RexonButton { FeatureText = "Loud Hand Taps [W?] [CS]", ButtonIndex = 18,
FeatureIndex = 17},
new RexonButton { FeatureText = "Rapid Hand Taps [CS]", ButtonIndex = 19,
FeatureIndex = 18},
new RexonButton { FeatureText = "Fake Lag Self", ButtonIndex = 20, FeatureIndex
= 55},
new RexonButton { FeatureText = "PSA Simulator [RIGHT SECONDARY]", ButtonIndex
= 21, FeatureIndex = 42},
new RexonButton { FeatureText = "Wall Walk [RIGHT GRIP]", ButtonIndex = 22,
FeatureIndex = 44},
new RexonButton { FeatureText = "No Finger Movements", ButtonIndex = 23,
FeatureIndex = 143},
new RexonButton { FeatureText = "Platform Wall Walk [RIGHT GRIP]", ButtonIndex
= 24, FeatureIndex = 45},
new RexonButton { FeatureText = "Insane Auto Run [RIGHT GRIP]", ButtonIndex =
25, FeatureIndex = 342},
new RexonButton { FeatureText = "Less Insane Auto Run [RIGHT GRIP]",
ButtonIndex = 26, FeatureIndex = 343},
new RexonButton { FeatureText = "Legit Auto Run [RIGHT GRIP]", ButtonIndex =
27, FeatureIndex = 344},
new RexonButton { FeatureText = "Tracking Abuse Flick (RIGHT SECONDARY)",
ButtonIndex = 28, FeatureIndex = 353},
new RexonButton { FeatureText = "Teleport Gun [RIGHT GRIP + RIGHT TRIGGER]",
ButtonIndex = 29, FeatureIndex = 365},
new RexonButton { FeatureText = "Statue Mod [GHOST WHEN LOOKED AT]",
ButtonIndex = 30, FeatureIndex = 398},
new RexonButton { FeatureText = "WASD Fly [PC]", ButtonIndex = 31, FeatureIndex
= 399},
};

public static RexonButton[] TagButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Tag Assist Nearest Player (RT)", ButtonIndex =
1, FeatureIndex = 13},
new RexonButton { FeatureText = "Tag Aura [RT]", ButtonIndex = 2, FeatureIndex
= 15},
new RexonButton { FeatureText = "Tag All", ButtonIndex = 3, FeatureIndex = 19},
new RexonButton { FeatureText = "Tag Gun [RG + RT]", ButtonIndex = 4,
FeatureIndex = 20},
new RexonButton { FeatureText = "Tag Self", ButtonIndex = 5, FeatureIndex =
14},
new RexonButton { FeatureText = "Anti Tag Self", ButtonIndex = 6, FeatureIndex
= 358},
new RexonButton { FeatureText = "Force Tag Lag [SMALL BURST]", ButtonIndex = 7,
FeatureIndex = 359},
};

public static RexonButton[] VisualButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Tracers", ButtonIndex = 1, FeatureIndex = 11},
new RexonButton { FeatureText = "Modder Tracers", ButtonIndex = 2, FeatureIndex
= 12},
new RexonButton { FeatureText = "ESP", ButtonIndex = 3, FeatureIndex = 120},
new RexonButton { FeatureText = "Show Join Date All", ButtonIndex = 4,
FeatureIndex = 221}, // [Shows The Date At Which They First Got The Game, Usually
Birthday/Holiday]
new RexonButton { FeatureText = "Chams", ButtonIndex = 5, FeatureIndex = 424,
enableMethod = () => ProcessChamsByHM(), disableMethod = () =>
DisableChamsByHM() },
};

public static RexonButton[] SafetyButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Anti Report", ButtonIndex = 1, FeatureIndex =
72},
new RexonButton { FeatureText = "Anti Report Distance: " +
[Link] + " (TRIGGERS)", ButtonIndex = 2, FeatureIndex = 73},
new RexonButton { FeatureText = "Anti Report Visualizer", ButtonIndex = 3,
FeatureIndex = 183},
new RexonButton { FeatureText = "Anti Report Type: " + GlobalAntiReportType,
ButtonIndex = 4, FeatureIndex = 264},
new RexonButton { FeatureText = "Oculus Report Menu ANTI REPORT", ButtonIndex =
5, FeatureIndex = 245},
new RexonButton { FeatureText = "Anti <color=red>ANTICHEAT</color> Report",
ButtonIndex = 6, FeatureIndex = 74},
new RexonButton { FeatureText = "Anti RPC Ban", ButtonIndex = 7, FeatureIndex =
244},
new RexonButton { FeatureText = "Anti Guardian Mods Self [Prevents Other
Modders From Using Guardian Mods On You]", ButtonIndex = 8, FeatureIndex = 263},
new RexonButton { FeatureText = "Remove Snowball Knockback", ButtonIndex = 9,
FeatureIndex = 285},
new RexonButton { FeatureText = "Spoof Rig Color", ButtonIndex = 10,
FeatureIndex = 422, method = () => ProcessSpoofColorToOthersByHM() },
new RexonButton { FeatureText = "Spoof Leaderbaord Name", ButtonIndex = 11,
FeatureIndex = 423, method = () => ProcessSpoofLeaderboardNameByHM() }
};

public static RexonButton[] WorldButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Ropes Up", ButtonIndex = 1, FeatureIndex =
56},
new RexonButton { FeatureText = "Ropes Down", ButtonIndex = 2, FeatureIndex =
57},
new RexonButton { FeatureText = "Freeze Ropes", ButtonIndex = 3, FeatureIndex =
58},
new RexonButton { FeatureText = "Spaz Ropes", ButtonIndex = 4, FeatureIndex =
59},
new RexonButton { FeatureText = "Ropes To Self", ButtonIndex = 5, FeatureIndex
= 60},
new RexonButton { FeatureText = "Water Splash Self", ButtonIndex = 6,
FeatureIndex = 80},
new RexonButton { FeatureText = "Water Splash Gun", ButtonIndex = 7,
FeatureIndex = 217},
new RexonButton { FeatureText = "Legit Speed Boost (GRIPS)", ButtonIndex = 8,
FeatureIndex = 82},
new RexonButton { FeatureText = "Apply Indexed Gravity To Self", ButtonIndex =
9, FeatureIndex = 83},
new RexonButton { FeatureText = "Gravity Index: " +
[Link] + " (TRIGGERS [1.0 Is Standard])", ButtonIndex = 10,
FeatureIndex = 84},
new RexonButton { FeatureText = "45 HZ", ButtonIndex = 11, FeatureIndex = 49},
new RexonButton { FeatureText = "30 HZ", ButtonIndex = 12, FeatureIndex = 218},
new RexonButton { FeatureText = "Back Track [ADVANCED FAKE LAG]", ButtonIndex =
13, FeatureIndex = 118},
new RexonButton { FeatureText = "Back Track Update Delay: " +
[Link] + " [TRIGGERS]", ButtonIndex = 14, FeatureIndex =
219},
new RexonButton { FeatureText = "Boost FPS (Can't Turn Off)", ButtonIndex = 15,
FeatureIndex = 173},
new RexonButton { FeatureText = "Spam Arcade Teleporting Effects", ButtonIndex
= 16, FeatureIndex = 212},
new RexonButton { FeatureText = "Spam Arcade Returning Effects", ButtonIndex =
17, FeatureIndex = 213},
new RexonButton { FeatureText = "Set To Day Time", ButtonIndex = 18,
FeatureIndex = 270},
new RexonButton { FeatureText = "Anti AFK Kick", ButtonIndex = 19, FeatureIndex
= 401},
new RexonButton { FeatureText = "Lightning Strike [CS] [TRIGGER]", ButtonIndex
= 20, FeatureIndex = 413}
};

public static RexonButton[] ProjectileButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Projectile Color: " +
[Link], ButtonIndex = 1, FeatureIndex = 26},
new RexonButton { FeatureText = "Projectile Speed: " + GlobalProjectileSpeed,
ButtonIndex = 2, FeatureIndex = 27},
new RexonButton { FeatureText = "Impact Color: " +
[Link], ButtonIndex = 3, FeatureIndex = 29},
new RexonButton { FeatureText = "Projectile Minigun [RG + RT]", ButtonIndex =
4, FeatureIndex = 32},
new RexonButton { FeatureText = "Projectile Spammer [RG]", ButtonIndex = 5,
FeatureIndex = 33},
new RexonButton { FeatureText = "Projectile Rain", ButtonIndex = 6,
FeatureIndex = 34},
new RexonButton { FeatureText = "Projectile Fountain", ButtonIndex = 7,
FeatureIndex = 35},
new RexonButton { FeatureText = "Shoot Projectiles At Nearest Player",
ButtonIndex = 8, FeatureIndex = 36},
new RexonButton { FeatureText = "Poop [RT]", ButtonIndex = 9, FeatureIndex =
40},
new RexonButton { FeatureText = "Pee [RT]", ButtonIndex = 10, FeatureIndex =
41},
new RexonButton { FeatureText = "Impact Effect Spammer [GRIPS]", ButtonIndex =
11, FeatureIndex = 37},
new RexonButton { FeatureText = "Impact Effect Gun [RG + RT]", ButtonIndex =
12, FeatureIndex = 38},
new RexonButton { FeatureText = "Impact Effect Aura", ButtonIndex = 13,
FeatureIndex = 39}
};

public static RexonButton[] OPButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Vibrate Others (MASTER)", ButtonIndex = 1,
FeatureIndex = 21},
new RexonButton { FeatureText = "Vibrate Gun (MASTER)", ButtonIndex = 2,
FeatureIndex = 22},
new RexonButton { FeatureText = "Slow Others (MASTER)", ButtonIndex = 3,
FeatureIndex = 23},
new RexonButton { FeatureText = "Slow Gun (MASTER)", ButtonIndex = 4,
FeatureIndex = 24},
new RexonButton { FeatureText = "Play Static Sound", ButtonIndex = 5,
FeatureIndex = 96},
new RexonButton { FeatureText = "Disable Network Triggers [CS]", ButtonIndex =
6, FeatureIndex = 86},
new RexonButton { FeatureText = "Spam Indexed Audio [RG + RT]", ButtonIndex =
7, FeatureIndex = 47},
new RexonButton { FeatureText = "Audio Index: " + [Link] + "
(TRIGGERS)", ButtonIndex = 8, FeatureIndex = 48},
new RexonButton { FeatureText = "Break Others Audio [BE NEAR THEM]",
ButtonIndex = 9, FeatureIndex = 51},
new RexonButton { FeatureText = "Break Audio Gun [BE NEAR THEM]", ButtonIndex =
10, FeatureIndex = 52},
new RexonButton { FeatureText = "Break Others Audio V2 [BE NEAR THEM]",
ButtonIndex = 11, FeatureIndex = 53},
new RexonButton { FeatureText = "Break Audio Gun V2 [BE NEAR THEM]",
ButtonIndex = 12, FeatureIndex = 54},
new RexonButton { FeatureText = "Kick Party Members [Must Be In A Party]",
ButtonIndex = 13, FeatureIndex = 181},
new RexonButton { FeatureText = "Tracer Spaz [RIGHT GRIP] [SERVER SIDED]
[REQUIRES BALLOON COSMETIC]", ButtonIndex = 14, FeatureIndex = 203},
new RexonButton { FeatureText = "Tracer Circle [RIGHT GRIP] [SERVER SIDED]
[REQUIRES BALLOON COSMETIC]", ButtonIndex = 15, FeatureIndex = 205},
new RexonButton { FeatureText = "Tracer Disk [RIGHT GRIP] [SERVER SIDED]
[REQUIRES BALLOON COSMETIC]", ButtonIndex = 16, FeatureIndex = 206},
new RexonButton { FeatureText = "Spider Monke [GRIPS] [SERVER SIDED] [REQUIRES
BALLOON COSMETIC]", ButtonIndex = 17, FeatureIndex = 207},
new RexonButton { FeatureText = "Create Public Room [You Get Master Client]",
ButtonIndex = 18, FeatureIndex = 210},
new RexonButton { FeatureText = "Stump Kick All [PRIVATE ROOMS]", ButtonIndex =
19, FeatureIndex = 225},
new RexonButton { FeatureText = "Reduce Ping [CAN Break SOME Mods On The
Menu..] [CAN MAKE PING LOWER BY 50+]", ButtonIndex = 20, FeatureIndex = 257},
new RexonButton { FeatureText = "Lag All", ButtonIndex = 21, FeatureIndex =
298},
new RexonButton { FeatureText = "Lag Gun", ButtonIndex = 22, FeatureIndex =
299},
new RexonButton { FeatureText = "Stutter All V2", ButtonIndex = 23,
FeatureIndex = 312},
new RexonButton { FeatureText = "Stutter Gun V2", ButtonIndex = 24,
FeatureIndex = 311},
new RexonButton { FeatureText = "Stutter V2 On Touch", ButtonIndex = 25,
FeatureIndex = 313},
new RexonButton { FeatureText = "Stutter V2 On YOU Touch", ButtonIndex = 26,
FeatureIndex = 314},
new RexonButton { FeatureText = "Weaken Lags and Stutters [PREVENTS KICK]",
ButtonIndex = 27, FeatureIndex = 275},
new RexonButton { FeatureText = "Instant Party", ButtonIndex = 28, FeatureIndex
= 308},
new RexonButton { FeatureText = "Party Kick Gun [THEY MUST MAKE A FIST]",
ButtonIndex = 29, FeatureIndex = 309},
new RexonButton { FeatureText = "Rejoin Code [After Party Kick Gun]",
ButtonIndex = 30, FeatureIndex = 310},
new RexonButton { FeatureText = "Red All [MASTER]", ButtonIndex = 31,
FeatureIndex = 334},
new RexonButton { FeatureText = "Blue All [MASTER]", ButtonIndex = 32,
FeatureIndex = 335},
new RexonButton { FeatureText = "Schizophrenia Gun [works on many]",
ButtonIndex = 33, FeatureIndex = 360},
new RexonButton { FeatureText = "RANDOM Schizophrenia All [FOREST]",
ButtonIndex = 34, FeatureIndex = 379},
new RexonButton { FeatureText = "Ban Gun [READ DISCORD SERVER INSTRUCTIONS]",
ButtonIndex = 35, FeatureIndex = 361},
new RexonButton { FeatureText = "Experimental Report Antiban", ButtonIndex =
36, FeatureIndex = 362},
new RexonButton { FeatureText = "Kick On Grab [FOREST]", ButtonIndex = 37,
FeatureIndex = 374},
new RexonButton { FeatureText = "Blackscreen On Grab", ButtonIndex = 38,
FeatureIndex = 375},
new RexonButton { FeatureText = "Crash On Grab [FOREST]", ButtonIndex = 39,
FeatureIndex = 376},
new RexonButton { FeatureText = "Yellow Screen Gun", ButtonIndex = 40,
FeatureIndex = 381},
new RexonButton { FeatureText = "Kick Party Members", ButtonIndex = 41,
FeatureIndex = 387},
new RexonButton { FeatureText = "Destroy Ears All", ButtonIndex = 42,
FeatureIndex = 388},
new RexonButton { FeatureText = "Bypass Auto Mute", ButtonIndex = 43,
FeatureIndex = 390},
new RexonButton { FeatureText = "Red All [PAINTBRAWL]", ButtonIndex = 44,
FeatureIndex = 391},
new RexonButton { FeatureText = "Spawn Red Lucy [MASTER]", ButtonIndex = 45,
FeatureIndex = 198},
new RexonButton { FeatureText = "Spawn Blue Lucy [MASTER]", ButtonIndex = 46,
FeatureIndex = 216},
new RexonButton { FeatureText = "Despawn Lucy [MASTER]", ButtonIndex = 47,
FeatureIndex = 199},
new RexonButton { FeatureText = "Infinite Lucy Grab [MASTER OR LUCY MUST BE
SPAWNED]", ButtonIndex = 48, FeatureIndex = 200},
new RexonButton { FeatureText = "Lucy Gun [MASTER OR LUCY MUST BE SPAWNED]",
ButtonIndex = 49, FeatureIndex = 201},
new RexonButton { FeatureText = "Lucy Target Gun [MASTER OR LUCY MUST BE
SPAWNED]", ButtonIndex = 50, FeatureIndex = 202},
};

public static RexonButton[] TESTINGButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Ghost All [NOT INSTANT] [BANNABLE???]",
ButtonIndex = 1, FeatureIndex = 394},
new RexonButton { FeatureText = "Kick All [NOT INSTANT] [BANNABLE???]",
ButtonIndex = 2, FeatureIndex = 395},
new RexonButton { FeatureText = "Freeze All", ButtonIndex = 3, FeatureIndex =
402},
new RexonButton { FeatureText = "Crash All", ButtonIndex = 4, FeatureIndex =
403},
new RexonButton { FeatureText = "Disable Network Triggers [PARTY]", ButtonIndex
= 5, FeatureIndex = 415},
};

public static RexonButton[] CritterButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Critter Gun [RG + RT] [CRITTER MAP]",
ButtonIndex = 1, FeatureIndex = 315},
new RexonButton { FeatureText = "Critter Spammer [RG] [CRITTER MAP]",
ButtonIndex = 2, FeatureIndex = 317},
new RexonButton { FeatureText = "Critter Minigun [PROJECTILE SPEED] [RG + RT]
[CRITTER MAP]", ButtonIndex = 3, FeatureIndex = 318},
new RexonButton { FeatureText = "Critter Size: " + crittersize + " [RT + LT]
[BETWEEN 0.25 AND 1.5]", ButtonIndex = 4, FeatureIndex = 319},
new RexonButton { FeatureText = "Draw Gun [RG + RT] [CRITTER MAP]", ButtonIndex
= 5, FeatureIndex = 340},
new RexonButton { FeatureText = "Honey Gun [RG + RT] [CRITTER MAP]",
ButtonIndex = 6, FeatureIndex = 321},
new RexonButton { FeatureText = "Honey Spammer [RG] [CRITTER MAP]", ButtonIndex
= 7, FeatureIndex = 327},
new RexonButton { FeatureText = "Honey Aura [RT] [CRITTER MAP]", ButtonIndex =
8, FeatureIndex = 330},
new RexonButton { FeatureText = "Food Gun [RG + RT] [CRITTER MAP]", ButtonIndex
= 9, FeatureIndex = 326},
new RexonButton { FeatureText = "Food Spammer [RG] [CRITTER MAP]", ButtonIndex
= 10, FeatureIndex = 328},
new RexonButton { FeatureText = "Food Minigun [PROJECTILE SPEED] [RG + RT]
[CRITTER MAP]", ButtonIndex = 11, FeatureIndex = 329},
new RexonButton { FeatureText = "Food Size: " + foodsize + " [RT + LT]",
ButtonIndex = 12, FeatureIndex = 331},
new RexonButton { FeatureText = "Crash All [RG] [CRITTER MAP]", ButtonIndex =
13, FeatureIndex = 320},
new RexonButton { FeatureText = "Crash Gun [RG + RT] [CRITTER MAP]",
ButtonIndex = 14, FeatureIndex = 332},
new RexonButton { FeatureText = "Blind Gun [RG + RT] [CRITTER MAP]",
ButtonIndex = 15, FeatureIndex = 333},
new RexonButton { FeatureText = "Write Name Gun [SET NAME TO TEXT]",
ButtonIndex = 16, FeatureIndex = 339}
};

public static RexonButton[] BuildingBlockButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Teleport To Building Blocks Map", ButtonIndex
= 1, FeatureIndex = 251},
new RexonButton { FeatureText = "Make Block Mods Slower [MAY HELP REDUCE RPC
KICKS]", ButtonIndex = 2, FeatureIndex = 254},
new RexonButton { FeatureText = "Multi Building Block Grab [Block Map]",
ButtonIndex = 3, FeatureIndex = 249},
new RexonButton { FeatureText = "Freeze Gun [MASTER ONLY] [Right Trigger]
[Block Map]", ButtonIndex = 4, FeatureIndex = 253},
new RexonButton { FeatureText = "Draw Gun [MASTER ONLY] [RG + RT] [Block Map]",
ButtonIndex = 5, FeatureIndex = 267},
new RexonButton { FeatureText = "Clear All Blocks", ButtonIndex = 6,
FeatureIndex = 277}
};

public static RexonButton[] SuperInfectionButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1},
new RexonButton { FeatureText = "Yoyo Gun", ButtonIndex = 1, FeatureIndex =
425, enableMethod = () => ProcessYoyoGunByHM(), disableMethod = () => RemoveGun()},
new RexonButton { FeatureText = "Stilt Fixed Gun", ButtonIndex = 2,
FeatureIndex = 426, enableMethod = () => ProcessStiltFixedGunByHM(), disableMethod
= () => RemoveGun()},
new RexonButton { FeatureText = "Stilt Short Gun", ButtonIndex = 3,
FeatureIndex = 427, enableMethod = () => ProcessStiltShortGunByHM(), disableMethod
= () => RemoveGun()},
new RexonButton { FeatureText = "Stilt Long Gun", ButtonIndex = 4, FeatureIndex
= 428, enableMethod = () => ProcessStiltLongGunByHM(), disableMethod = () =>
RemoveGun()},
new RexonButton { FeatureText = "Stilt Extendo Gun", ButtonIndex = 5,
FeatureIndex = 429, enableMethod = () => ProcessStiltExtendoGunByHM(),
disableMethod = () => RemoveGun()},
new RexonButton { FeatureText = "Platform Gun", ButtonIndex = 6, FeatureIndex =
430, enableMethod = () => ProcessPlatformGunByHM(), disableMethod = () =>
RemoveGun()},
new RexonButton { FeatureText = "Bouncy Platform Gun", ButtonIndex = 7,
FeatureIndex = 431, enableMethod = () => ProcessBouncyPlatformGunByHM(),
disableMethod = () => RemoveGun()},
new RexonButton { FeatureText = "Weird Gear Gun", ButtonIndex = 8, FeatureIndex
= 432, enableMethod = () => ProcessWeirdGearGunByHM(), disableMethod = () =>
RemoveGun()},
new RexonButton { FeatureText = "Strange Wood Gun", ButtonIndex = 9,
FeatureIndex = 433, enableMethod = () => ProcessStrangeWoodGunByHM(), disableMethod
= () => RemoveGun()},
new RexonButton { FeatureText = "Bouncy Sand Gun", ButtonIndex = 10,
FeatureIndex = 434, enableMethod = () => ProcessBouncySandGunByHM(), disableMethod
= () => RemoveGun()},
new RexonButton { FeatureText = "Floppy Metal Gun", ButtonIndex = 11,
FeatureIndex = 435, enableMethod = () => ProcessFloppyMetalGunByHM(), disableMethod
= () => RemoveGun()},
new RexonButton { FeatureText = "Vibrating Spring Gun", ButtonIndex = 12,
FeatureIndex = 436, enableMethod = () => ProcessVibratingSpringGunByHM(),
disableMethod = () => RemoveGun()},
new RexonButton { FeatureText = "Monke Idol Gun", ButtonIndex = 13,
FeatureIndex = 437, enableMethod = () => ProcessMonkeIdolGunByHM(), disableMethod =
() => RemoveGun()},
new RexonButton { FeatureText = "Jet Gun [W?]", ButtonIndex = 14, FeatureIndex
= 438, enableMethod = () => ProcessJetGunByHM(), disableMethod = () =>
RemoveGun()},
new RexonButton { FeatureText = "Propellor Gun", ButtonIndex = 15, FeatureIndex
= 439, enableMethod = () => ProcessPropellorGunByHM(), disableMethod = () =>
RemoveGun()},
new RexonButton { FeatureText = "Random Props Gun", ButtonIndex = 16,
FeatureIndex = 440, enableMethod = () => ProcessCycleGunByHM(), disableMethod = ()
=> RemoveGun()},
new RexonButton { FeatureText = "Random Props Aura", ButtonIndex = 17,
FeatureIndex = 441, enableMethod = () => ProcessRandomPropsAuraByHM()},
new RexonButton { FeatureText = "Random Props LARGE Sphere", ButtonIndex = 18,
FeatureIndex = 442, enableMethod = () => ProcessRandomPropsSphereLARGEByHM(),
disableMethod = () => DisableRandomPropsSphereByHM()},
new RexonButton { FeatureText = "Random Props MEDIUM Sphere", ButtonIndex = 19,
FeatureIndex = 443, enableMethod = () => ProcessRandomPropsSphereMEDIUMByHM(),
disableMethod = () => DisableRandomPropsSphereByHM()},
new RexonButton { FeatureText = "Random Props SMALL Sphere", ButtonIndex = 20,
FeatureIndex = 444, enableMethod = () => ProcessRandomPropsSphereSMALLByHM(),
disableMethod = () => DisableRandomPropsSphereByHM()},
new RexonButton { FeatureText = "Props Crash All", ButtonIndex = 21,
FeatureIndex = 445, enableMethod = () => ProcessPropsCrashAllByHM()},
new RexonButton { FeatureText = "Props Crash Gun", ButtonIndex = 22,
FeatureIndex = 446, enableMethod = () => ProcessPropsCrashGunByHM(), disableMethod
= () => RemoveGun()},
new RexonButton { FeatureText = "Write Name Prop Gun", ButtonIndex = 23,
FeatureIndex = 447, enableMethod = () => ProcessWriteNamePropGunByHM(),
disableMethod = () => DisableWriteNamePropGunByHM()},
};

public static RexonButton[] EnabledButtons = new RexonButton[]


{
new RexonButton { FeatureText = "Return To Main Menu", ButtonIndex = 0,
FeatureIndex = -1}
};

You might also like