Hello, i am looking to test an anticheat of mine and i am not interested in installing third party exploiting software likely risking my account getting terminated. I am looking for a plugin code executor that supports functions like hookmetamethod, hookfunction, newcclosure and whatever other hacking functions there are.
I’m pretty sure most exploits can be ran via the dev console (if you can find the script itself) assuming its not based off of a different coding language which im pretty sure is quite rare (but i may be wrong)
You cant do that becouse Luau is a sandboxed language meaning you have no access to heap.
Maximum you can do is to execute code through command bar or with plugin capability (yes they 2 have a little different capabilities but same context level)
The furthest you can go unless you find some vulnerability/bug to grant yourself roblox security access.
You can run scripts that use exploiting functions; however, we don’t support running code from exploiters (as in, scripts that were made to run on client executors, since RbxStu V4 does not hold any protection whatsoever, and the moment you run those, you will be basically putting yourself at risk)
They can perfectly make purchases, download executables… etc.
This is why I explicitly want to break UNC support very much, as well as explicitly advise against using exploiter scripts. You can write scripts by yourself without issue, however. Remote spies and explorers like DEX continue to work, and they should for the foreseeable future.
So you should be perfectly able to do what you’re after with RbxStu V4, unless you need something like replicatesignal, which is not on V4.
And I repeat and reiterate, do not run random scripts from people you don’t even know; write them yourself while using V4.