-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sandboxed 'debug' library missing some functions [v1.0.0.12078] #3010
Comments
Just reported because it is already launched on Latest version, and some players got error when joined in server. |
What are your use-cases for these library functions? |
|
Me too, I'm using the debug library for cheat detection and have encrypted my code to make it harder for cheaters to understand after dumping resources. |
the entire point of sandboxing, is to stop you from doing that. |
The point is that cheaters can inject code or files to interfere with the operation of our resource, but we have no way to monitor or handle any of that. Is this really the best approach? |
that is completely out of scope for a resource to handle. That role is on Cfx, and adhesive, which is far supperior to quite literally anything u could achieve with the lua environment |
The responsibility to handle this lies with CFX, that's correct. But even now, there are still a lot of cheaters getting through without being banned. If it worked perfectly, why would people bother creating their own AntiCheat systems? |
Money. to note on this: |
I’m not getting anywhere arguing with you. |
I think CFX is working on it too to detect cheaters. But anyway, whether we can create our own AntiCheat or not is not a big deal. Just provide the library functions so developers can implement their own as they desire. |
if they cant, with an external proccess, what makes you think you can with a little bit of lua code lol, |
"Just provide the functions being exploited, so we can exploit them too!" |
nice change! this forces developers to write a minimum of good code and stops people selling pseudo """anticheats""" |
Not sure, but so far, I have been able to detect the use of certain cheat programs that CFX hasn't been able to detect at all "with a little bit of lua code😁" |
What happened?
On v1.0.0.12078, make my resources cannot working since I was using some the debug functions.
These functions are missing from 'debug'
debug.setupvalue
debug.getlocal
debug.setlocal
debug.gethook
debug.sethook
Expected result
All missing 'debug' functions work normally
Reproduction steps
debug.getlocal
Importancy
Crash
Area(s)
FiveM, Natives, ScRT: Lua
Specific version(s)
v1.0.0.12078
Additional information
No response
The text was updated successfully, but these errors were encountered: