Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The Menu 0.7.7

(9 reviews)

4 Screenshots

The Menu

This mod was designed with couch players in mind but also highly recommended for dektop use aswell. With The Menu, just about anything that can be done without a keyboard. You can customize the menu anyway you wish allowing flexibility and personalisation. The mod is very adaptive and can make actions and general tasks simpler and cleaner.

Commands
Each menu item is assigned commands, these commands include Vehicle Actions, Spawning, Key Presses, Execution Delay and many more to come.

Macros
Any Menu Item can trigger a mixture of multiple commands allowing for some creativity.

Conditions
Only allow specific menu's or menu items to show under certain conditions. These conditions can also be matched by All, Any or Exact.

Nested
Menu's within Menu's, just to add to the flexibility...

Forget Hotkeys
While your mod collection is expanding, so is your available hotkeys and memory. The Menu is perfect for letting loose and handle all those mods for you.


ReadMe
The Menu - Read Me

REQUIREMENTS:
    RagePluginHook 0.36.877.6833 (http://ragepluginhook.net/)

INSTALLATION:  

    Copy "The Menu.xml", "The Menu.dll" and "The Menu"(Folder) To [GTA V Folder]\Plugins
    Copy "AutoItX3.dll", "CQoute.Common.dll" To The Root Of Your GTA V Folder

NOTES:
    The Settings and Configurations are inside "The Menu.xml" File, The current menu is a Place-holder and will need to be changed to suit your own needs.

Edit "The Menu.xml" file (preferably with notepad++) to customize your menu and change some settings. The Menu is in beta stages and will more than likely contain bugs.
To load this plugin, Either enable the plugin from ragehook settings menu (launch GTA V via rage hook and click the settings icon) or by pressing F4 while in game which will bring up the RagePluginHooks Console and typing loadplugin "The Menu.dll".

What's New in Version 0.7.7

Released

(Fixed) Animations will wait for the previous animation to finish

User Feedback

Recommended Comments

CQoute

Members Author

On 28/02/2016 at 9:19 PM, liberto said:

This method works, but if I put a "None" flag on the first one, it only plays the first one.


	  <MenuItem Title="Lean on car">
		<Animation flags="None">amb@world_human_leaning@male@wall@back@legs_crossed@enter|enter_back</Animation>
        <Animation flags="Idle">amb@world_human_leaning@male@wall@back@legs_crossed@idle_a|idle_a|idle_b</Animation>
        <Animation flags="Idle|Loop">amb@world_human_leaning@male@wall@back@legs_crossed@idle_a|idle_c</Animation>
	  </MenuItem>

 

I'll try to find some time to look into this more, but the flag None would just mean nothing, I wouldn't even think it would execute it. if you look at the log (F4), you'll see what animation is playing or what has played.

imaggot6sic6

Members

23 hours ago, CQoute said:

I can only advise for you to investigate the ragepluginhook.log file

hi sorted this issue, looked in the log file ant it said something about start menu item and end menu so fixed it, however your updated version brings the A button issue back, not sure if you know

CQoute

Members Author

1 hour ago, imaggot6sic6 said:

hi sorted this issue, looked in the log file ant it said something about start menu item and end menu so fixed it, however your updated version brings the A button issue back, not sure if you know

Good to hear you got it working, I'll have another look into the A button when I get time..

imaggot6sic6

Members

6 minutes ago, CQoute said:

Good to hear you got it working, I'll have another look into the A button when I get time..

ok no problem no rush :), older version is working fine 

Deathbyninny

Members

I had this downloaded before when you already put stuff in, but now it is all too confusing for me to setup even with instructions. It would be nice if I could give someone a list of my mods and they set it up for me.

Quakex64

Members

On 3/20/2016 at 10:06 AM, Deathbyninny said:

I had this downloaded before when you already put stuff in, but now it is all too confusing for me to setup even with instructions. It would be nice if I could give someone a list of my mods and they set it up for me.

1. dont be a lazyass

