[SNIPPET] Hide Samp Kills List

You can hide the kills list completly with this:

Code:
//0AB1: @HideSAMPChat 1 true
:HideSAMPKillList
0AA2:2@ = load_library "samp.dll" // IF and SET
2@ += 0x212A74
0A8D: 1@ = read_memory 2@ size 4 virtual_protect 0
if
0@ == true
then
    0A8C: write_memory 1@ size 1 value 0 virtual_protect 0
else
    0A8C: write_memory 1@ size 1 value 1 virtual_protect 0
end
0AB2: 0

bY M1ZG4RD (offsets & snippet)
Opcud got trolled xD
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
Re: Hide Samp Kills List

GJ BRO  :urtheman:




:ugbase:
 

prizm

Active member
Joined
Jul 13, 2013
Messages
67
Reaction score
1
Re: Hide Samp Kills List

if you can hide them, is there a way you can show them on servers that don't show the kill list?
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Re: Hide Samp Kills List

prizm link said:
if you can hide them, is there a way you can show them on servers that don't show the kill list?

Nope.
 
Top