ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 13804

Base Mod Menu Source

by FalconRGH - 12-29-2020 - 07:18 AM
#11
(01-22-2021 - 08:08 PM)segsegtes Wrote:
(12-29-2020 - 07:18 AM)FalconRGH Wrote: This Is A Base Mod Menu Source For All The New Menu Devs Out There 
This Is A RGH/JTAG 1.27-1.28 Grand Theft Auto 5 Hotfix+ Base Source 
The Source Is United X Re-Made It Has Voids As Sub Menus And The Majority Of The Menu Is Gone 

There Is Still Some Functions But Nothing Special, If You Would Like To See The Menu Go On YouTube And Look Up GTAV United-X
I Am Not Taking Any Credit To This Source As The Menu Originally Belonged To Unbound All That Got Done Was A Update Touch Up For A Base


Basic Menu Source For Beginners
this fatal crash base you handled it wrong

I also received a fatal crash, I edited/inserted this and it worked!
Code:
VOID HookGame()
{
Sleep(1000);
for(;;)
{
if(TITLE_ID == GTAV )
{
if (!Initialized)
{
//*(LPSTR*)0x820093A4 = "";
//SetupXSCToGame("HDD:\\Games\\GTA V\\barry3a.xsc", "barry3a");
memcpy((PVOID)0x820740B4, "Slot Vazio", 11);
ReadINI("GAME:\\GTAMenu.ini", rockstarlogosini, redini, greenini, blueini);
if (rockstarlogosini)
*(LPSTR*)0x820093A4 = "";
bannerRectRed = redini;
bannerRectGreen = greenini;
bannerRectBlue = blueini;
*(BYTE*)0x82CF782B = 0x01;//0x8293AD50
*(int*)0x827D2164 = NOP;
*(int*)0x82D5C960 = NOP;
memcpy((PVOID)0x82CF7704, &_Check, ARRAYSIZE(_Check));
memcpy((PVOID)0x83288A30, &Check, ARRAYSIZE(Check));
memcpy((PVOID)0x838B60F4, &UpdateRPFBypass, ARRAYSIZE(UpdateRPFBypass));
memcpy((PVOID)0x82FDB57C, &ScriptRPFBypass, 0x18);
memcpy((PVOID)0x82C8B3D8, &NOPDevDLCChecks, 0x60);
ZeroMemory((PVOID)0x8204DF70, 0x0B);
XMessageBox(L"", L"", XMB_NOICON, true);
XNotify(L"");
XNotify(L"");
JumpFunction((PDWORD)HOOK_DEST, (DWORD)HookDestination);//82CA0778
HookFunction((PDWORD)INJECT_HOOK, (PDWORD)InjectDestination, (DWORD)LoadMenu);
//HookFunction((PDWORD)0x82CA0778, (PDWORD)InjectDestination, (DWORD)LoadMenu);
PatchInJump((PDWORD)ZZ5_HOOK, (DWORD)ZZ5, false);
PatchInJump((PDWORD)ZZ6_HOOK, (DWORD)ZZ6, false);
Initialized = true;
}
}
else
{
GTAHasExited();
};
Sleep(60);
}
}
Reply
#12
thanks for sharing
Reply
#13
(02-21-2021 - 08:41 AM)BrunoQZO Wrote: working menu menu??
Its Not A Straight Menu, Its A Base Source.

(03-02-2021 - 03:47 AM)Apollo31 Wrote:
(01-22-2021 - 08:08 PM)segsegtes Wrote:
(12-29-2020 - 07:18 AM)FalconRGH Wrote: This Is A Base Mod Menu Source For All The New Menu Devs Out There 
This Is A RGH/JTAG 1.27-1.28 Grand Theft Auto 5 Hotfix+ Base Source 
The Source Is United X Re-Made It Has Voids As Sub Menus And The Majority Of The Menu Is Gone 

There Is Still Some Functions But Nothing Special, If You Would Like To See The Menu Go On YouTube And Look Up GTAV United-X
I Am Not Taking Any Credit To This Source As The Menu Originally Belonged To Unbound All That Got Done Was A Update Touch Up For A Base


Basic Menu Source For Beginners
this fatal crash base you handled it wrong

I also received a fatal crash, I edited/inserted this and it worked!
Code:
VOID HookGame()
{
Sleep(1000);
for(;;)
{
if(TITLE_ID == GTAV )
{
if (!Initialized)
{
//*(LPSTR*)0x820093A4 = "";
//SetupXSCToGame("HDD:\\Games\\GTA V\\barry3a.xsc", "barry3a");
memcpy((PVOID)0x820740B4, "Slot Vazio", 11);
ReadINI("GAME:\\GTAMenu.ini", rockstarlogosini, redini, greenini, blueini);
if (rockstarlogosini)
*(LPSTR*)0x820093A4 = "";
bannerRectRed = redini;
bannerRectGreen = greenini;
bannerRectBlue = blueini;
*(BYTE*)0x82CF782B = 0x01;//0x8293AD50
*(int*)0x827D2164 = NOP;
*(int*)0x82D5C960 = NOP;
memcpy((PVOID)0x82CF7704, &_Check, ARRAYSIZE(_Check));
memcpy((PVOID)0x83288A30, &Check, ARRAYSIZE(Check));
memcpy((PVOID)0x838B60F4, &UpdateRPFBypass, ARRAYSIZE(UpdateRPFBypass));
memcpy((PVOID)0x82FDB57C, &ScriptRPFBypass, 0x18);
memcpy((PVOID)0x82C8B3D8, &NOPDevDLCChecks, 0x60);
ZeroMemory((PVOID)0x8204DF70, 0x0B);
XMessageBox(L"", L"", XMB_NOICON, true);
XNotify(L"");
XNotify(L"");
JumpFunction((PDWORD)HOOK_DEST, (DWORD)HookDestination);//82CA0778
HookFunction((PDWORD)INJECT_HOOK, (PDWORD)InjectDestination, (DWORD)LoadMenu);
//HookFunction((PDWORD)0x82CA0778, (PDWORD)InjectDestination, (DWORD)LoadMenu);
PatchInJump((PDWORD)ZZ5_HOOK, (DWORD)ZZ5, false);
PatchInJump((PDWORD)ZZ6_HOOK, (DWORD)ZZ6, false);
Initialized = true;
}
}
else
{
GTAHasExited();
};
Sleep(60);
}
}
Nice Fix Mate, Thank You.
This account is currently banned
Ban reason: multi
Reply
#14
FalconRGH
(02-21-2021 - 08:41 AM)BrunoQZO Wrote: working menu menu??
Its Not A Straight Menu, Its A Base Source.

(03-02-2021 - 03:47 AM)Apollo31 Wrote:
(01-22-2021 - 08:08 PM)segsegtes Wrote:
(12-29-2020 - 07:18 AM)FalconRGH Wrote: This Is A Base Mod Menu Source For All The New Menu Devs Out There 
This Is A RGH/JTAG 1.27-1.28 Grand Theft Auto 5 Hotfix+ Base Source 
The Source Is United X Re-Made It Has Voids As Sub Menus And The Majority Of The Menu Is Gone 

There Is Still Some Functions But Nothing Special, If You Would Like To See The Menu Go On YouTube And Look Up GTAV United-X
I Am Not Taking Any Credit To This Source As The Menu Originally Belonged To Unbound All That Got Done Was A Update Touch Up For A Base


Basic Menu Source For Beginners
this fatal crash base you handled it wrong

I also received a fatal crash, I edited/inserted this and it worked!
Code:
VOID HookGame()
{
Sleep(1000);
for(;;)
{
if(TITLE_ID == GTAV )
{
if (!Initialized)
{
//*(LPSTR*)0x820093A4 = "";
//SetupXSCToGame("HDD:\\Games\\GTA V\\barry3a.xsc", "barry3a");
memcpy((PVOID)0x820740B4, "Slot Vazio", 11);
ReadINI("GAME:\\GTAMenu.ini", rockstarlogosini, redini, greenini, blueini);
if (rockstarlogosini)
*(LPSTR*)0x820093A4 = "";
bannerRectRed = redini;
bannerRectGreen = greenini;
bannerRectBlue = blueini;
*(BYTE*)0x82CF782B = 0x01;//0x8293AD50
*(int*)0x827D2164 = NOP;
*(int*)0x82D5C960 = NOP;
memcpy((PVOID)0x82CF7704, &_Check, ARRAYSIZE(_Check));
memcpy((PVOID)0x83288A30, &Check, ARRAYSIZE(Check));
memcpy((PVOID)0x838B60F4, &UpdateRPFBypass, ARRAYSIZE(UpdateRPFBypass));
memcpy((PVOID)0x82FDB57C, &ScriptRPFBypass, 0x18);
memcpy((PVOID)0x82C8B3D8, &NOPDevDLCChecks, 0x60);
ZeroMemory((PVOID)0x8204DF70, 0x0B);
XMessageBox(L"", L"", XMB_NOICON, true);
XNotify(L"");
XNotify(L"");
JumpFunction((PDWORD)HOOK_DEST, (DWORD)HookDestination);//82CA0778
HookFunction((PDWORD)INJECT_HOOK, (PDWORD)InjectDestination, (DWORD)LoadMenu);
//HookFunction((PDWORD)0x82CA0778, (PDWORD)InjectDestination, (DWORD)LoadMenu);
PatchInJump((PDWORD)ZZ5_HOOK, (DWORD)ZZ5, false);
PatchInJump((PDWORD)ZZ6_HOOK, (DWORD)ZZ6, false);
Initialized = true;
}
}
else
{
GTAHasExited();
};
Sleep(60);
}
}
Nice Fix Mate, Thank You.



where or with whom can i get protection for alpha? I have no idea where to start...
Reply
#15
(03-14-2021 - 03:27 AM)Apollo31 Wrote: FalconRGH
(02-21-2021 - 08:41 AM)BrunoQZO Wrote: working menu menu??
Its Not A Straight Menu, Its A Base Source.

(03-02-2021 - 03:47 AM)Apollo31 Wrote:
(01-22-2021 - 08:08 PM)segsegtes Wrote:
(12-29-2020 - 07:18 AM)FalconRGH Wrote: This Is A Base Mod Menu Source For All The New Menu Devs Out There 
This Is A RGH/JTAG 1.27-1.28 Grand Theft Auto 5 Hotfix+ Base Source 
The Source Is United X Re-Made It Has Voids As Sub Menus And The Majority Of The Menu Is Gone 

There Is Still Some Functions But Nothing Special, If You Would Like To See The Menu Go On YouTube And Look Up GTAV United-X
I Am Not Taking Any Credit To This Source As The Menu Originally Belonged To Unbound All That Got Done Was A Update Touch Up For A Base


Basic Menu Source For Beginners
this fatal crash base you handled it wrong

I also received a fatal crash, I edited/inserted this and it worked!
Code:
VOID HookGame()
{
Sleep(1000);
for(;;)
{
if(TITLE_ID == GTAV )
{
if (!Initialized)
{
//*(LPSTR*)0x820093A4 = "";
//SetupXSCToGame("HDD:\\Games\\GTA V\\barry3a.xsc", "barry3a");
memcpy((PVOID)0x820740B4, "Slot Vazio", 11);
ReadINI("GAME:\\GTAMenu.ini", rockstarlogosini, redini, greenini, blueini);
if (rockstarlogosini)
*(LPSTR*)0x820093A4 = "";
bannerRectRed = redini;
bannerRectGreen = greenini;
bannerRectBlue = blueini;
*(BYTE*)0x82CF782B = 0x01;//0x8293AD50
*(int*)0x827D2164 = NOP;
*(int*)0x82D5C960 = NOP;
memcpy((PVOID)0x82CF7704, &_Check, ARRAYSIZE(_Check));
memcpy((PVOID)0x83288A30, &Check, ARRAYSIZE(Check));
memcpy((PVOID)0x838B60F4, &UpdateRPFBypass, ARRAYSIZE(UpdateRPFBypass));
memcpy((PVOID)0x82FDB57C, &ScriptRPFBypass, 0x18);
memcpy((PVOID)0x82C8B3D8, &NOPDevDLCChecks, 0x60);
ZeroMemory((PVOID)0x8204DF70, 0x0B);
XMessageBox(L"", L"", XMB_NOICON, true);
XNotify(L"");
XNotify(L"");
JumpFunction((PDWORD)HOOK_DEST, (DWORD)HookDestination);//82CA0778
HookFunction((PDWORD)INJECT_HOOK, (PDWORD)InjectDestination, (DWORD)LoadMenu);
//HookFunction((PDWORD)0x82CA0778, (PDWORD)InjectDestination, (DWORD)LoadMenu);
PatchInJump((PDWORD)ZZ5_HOOK, (DWORD)ZZ5, false);
PatchInJump((PDWORD)ZZ6_HOOK, (DWORD)ZZ6, false);
Initialized = true;
}
}
else
{
GTAHasExited();
};
Sleep(60);
}
}
Nice Fix Mate, Thank You.



where or with whom can i get protection for alpha? I have no idea where to start...
Step 1: Buy ida pro
Step 2: Download a xbox 360 plugin for ida(Can be found on github)
Step 3: Get the gta xex and drag it in ida
Step 4: Once ida has loaded your xex take a look around and learn how things work
Step 5: RE Gta then boom you can find anything you want
Loves memes. 
Codes some times. 
Always bored.
Reply
#16
thanks for sharing
Reply

Users browsing: 1 Guest(s)