2. the latest version is too confusing, I agree, to put mods in and how to put the controls and what not.. since he has not responded for almost a month, both here and here:
https://www.gta5-mods.com/scripts/the-menu , I would only guess that either he is extremely busy with life or has abandoned this.  I too would like to use this but since we cant get any feedback, I shall try other things...

there are other files that do this same thing, that I have found but I like the way this is layed out better...

CQoute

Members Author

Indeed I am busy atm with other things. This mod doesnt add "mods" nor does it use other mods functions... It purely just uses key presses. You should read and review the xml file as that is the file where you design your menu. If you have a previous version, then just look at that xml file then copy and paste then tweak as you need. Once you learn the basics of xml, then it should be pretty straight forward in how to use this mod.

pedropaschoal

Members

On 20/03/2016 at 11:06 AM, Deathbyninny said:

I had this downloaded before when you already put stuff in, but now it is all too confusing for me to setup even with instructions. It would be nice if I could give someone a list of my mods and they set it up for me.

Friend I set a piece to use On Foot, Search that line in the XML, if in doubt ask me I try to help him. Sorry about my English.

 <!-- This Menu Will Only Be Accessible / Shown While The Player Is On Foot -->
    <Menu Title="Foot Mods" Show="OnFoot">
      
	  <MenuItem Title="Breathalyzer" Color="Red">
        <KeyPress>+O</KeyPress>      
		</MenuItem>

		<MenuItem Title="Drugalyzer" Color="Red">
        <KeyPress>^K</KeyPress>		
      </MenuItem>
	  
	  	<MenuItem Title="Parking Ticket" Color="Red">
        <KeyPress>^E</KeyPress>		
      </MenuItem>
		
		<MenuItem Title="Ped Search" Color="Green">
        <KeyPress>+G</KeyPress>		
      </MenuItem>
	  
	  	<MenuItem Title="Vehicle Search" Color="Green">
        <KeyPress>!G</KeyPress>		
      </MenuItem>
	  
	  	<MenuItem Title="Repair Broken Vehicle">
        <KeyPress>T</KeyPress>		
      </MenuItem>
	  
    </Menu>


See results

20160325220847_1.jpg

Quakex64

Members

where can I find a list of the keys... such as the ! for alt and ^ for control... no matter what I search on google i cant get anything... and trust me I am going to try to make my own with the provided information you gave us in the xml (updated version)...

im trying here

pedropaschoal

Members

1 hour ago, Quakex64 said:

where can I find a list of the keys... such as the ! for alt and ^ for control... no matter what I search on google i cant get anything... and trust me I am going to try to make my own with the provided information you gave us in the xml (updated version)...

im trying here

Inside The Menu.xml, see:

        MenuItem Commands:
          KeyPress[string]: Goto https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx For Available Options - ^ = ctrl, ! = alt (IMPORTANT as the site says different), + = shift
            EXAMPLE (to do ctrl+l as a key combination) ^l
          
          -->

 

You go in the file eg BreathalyzerRAGE.ini


And set up like this:


[Breathalyzer INI]
The breathalyzer Activation =
Breathalyzer Modifier = LShiftKey


On The Menu Shift siginifica the signal +
Then remained <MenuItem Title = "Breathalyzer" Color = "Red"> <KeyPress> + O </ KeyPress> </ MenuItem>

Here is the list of commands:

https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx

 

 

Quakex64

Members

30 minutes ago, pedropaschoal said:

Inside The Menu.xml, see:


        MenuItem Commands:
          KeyPress[string]: Goto https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx For Available Options - ^ = ctrl, ! = alt (IMPORTANT as the site says different), + = shift
            EXAMPLE (to do ctrl+l as a key combination) ^l
          
          -->

 

You go in the file eg BreathalyzerRAGE.ini


And set up like this:


[Breathalyzer INI]
The breathalyzer Activation =
Breathalyzer Modifier = LShiftKey


On The Menu Shift siginifica the signal +
Then remained <MenuItem Title = "Breathalyzer" Color = "Red"> <KeyPress> + O </ KeyPress> </ MenuItem>

Here is the list of commands:

https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx

 

 

 but either one thats mentioned doesnt give you the ! = alt or ^ is ctrl... is that his own keys or what?

pedropaschoal

