[Release] Synced Data Container (Anti CheatEngine)

Wiki:

Download:

Include .dll in your resource

client_scripts {
“ClientData.net.dll”
}

server_scripts {
‘ServerData.net.dll’
}

You can leave a suggestion or wish. Waiting for your comments.

8 Likes

This seems interesting!

Can you add a features list and/or what it does?

This is pretty fancy, nice work!

Check wiki page, on github.

Player 1
Client.Sync.Data.Set(1, “name”, “Test Name”);

Player 2
var name = await Client.Sync.Data.Get(1, “name”); //Result: Test Name

Server
var name = Server.Sync.Data.Get(1, “name”); //Result: Test Name

2 Likes

do we have to make a ressource like “ClientServerSync” and in that folder create
a __ressource.lua with in it:
client_scripts { “ClientData.net.dll” }
server_scripts { ”ServerData.net.dll” }

or in every resource do we need to put both dll files ?

since when is it possible to use cheatengine in FIVEM

Pretty sure since forever since its a exe, you could easily do god mode, guns etc with it could probably even do money? if you knew what you were doing

Always work CheatEngine, u can replace data if u save in client (RP Server: Money, Price, Gun, Level and all data)

1 Like

Im create export to LUA. Wait and im give manual today

1 Like

Update.

  • Add support LUA

You can leave a suggestion or wish. Waiting for your comments.

3 Likes

Update.

  • Add locally data
  • Fix LUA bug on client side
  • Add support LocallyData on ClientSide (Lua)

You can leave a suggestion or wish. Waiting for your comments.

1 Like

Красава ) крутой релиз )

English only on the forum, please.

3 Likes

Ah sorry , got it (((

1 Like

Not quite sure quite how to use this. Looks like it basically compares client side variables to server side ones to ensure they match?

But how would you implement this practically? could we get some examples or even a “getting started” user guide?

Use wiki on GitHub. And this project open source.
It directly takes a variable from the server

I’ve been wanting to use this in a project that I plan on working on. I’m no expert in networking or anything, but say I have a client request 2 pieces of data from the server (or server request from client), is it possible they get mixed up and returned out of order? Or does it always return in the exact order it was requested?

idk, test it. And u can rewrite this lib

Hm… alright. I’ll run some tests on it and see. Wasn’t sure if you knew. :frowning: