Invulnerable Patches

Bugman

Active member
Joined
Aug 14, 2014
Messages
68
Reaction score
0
Hi


i have some Invunlerable Patches from s0beit source.

but when i fall down from a house or other i get crash

here the patches:

Code:
  "Extra actor invincibility",
  0,
  0,
  { { 10, (void *)0x00637590, (uint8_t *)"\xC7\x87\x40\x05\x00\x00\x00\x00\x00\x00", NULL, NULL }, { 10,
  (void *)0x0063070C, (uint8_t *)"\xC7\x86\x40\x05\x00\x00\x00\x00\x00\x00", NULL, NULL }, { 6,
  (void *)0x004B331F, (uint8_t *)"\x89\x96\x40\x05\x00\x00", NULL, NULL }, { 6, (void *)0x004B3395,
  (uint8_t *)"\x89\x9e\x40\x05\x00\x00", NULL, NULL }, { 6, (void *)0x0064159F,
  NULL, (uint8_t *)"\xE9\x36\x04\x00\x00\x90", NULL } }
};



->> 	0x004B3395 this address crashes my game when i fall from house.. (falldamage)


have anyone alternative for this falldamage address?
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
173
Attach any debugger like OllyDBG and look what exactly crashes, just saying "it crashes" and providing one address without stack/register dump doesn't helps.
 

Bugman

Active member
Joined
Aug 14, 2014
Messages
68
Reaction score
0
im absolute noob with this c: these patches are exactly from s0beit. s0beit get crashes too when fall from house C:
any have a alternative address for this? (falldamage)
 

Bugman

Active member
Joined
Aug 14, 2014
Messages
68
Reaction score
0
you mean the special flags?
doesnt works for me..

gtamodding = down  :yesyes:

have any a address for this like in video

https://www.youtube.com/watch?v=ktthntE8374

this not work::

Code:
// Flags :
#define FLAG_NOCLIP 128
#define FLAG_FREEZE 64
#define FLAG_BULLETPROOF 32
#define FLAG_FLAMEPROOF 16
#define FLAG_COLLISINPROOF 8
#define FLAG_MPPROOF 4
#define FLAG_EXPLOSIONPROOF 1
#define FLAG_EVERYTHING 255

void SetStatusFlags(BYTE FLAG)
{
 *(BYTE*)((*(DWORD*)0xB6F5F0) + 0x42) = BYTE FLAG;
}

SetStatusFlags(FLAG_COLLISINPROOF);

wont work..

[member=2]0x688[/member] ?
 

P3ti

Active member
Joined
Feb 15, 2014
Messages
66
Reaction score
2
:sweet_jesus: Dude, the inv patches in s0b are good, your code is just fcked up.
That isn't a solution for all your problems to ask it on ugbase. Most ppl doesn't even answer.
Probably you could solve these issues faster than always asking here for code, what you can C+P.
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Sometimes is just so fucking hard to explain somethings..........

i am really sorry no one will help you.
 
Top