Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get the api memory addresses? #36

Open
Kilowog01 opened this issue Apr 15, 2017 · 1 comment
Open

How to get the api memory addresses? #36

Kilowog01 opened this issue Apr 15, 2017 · 1 comment

Comments

@Kilowog01
Copy link

I'm a beginner in C ++, I wanted to create a simple program, without the api, without dlls and everything. I analyzed IsChatOpen, AddChatMessage, SendChat and could not find these addresses.

@agrippa1994
Copy link
Member

This API calculates the addresses via memory patterns (see https://github.com/SAMPProjects/Open-SAMP-API/blob/master/src/Open-SAMP-API/Game/SAMP/PatternTable.hpp)

I created an API for SA:MP that works only with code injection a while ago. The addresses in this repository are as far as I know not valid anymore but you can give a try on that.
https://github.com/agrippa1994/CPP-SAMP-API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants