CLEO Help how to find adresses?

CLEO related
Status
Not open for further replies.

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
hay i can't find the adress of username , is there anywhere some kind of list with all adresses or smth?
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
Local Nickname :
If length of your nickname is 16 or lower then :
samp.dll + 0x21A0F8 -> 0x3CD -> 0x18 -> 0xA = char[16]
local nickname length :
samp.dll + 0x21A0F8 -> 0x3CD -> 0x18 -> 0x1A = int
if more than 16 :
samp.dll + 0x21A0F8 -> 0x3CD -> 0x18 -> 0xA -> = char[20]

Same goes for remote Player Nickname :
samp.dll + 0x21A0F8 -> 0x3CD -> 0x18 -> 0x2E + ID * 4 -> C = char[16]
samp.dll + 0x21A0F8 -> 0x3CD -> 0x18 -> 0x2E + ID * 4 -> 1C = int //length
else
samp.dll + 0x21A0F8 -> 0x3CD -> 0x18 -> 0x2E + ID * 4 -> C  -> = char[20]


Actually there's a thread on ugbase, I forgot it's link and kinda lazy to look up for it atm :p
But mostly I simply collect memory addresses and keep them in txt file
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
ini said:
0x32789 said:
Momo92 said:
Well having a look at the mod_sa source will help in you most cases if you have basic knowledge of C++.

I agree, it has updated offsets instead of searching through cheat engine you can find them easily in mod_sa.

what is mod_sa?

no time for trolls, you already know,
"s0biet"
 
Status
Not open for further replies.
Top