Anti loose weapon when you die

Status
Not open for further replies.

xghostsamp

Active member
Joined
Aug 31, 2013
Messages
44
Reaction score
0
* Name of the mod : Anti loose weapon when you die
* Where you saw it : No where
* What do you want: Well I want a mod which can "cancel" the removal of the weapon you have when you die so you spawn with the weapon like nothing happend. It would be great for RP servers.
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
I got a way for it. Some time ago i had scripted a cleo file, which was giving you all of your old weapons back if you typed something after spawn.

Now it is detectable, because it spawns weapons. By creating one or two NOP cleos for it, it would become undetectable ^^
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Code:
{$CLEO .cs}

thread 'ThermaL.' 

:ANTI_RPW1
wait 0
if 
0AB0: key_pressed 97
else_jump @ANTI_RPW1
0ACD: show_text_highpriority "ANTI-RPW ~G~ON" time 1500
0B2E: 1@ = read_samp_memory 0x12E10 size 2
0B2D: write samp_memory 0x12E10 value 0xC390 size 2
wait 500
jump @ANTI_RPW2

:ANTI_RPW2
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW2
0ACD: show_text_highpriority "ANTI-RPW ~R~OFF" time 1500
0B2D: write samp_memory 0x12E10 value 1@ size 2
wait 500
jump @ANTI_RPW1

NUMPAD 1 ON/OFF
 

Attachments

  • anti-rpw.cs
    17.8 KB · Views: 78

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
and here is the mod i was talking about. Finally found it from my archives.

When you die and respawn, type "MYWEAPS", and it will give you all the weapons you had before death.

Remember to enable the patch above before spawning the old weapons.
 

Attachments

  • myweapsafterdeath.rar
    6.5 KB · Views: 92

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
xzytro link said:
and here is the mod i was talking about. Finally found it from my archives.

When you die and respawn, type "MYWEAPS", and it will give you all the weapons you had before death.

Remember to enable the patch above before spawning the old weapons.
But.. the patch isn't disable weapons data, it is nop removeplayerweapons.. it's kinda the same thing as your cleo. POKER FACE
 

xghostsamp

Active member
Joined
Aug 31, 2013
Messages
44
Reaction score
0
[/quote]But.. the patch isn't disable weapons data, it is nop removeplayerweapons.. it's kinda the same thing as your cleo. POKER FACE
[/quote]
That is why it doesent work. Can someone make a NOP?
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
xghostsamp link said:
That is why it doesent work. Can someone make a NOP?
{$CLEO .cs}

thread 'ThermaL.'

:ANTI_RPW1
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW1
0ACD: show_text_highpriority "DISABLE W. DATA ~G~ON" time 1500
0B2E: 1@ = read_samp_memory 0x5530 size 2
0B2D: write samp_memory 0x5530 value 0xC3 size 2
wait 500
jump @ANTI_RPW2

:ANTI_RPW2
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW2
0ACD: show_text_highpriority "DISABLE W. DATA ~R~OFF" time 1500
0B2D: write samp_memory 0x5530 value 1@ size 2
wait 500
jump @ANTI_RPW1
 

Attachments

  • wdata.cs
    17.8 KB · Views: 45

xghostsamp