Members

This combination of + ^ and ! The menu for the run commands in other plugins!

 

Sorry My English

Quakex64

Members

I meant, in his menu.xml he has 
" MenuItem Commands:
          KeyPress[string]: Goto https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.send.aspx For Available Options - ^ = ctrl, ! = alt (IMPORTANT as the site says different), + = shift
            EXAMPLE (to do ctrl+l as a key combination) ^l"

so if I want to use shift and numpad five, the line in the menu would be ^num5 right or are the ^ ! + limited to only certain lspdfr mods? as I know they use LShiftKey, F5,  various combinations of ctrl, shift NumPad keys along with alphabetical keys plus others but they do not use the ! ^ + ?

the link he gave, doesnt show the ! ^ +, thats why I am lost and confused. 

this one is often used: https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx but again doesnt show shift or alt as ! or ^

pedropaschoal

Members

I understood your question!

First you configure the plugin you want to use for example VehicleSearch:

// The key to search the vehicle. Can be 'None'.
SearchKeyboard = G

// The key modifier to search the vehicle. If this is anything but 'None', you need to press this key in conjunction with the search key.
SearchKeyboardMod = LMenu

The combination is used following these parameters:

https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx

You will only use the ^, + and ! The menu in the plugin.

Instead of putting LMenu + G at The Menu you convert LMenu in the case is the Left Alt key for !G.

Sorry if it wrong or am I not knowing explain I can not write English well yet.

Quakex64

Members

So, in the menu.xml  mod, if I want to use Alt    The ALT modifier key.  I have to convert the alt key for xml code to !? and shift to + and ctrl to ^ ?

pedropaschoal

Members

Exactly friend!

Quakex64

Members

cheers

VacaJairo20

Members

SOMEBODY HELP ME PLEASE!!! I use only a keyboard and the mod is installed and running perfectly, but I can't click in the options like wheater and spawning vehicles, the only thing that is working is the f5 to open it, but I can't navigate in the options.

Deactivated Member

Deactivated

3 minutes ago, VacaJairo20 said:

SOMEBODY HELP ME PLEASE!!! I use only a keyboard and the mod is installed and running perfectly, but I can't click in the options like wheater and spawning vehicles, the only thing that is working is the f5 to open it, but I can't navigate in the options.

Use the numpad keys to navigate in the options.

VacaJairo20

Members

2 minutes ago, SaucyPow3r said:

Use the numpad keys to navigate in the options.

Already tried, and is not working

CQoute

Members Author

On 27/03/2016 at 11:39 AM, VacaJairo20 said:

Already tried, and is not working

Probably a silly question but have you got num lock on? you can edit the keys in the xml file if the numpad isn't working.

VacaJairo20

Members

On ‎29‎/‎03‎/‎2016 at 0:34 AM, CQoute said:

Probably a silly question but have you got num lock on? you can edit the keys in the xml file if the numpad isn't working.

thanks man, I'll try it!

DivineHustle

Members

The setup for this is very confusing. I'll see if I can figure it out though. This mod looks like It'd be a big plus in the long run but I literally have no clue what I'm doing, and there isn't any tutorial video to follow on this.

Quakex64

Members

7 minutes ago, TheDivineHustle said:

The setup for this is very confusing. I'll see if I can figure it out though. This mod looks like It'd be a big plus in the long run but I literally have no clue what I'm doing, and there isn't any tutorial video to follow on this.

it is confusing.. I have yet to figure it out :whistling:

liberto

Members

It doesn't seem to work on RPH 0.40. Is there an update to be expected for this wonderful plugin? :)

[19/06/2016 10:17:51.652] The Menu: 0.7.7 Launching...
[19/06/2016 10:17:51.661] The Menu: Loading XML File: Plugins\The Menu.xml
[19/06/2016 10:17:51.922] The Menu: Tentative de chargement d’un programme de format incorrect. (Exception de HRESULT : 0x8007000B)

The last log says something like: "Attempt to load a program that has incorrect format". I thought it was my xml file which was corrupted, but downloading it again didn't solve the issue. So I assume it's due to the newest version of RPH

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.