Posts by dariowouters
13 posts total, newest first.
Display Player Cash - to all devsin Grand Theft Auto 5 (GTA V) Help - I can't see any reason R* would sync the amount of money other players have, so don't think you can really get that.
You can check by asking a friend the amount of money he has (when he is in the same lobby) and then seCan any one tell the the GTA V world Pointer address?in Grand Theft Auto 5 (GTA V) Help - The world pointer offset is different in steam vs the social club version, you can use this pattern to figure out the offset.
48 8B 05 ? ? ? ? 45 ? ? ? ? 48 8B 48 08 48 85 C9 74 07PLAYER::GET_PLAYER_NAMEin Grand Theft Auto 5 (GTA V) Help - You can use GET_PLAYER_PED(i) to check if there is a player.
If it doesn't return null then add a menu line.Removing wanted level with Tuneables?in Grand Theft Auto 5 (GTA V) Help - Tunables are basically just a list of values like multipliers, min/max values etc. They don't contain current values like your health, armor, wanted level, etc.
If you want to change those, with cheat engine, you'll hWhat is the simplest way to start programming my own .DLL for use online?in Grand Theft Auto 5 (GTA V) Help - Google "m0d-s0beit-v Redux", that's a dll base.
Just clone that repo and you can add your own functions to it.
Or you could use Brick's Menu 3.2 | Source Code (it's on this website, but I can't post links) if you wan
Showing the 5 most recent posts.