enable Nametags

xShine

Active member
Joined
Jun 12, 2014
Messages
38
Reaction score
0
Heey


i have  found addresses for show nametag and Hp

Code:
disable nametag/hp:
- set byte "samp.dll+86770" to 0xC3
- set byte "samp.dll+85670" to 0xC3

enable nametag/hp:
- set byte "samp.dll+86770" to 0x55
- set byte "samp.dll+85670" to 0x55

when i set this addresses:

Code:
samp.dll + 0x86770  value 0x55
samp.dll + 0x85670  value  0x55

i got an gamecrash why?
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
228
Location
( ͡° ͜ʖ ͡°)
Do it like this:

1@ = samp.dll

1@ += 0x212A80
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x3D5
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x38
0A8C: write_memory 1@ size 1 value TRUE,FALSE virtual_protect 0
 

xShine

Active member
Joined
Jun 12, 2014
Messages
38
Reaction score
0
das mit dem aktivieren mit true false geht schonmal aber wie kann ich die distanz und durch wände dazuhauen ? :)


okay, thanx, codes for trough walls and distance? :C
 

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,486
Reaction score
228
Location
( ͡° ͜ʖ ͡°)
xShine link said:
das mit dem aktivieren mit true false geht schonmal aber wie kann ich die distanz und durch wände dazuhauen ? :)


okay, thanx, codes for trough walls and distance? :C

Da musst du eine andere adresse finden, mit denen die du gerade jetzt hast machste nur die namen an/aus.
 

Prefixobjekt

Active member
Joined
Aug 1, 2014
Messages
55
Reaction score
0
ich habe da was gefunden für dich

0x27 = distance
0x2F = walls

wie du es benutzt ka ^^
 

xShine

Active member
Joined
Jun 12, 2014
Messages
38
Reaction score
0
edit: mit den wänden hab ichs hinbekommen  :youdontsay:

nur noch mit distance probieren.
 

xShine

Active member
Joined
Jun 12, 2014
Messages
38
Reaction score
0
danke an

[member=23785]Prefixobjekt[/member]

und natürlich op :))


have anyone more addresses to modify wallhack?
 

lolZ

Member
Joined
May 17, 2013
Messages
12
Reaction score
0
Opcode.eXe link said:
Do it like this:

1@ = samp.dll

1@ += 0x212A80
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x3D5
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x38
0A8C: write_memory 1@ size 1 value TRUE,FALSE virtual_protect 0

but with this its not shown if someone using /mask on rp servers!
 

lolZ_reloaded

New member
Joined
Feb 4, 2015
Messages
2
Reaction score
0
Opcode.eXe link said:
Do it like this:

1@ = samp.dll

1@ += 0x212A80
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x3D5
0A8D: 1@ = read_memory 1@ size 4 virtual_protect 0
1@ += 0x38
0A8C: write_memory 1@ size 1 value TRUE,FALSE virtual_protect 0

lolZ link said:
but with this its not shown if someone using /mask on rp servers!
/push
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
samp.dll+16A70 //disableNametagForPlayer
patch this at game start and server won't be able to hide player nicknames.
or
nop these addresses if you want to on/off hidden nametags
R1
samp.dll+85732
samp.dll+85753
samp.dll+85867
samp.dll+86967
samp.dll+86853
samp.dll+86832

R2
samp.dll+6C972
samp.dll+6C993               
samp.dll+6CAA7                           
samp.dll+6DBA7          
samp.dll+6DA93
samp.dll+6DA72
 

lolZ_reloaded

New member
Joined
Feb 4, 2015
Messages
2
Reaction score
0
springfield link said:
samp.dll+16A70 //disableNametagForPlayer
patch this at game start and server won't be able to hide player nicknames.
or
nop these addresses if you want to on/off hidden nametags
R1
samp.dll+85732
samp.dll+85753
samp.dll+85867
samp.dll+86967
samp.dll+86853
samp.dll+86832

R2
samp.dll+6C972
samp.dll+6C993               
samp.dll+6CAA7                           
samp.dll+6DBA7          
samp.dll+6DA93
samp.dll+6DA72

mhh game crashs.. can u give me an example?
 
Top