Active member
Joined
Aug 31, 2013
Messages
44
Reaction score
0
ThermaL link said:
[quote author=xghostsamp link=topic=6043.msg34461#msg34461 date=1394956399]
That is why it doesent work. Can someone make a NOP?
{$CLEO .cs}

thread 'ThermaL.'

:ANTI_RPW1
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW1
0ACD: show_text_highpriority "DISABLE W. DATA ~G~ON" time 1500
0B2E: 1@ = read_samp_memory 0x5530 size 2
0B2D: write samp_memory 0x5530 value 0xC3 size 2
wait 500
jump @ANTI_RPW2

:ANTI_RPW2
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW2
0ACD: show_text_highpriority "DISABLE W. DATA ~R~OFF" time 1500
0B2D: write samp_memory 0x5530 value 1@ size 2
wait 500
jump @ANTI_RPW1
[/quote]

Does it activate automaticly?
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
xghostsamp link said:
[quote author=ThermaL link=topic=6043.msg34468#msg34468 date=1394961050]
[quote author=xghostsamp link=topic=6043.msg34461#msg34461 date=1394956399]
That is why it doesent work. Can someone make a NOP?
{$CLEO .cs}

thread 'ThermaL.'

:ANTI_RPW1
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW1
0ACD: show_text_highpriority "DISABLE W. DATA ~G~ON" time 1500
0B2E: 1@ = read_samp_memory 0x5530 size 2
0B2D: write samp_memory 0x5530 value 0xC3 size 2
wait 500
jump @ANTI_RPW2

:ANTI_RPW2
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW2
0ACD: show_text_highpriority "DISABLE W. DATA ~R~OFF" time 1500
0B2D: write samp_memory 0x5530 value 1@ size 2
wait 500
jump @ANTI_RPW1
[/quote]

Does it activate automaticly?
[/quote]
NUMPAD 1 ON/OFF  :kidding:
 

xghostsamp

Active member
Joined
Aug 31, 2013
Messages
44
Reaction score
0
ThermaL link said:
[quote author=xghostsamp link=topic=6043.msg34481#msg34481 date=1394963587]
[quote author=ThermaL link=topic=6043.msg34468#msg34468 date=1394961050]
[quote author=xghostsamp link=topic=6043.msg34461#msg34461 date=1394956399]
That is why it doesent work. Can someone make a NOP?
{$CLEO .cs}

thread 'ThermaL.'

:ANTI_RPW1
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW1
0ACD: show_text_highpriority "DISABLE W. DATA ~G~ON" time 1500
0B2E: 1@ = read_samp_memory 0x5530 size 2
0B2D: write samp_memory 0x5530 value 0xC3 size 2
wait 500
jump @ANTI_RPW2

:ANTI_RPW2
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW2
0ACD: show_text_highpriority "DISABLE W. DATA ~R~OFF" time 1500
0B2D: write samp_memory 0x5530 value 1@ size 2
wait 500
jump @ANTI_RPW1
[/quote]

Does it activate automaticly?
[/quote]
NUMPAD 1 ON/OFF  :kidding:
[/quote]

Will this NOP cleo work?
 

Attachments

  • NOP.rar
    6.7 KB · Views: 49

Translate

Active member
Joined
Mar 17, 2014
Messages
34
Reaction score
0
Which one gives you your weapons back and is "undetectable" I've seen it done before so I know it's possible.
 

vincetan789

Well-known member
Joined
Apr 4, 2014
Messages
212
Reaction score
1
xzytro link said:
and here is the mod i was talking about. Finally found it from my archives.

When you die and respawn, type "MYWEAPS", and it will give you all the weapons you had before death.

Remember to enable the patch above before spawning the old weapons.
doesnt do anything when I type MYWEAPS
 

vincetan789

Well-known member
Joined
Apr 4, 2014
Messages
212
Reaction score
1
TH3RM4L link said:
Code:
{$CLEO .cs}

thread 'ThermaL.' 

:ANTI_RPW1
wait 0
if 
0AB0: key_pressed 97
else_jump @ANTI_RPW1
0ACD: show_text_highpriority "ANTI-RPW ~G~ON" time 1500
0B2E: 1@ = read_samp_memory 0x12E10 size 2
0B2D: write samp_memory 0x12E10 value 0xC390 size 2
wait 500
jump @ANTI_RPW2

:ANTI_RPW2
wait 0
if
0AB0: key_pressed 97
else_jump @ANTI_RPW2
0ACD: show_text_highpriority "ANTI-RPW ~R~OFF" time 1500
0B2D: write samp_memory 0x12E10 value 1@ size 2
wait 500
jump @ANTI_RPW1

NUMPAD 1 ON/OFF
This is detectable and I was just range-banned because of this in my very favorite rp server T_T
 

vincetan789

Well-known member
Joined
Apr 4, 2014
Messages
212
Reaction score
1
xzytro link said:
and here is the mod i was talking about. Finally found it from my archives.

When you die and respawn, type "MYWEAPS", and it will give you all the weapons you had before death.

Remember to enable the patch above before spawning the old weapons.
Also detectable.
 
Status
Not open for further replies.
Top