#open.mp anticheat

15 messages · Page 1 of 1 (latest)

fiery forge
#

A basic anti-cheat script for open multiplayer. It comes as an include. It's compact and easy to use.

Special thanks to Pevenaider for providing us memory addresses and letting us use it in our script.

💡 This script primarily utilizes the SendClientCheck function to detect third-party modifications such as S0beit, CLEO, MoonLoader and etc. It is enhanced by Pawn.RakNet and ColAndreas plugins, allowing for precise detections by analyzing server traffic and collision data.

⚠️ Please note: This script is still in development. It's created to work only with open multiplayer. We are constantly working to improve it for the community. If you encounter issues, have feature requests, or want to contribute and showcase your creativity, feel free to reach out—we’d love to hear from you!

https://github.com/sicariodll/open.mp-anticheat

GitHub

A basic, efficient and easy to use anti-cheat script for open.mp. - sicariodll/open.mp-anticheat

fiery fossil
#
            new BWH_OnFootData[PR_OnFootSync];
            BS_IgnoreBits(bs, 8);
            BS_ReadOnFootSync(bs, BWH_OnFootData);
            BS_ResetReadPointer(bs);
            if(BWH_OnFootData[PR_weaponId] == 4) {
                BWH_OnFootData[PR_weaponId] = 0;
                BS_SetWriteOffset(bs, 8);
                BS_WriteOnFootSync(bs, BWH_OnFootData);
            }
            if(BWH_OnFootData[PR_weaponId] == 40) {
                return AC_DetectCheat(playerid, CHEAT_SOBEIT);
            }

why the anticheat disables knives for no reason

#

or marks players as s0beit users for having detonator which is perfectly fine if they had c4

fiery forge
#

It was an unnecessary/uncomplete code from a contributor. Removed and updated the library.

fiery forge
#

Don't think this project had just been abandoned. I couldn't have time to develop it in the last period of my life.

New updates will be coming soon!

We're just looking for people who would love to contribute this open source project. Cheers. 🥂

graceful aspen
#

\qawno\include\YSI_Data\y_foreach\..\..\YSI_Core\y_core\..\..\YSI_Players\y_android\..\..\YSI_Core\y_core\y_rconfix.inc(294) : user error: _ALS_OnClientCheckResponse defined

how (fixed)

fiery forge
graceful aspen
#

its been fixed and i arguing when i create vehicle enter then kicks haha and it kick when afk saying teleport while surf in vehicle

muted delta
#

@fiery forge waiting for new updates..

Also, if possible please add some steps/info to implement this anticheat in github

fiery forge
muted delta
muted delta
#

Ooh

fiery forge
#

Please wait until the next release. It's on the way!