ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1270

Protection Crash

by shadows65 - 08-30-2020 - 11:04 PM
#1
hello,

 I would like to put event protection in my modloader but every time I try to put a protection that if freeze someone can tell me how I can do it please .

Example  for my protection :  *(int*)0x835DB1F0 = 0x4E800020 : 0x7C0802A6;


Thanks to everything that will help me .
Reply
#2
(08-30-2020 - 11:04 PM)shadows65 Wrote: hello,

 I would like to put event protection in my modloader but every time I try to put a protection that if freeze someone can tell me how I can do it please .

Example  for my protection :  *(int*)0x835DB1F0 = 0x4E800020 : 0x7C0802A6;


Thanks to everything that will help me .
Mod Loader and ASM no C++
Reply
#3
(08-30-2020 - 11:22 PM)Deuz_kcin_DX Wrote:
(08-30-2020 - 11:04 PM)ombres65 Wrote: bonjour,

 je voudrais mettre une protection d'événement dans mon modloader mais à chaque fois j'essaye de mettre une protection qui si gelé quelqu'un peut me dire comment je peux le faire s'il vous plaît.

Exemple pour ma protection: * (int *) 0x835DB1F0 = 0x4E800020: 0x7C0802A6;


Merci à tout ce qui va m'aider.
Mod Loader et ASM sans C ++
C++ , i use base rfood script
Reply
#4
(08-30-2020 - 11:04 PM)shadows65 Wrote: hello,

 I would like to put event protection in my modloader but every time I try to put a protection that if freeze someone can tell me how I can do it please .

Example  for my protection :  *(int*)0x835DB1F0 = 0x4E800020 : 0x7C0802A6;


Thanks to everything that will help me .

try it like this and see if it works

if (FakeLeave)
{
*(int*)0x12D77D8 = FakeLeave ? 0x4E800020 : 0x7C0802A6;
}
Reply
#5
(08-31-2020 - 04:19 PM)thaareaper Wrote:
(08-30-2020 - 11:04 PM)shadows65 Wrote: hello,

 I would like to put event protection in my modloader but every time I try to put a protection that if freeze someone can tell me how I can do it please .

Example  for my protection :  *(int*)0x835DB1F0 = 0x4E800020 : 0x7C0802A6;


Thanks to everything that will help me .

try it like this and see if it works

if (FakeLeave)
{
*(int*)0x12D77D8 = FakeLeave ? 0x4E800020 : 0x7C0802A6;
}
I found it because it was xbox protection . Thanx you
Reply

Users browsing: 1 Guest(s)