[Tutorial] Find SA:MP pointers

Find chat open detection pointer

Find dialog caption pointer


Find server name pointer

Find dialog open detection pointer


Find left / right button text pointer

Find dialog style / type pointer
https://youtu.be/RhAtBapjHAc

Find dialog list item pointer
https://youtu.be/9SiJuFUNovw

Find take screen shot pointer
https://youtu.be/Ym_HHcRGpzs


Find textdraw exist and text pointers
https://youtu.be/BwdTX7FSG0U


Find open or close dialog and chat input pointers
https://youtu.be/iZDIjTeQAiE

Find dialog and chat editbox text input pointers
https://youtu.be/VOm1D4SLv0Q
 
Last edited:

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
I want to find the location of the checkpoint marker using Cheat Engine and use that with something like c++.

If u mean checkpoint , not marker probably this.:
PHP:
:get_cp_pos
0AA2: 0@ = loadlib "samp.dll"
0A8E: 1@ = 0@ + 0x21A10C
0A8D: 1@ = readMem 1@ sz 4 vp 0
1@ += 0xC
0A8D: 2@ = readMem 1@ sz 4 vp 0
1@ += 0x4
0A8D: 3@ = readMem 1@ sz 4 vp 0
1@ += 0x4
0A8D: 4@ = readMem 1@ sz 4 vp 0
0AA3: freelib 0@
0AB2: ret 3 2@ 3@ 4@
 

batonkal

Active member
Joined
May 6, 2017
Messages
100
Reaction score
16
Location
Bosnia and Herzegovina
If u mean checkpoint , not marker probably this.:
PHP:
:get_cp_pos
0AA2: 0@ = loadlib "samp.dll"
0A8E: 1@ = 0@ + 0x21A10C
0A8D: 1@ = readMem 1@ sz 4 vp 0
1@ += 0xC
0A8D: 2@ = readMem 1@ sz 4 vp 0
1@ += 0x4
0A8D: 3@ = readMem 1@ sz 4 vp 0
1@ += 0x4
0A8D: 4@ = readMem 1@ sz 4 vp 0
0AA3: freelib 0@
0AB2: ret 3 2@ 3@ 4@

Yeah that red marker where you need to go into to do stuff, but can I use this code with something like autohotkey?
 

SamThapa

Active member
Joined
Jan 22, 2018
Messages
38
Reaction score
1
Memory return interior ID
0A8D: 0@ = read_memory 0xA4ACE8 size 4 virtual_protect 0


actually i was looking for other player interior who not in steam
finding player by id and location and if he is any interior i want that to show me which interior
 

JegaTurn

Active member
Joined
Nov 7, 2017
Messages
27
Reaction score
0
Snippet return health and armour
PHP:
:Health_And_Armour
{
0AB1: @Health_And_Armour 0 10@ 20@
}
0A8D: 10@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
10@ += 540
0A8D: 10@ = read_memory 10@ size 4 virtual_protect 0
0A8D: 20@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
20@ += 548
0A8D: 20@ = read_memory 20@ size 4 virtual_protect 0
0AB2: ret 2 10@ 20@
That was not quite what I wanted to say.
I wanted this table for 0.3.7 r3:

http://ugbase.eu/index.php?threads/convert-samp-patches.14935/#post-88039
 

Edvincik

Well-known member
Joined
Mar 15, 2016
Messages
399
Reaction score
26
is working, you just have to remove System32 from your computer, because samp.asi have some conflicts with that folder
i did this like you suggested, everything works, thank u ßig fred
 
  • Like
Reactions: ini
Joined
Dec 20, 2018
Messages
20
Reaction score
2
Fvck i dont need that guide. i need sampfuns 0.3dl or autolagshoot for 0.3dl please :( help me how find
 

DandYxD

New member
Joined
Dec 30, 2018
Messages
4
Reaction score
0
can you make Teleport to Checkpoint, Marker, and red dot checkpoint and race checkpoint, im so appreciate if you release it for us
 
Top