Post: PC Write/Read Memory Library (Open Source)
04-19-2015, 07:24 PM #1
Default Avatar
Bch
Guest
(adsbygoogle = window.adsbygoogle || []).push({});
What is this?
This will allow you to write/read memory to and from the GTA 5 Process (PC).

Functions
    bool Attach()
void Write(uint address, byte Input)
void Write(uint address, byte[] Input)
void Write(uint address, Int16 Input)
void Write(uint address, Int16[] Input)
void Write(uint address, Int32 Input)
void Write(uint address, Int32[] Input)
void Write(uint address, Int64 Input)
void Write(uint address, Int64[] Input)
void Write(uint address, UInt16 Input)
void Write(uint address, IUnt16[] Input)
void Write(uint address, Int32 Input)
void Write(uint address, Int32[] Input)
void Write(uint address, Int64 Input)
void Write(uint address, Int64[] Input)
void Write(uint address, bool Input)
void Write(uint address, bool[] Input)
void Write(uint address, float Input)
void Write(uint address, float[] Input)
void Write(uint address, string Input)
byte ReadByte(uint address)
bytes ReadBytes(uint address, int Length)
Int16 ReadInt16(uint address)
Int32 ReadInt32(uint address)
Int64 ReadInt64(uint address)
UInt16 ReadUInt16(uint address)
UInt32 ReadUInt32(uint address)
UInt64 ReadUInt64(uint address)
bool ReadBool(uint address)
float ReadFloat(uint address)
float[] ReadFloats(uint address)
string ReadString(uint address)
uint ReadPointer(long address_gap)


Source
You must login or register to view this content.

Library File
You must login or register to view this content.

Sample Project
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 14 users say thank you to Bch for this useful post:

AKONIT92, Insight, elgolumm, Welsh, kr0wns, Kryptus, mankool, Pyro577, ResistThePower, roosterpro, RTE, Slinky, V7X3
04-20-2015, 06:22 PM #11
Tustin
Balls of Steel
Originally posted by sk8rfallen View Post
where can i find the address to change to snow?

Working on this now. Problem is, I need a memory dump of the game :cry:.
04-20-2015, 06:44 PM #12
sk8rfallen
Save Point
@tustin
how can i go about helping you get the memory dump?
04-20-2015, 06:52 PM #13
Default Avatar
Bch
Guest
Originally posted by kr0wns View Post
waiting for the project.. Tustin


Sample Project
You must login or register to view this content.

The following user thanked Bch for this useful post:

kr0wns
04-20-2015, 09:17 PM #14
Pyro577
< ^ > < ^ >
Nice mate. Looks good
04-21-2015, 12:07 AM #15
Renton
Hurah!
1 Request,
Option to search a set of bytes you provide it.

other than that good on ya mate!
04-21-2015, 02:41 AM #16
How get natives in gta 5 pc ?
04-21-2015, 07:33 AM #17
Default Avatar
Bch
Guest
Originally posted by Renton View Post
1 Request,
Option to search a set of bytes you provide it.

other than that good on ya mate!


Why would you need that? Do you mean to search for the vehicle hash or something? :think:
04-21-2015, 12:42 PM #18
Default Avatar
Oneup
Guest
Originally posted by Renton View Post
1 Request,
Option to search a set of bytes you provide it.

other than that good on ya mate!


Cheat engine exists for that reason.
04-21-2015, 02:01 PM #19
We should have a thread with a table with memory addresses (separated by exe version)... it will be great together with this lib!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo