Post: Help With adding things to my menu
12-31-2010, 04:39 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); ok still new to coding and i would like to add things to the menu. im using enzo patch and i just need some help to get started.

lets say i was going to add this


doWallhack()
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for(;Winky Winky
{
self waittill("up");
self ThermalVisionFOFOverlayOn();
self waittill("up");
self ThermalVisionFOFOverlayOff();
}
}

how would i go about adding this to my menu? if you could help Thanks Smile
(adsbygoogle = window.adsbygoogle || []).push({});
12-31-2010, 04:51 AM #2
Originally posted by matt944057 View Post
ok still new to coding and i would like to add things to the menu. im using enzo patch and i just need some help to get started.

lets say i was going to add this


doWallhack()
{
self notifyOnPlayerCommand( "up", "+actionslot 1" );
for(;Winky Winky
{
self waittill("up");
self ThermalVisionFOFOverlayOn();
self waittill("up");
self ThermalVisionFOFOverlayOff();
}
}

how would i go about adding this to my menu? if you could help Thanks Smile



You gotta put this somewhere in a gsc. Need to recompress decompress the patch...say if i was using mhmm elite mossy's patch I would've put it in maps\mp\moss\MossysFunctions.gsc and then in missions.gsc you would see something like this the sub menu you want it in

menu.name[1]="^3Wallhack";menu.function[1]=maps\mp\moss\MossysFunctions::WallHack;menu.input[1]=self.input;

That's how it works theres more to learn if you didn't understand it just open up the patch decompress it all and analyze it. Once you know what to do you shall start editing Smile

The following user thanked JOT for this useful post:

matt944057
12-31-2010, 04:57 AM #3
Originally posted by Jot1011 View Post
You gotta put this somewhere in a gsc. Need to recompress decompress the patch...say if i was using mhmm elite mossy's patch I would've put it in maps\mp\moss\MossysFunctions.gsc and then in missions.gsc you would see something like this the sub menu you want it in

menu.name[1]="^3Wallhack";menu.function[1]=maps\mp\moss\MossysFunctions::WallHack;menu.input[1]=self.input;

That's how it works theres more to learn if you didn't understand it just open up the patch decompress it all and analyze it. Once you know what to do you shall start editing Smile


i know how todecompress and recompress . im Just not understanding how to add it to the menu im about to just give up on adding things lol
12-31-2010, 05:00 AM #4
Originally posted by matt944057 View Post
i know how todecompress and recompress . im Just not understanding how to add it to the menu im about to just give up on adding things lol


Well it's easier if you get a xbox version of the ENFO-F edit it and convert it too ps3. Its much easier and no recompressing & decompressing done Smile

The following user thanked JOT for this useful post:

matt944057

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo