Brick's Menu 3.2 | Source Code

Posts 1–15 of 17 · Page 1 of 2
Brick's Menu 3.2 | Source Code
Hey guys, just posting an updated version of Brick's Menu for 3.2. I'm not developing my menu properly anymore, but i thought it would still be a big help to any new modders. P.S. When you see how easy it was to make a name changer for 1.30 (I haven't updated it simply because I have no interest in it), you will wonder what force hax are doing with their time.



Feel free to use the menu base however you want, but please give credit if you do

Change Log:
Updated for 1.31
Added new vehicles
Removed tunables (the pointer still works, but you need to find the indexes)
Removed name changer
Included a compile time XorString function, which allows you to encrypt strings, so they can not easily be found/edit by someome.
Included a light weight compression program to decrease the size of your dll. (It might mess with manual mapping).

VirusTotalⓘ
MetaScanⓘ

BricksMenu - 3.2_mpgh.net.rar1.0 MB · 1,316 downloads Clean
@TGWW$Twhwrhwhw4ryhrh, mind removing upx? It has some adverts in it. And format.h, and natives.h have links too.
Quote Originally Posted by ZectixV1 View Post
@TGWW$Twhwrhwhw4ryhrh, mind removing upx? It has some adverts in it. And format.h, and natives.h have links too.
KK, fixed it
Can you save the tuning on personal cars with this hack? Or is there a way you can do this with any hack?
Quote Originally Posted by Windoge 10 View Post
Can I use this to make an release a menu?

- - - Updated - - -



BTW Still waiting on admin to approve just wait bro, patience is a virtue
Yup, feel free to do whatever you want with it
Quote Originally Posted by TGWW$Twhwrhwhw4ryhrh View Post
Yup, feel free to do whatever you want with it
Ty bby :P, You should update your signature to the latest.
I have extreme injector and i downloaded this and there is no dll help?
Thetechnicbrick, What's your Skype name? I've added one with this name, but no one accepts.
Quote Originally Posted by SimpleClix View Post
Thetechnicbrick, What's your Skype name? I've added one with this name, but no one accepts.
It'd 'DatBrick'
Looks good, post back results.
//Approved
Can you compile dll please?
Found this in the readme but can't make sense of it:

Code:
Compiling/Editing

The .sln was made in VS 2015, which i recommend you use.
There are many helpful files in \Source\Useful Files, such as previews of the usable fonts and a list of tunables.
YOU MUST COMPILE IN RELEASE (dont ask why, but the menu doesnt work in debug).
I noticed the 3.1 is outdated. I do realize this is source code specifically, but could you possibly compile this? Would love to see the menu!

I also like how your releases are always anti-griefer style. Gotta support that.
hey, i become "Scriptfiber" fatal error.

Can you help me?

Edit: I have not Added a script. After i fix all errors, i only compiled the downloaded project.
Okay this works for me. Has anyone tried these online yet? What kind of functions are people using for the latest money cheats in online? In this menu its this
void SpawnPedMoney(Ped playerPed)
{
if (!PED::IS_PED_IN_ANY_VEHICLE(playerPed, false))
{
Vector3 playerPosition = ENTITY::GET_ENTITY_COORDS(playerPed, FALSE);
Ped spawnedPed = PED::CREATE_RANDOM_PED(playerPosition.x, playerPosition.y, playerPosition.z + 10);
ENTITY::SET_ENTITY_VELOCITY(spawnedPed, 0, 0, -20);
ENTITY::SET_ENTITY_NO_COLLISION_ENTITY(spawnedPed, playerPed, FALSE);
PED::SET_PED_MONEY(spawnedPed, rand() % 2500 + 1000000);
ENTITY::SET_ENTITY_HEALTH(spawnedPed, 0);
ENTITY::SET_PED_AS_NO_LONGER_NEEDED(&spawnedPed);

DrawNotification("Fuck you");
}
}

What other ways can we do this so its untraceable? Or looks like mission money
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?