Jump to content

Get value with ReadProcessMemory?


Armyw0w

Recommended Posts

Hi i modify damage at weapons with:

 

 

            INT* WEAP_DMG3 = (INT*)13157546;            *WEAP_DMG3 = 0;

 

I can read the default value without ReadProcessMemory ?

Link to comment
Share on other sites

IF you already modified it, no.

But before modyfing you can just read the pointer, normally.

 

int old = *WEAP_DMG3;
Link to comment
Share on other sites

So you want to modify weapon damage while you play SAMP? I hope you realise that's cheating, and nobody's going to help you now.

Link to comment
Share on other sites

And also read any basic C/C++ tutorial before you start programming your own plugins.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.