How to make your own CoreScript

By client sided I mean only to your client. That’s why it’s considered exploiting.

1 Like

How, can you share how you achieved this?

Sure. The method is StarterGui:RegisterSetCore().
The parameters are the string and a function.
This is only accessible to CoreScripts

patched??? dosent work bruhhhhhhhhhhhhhhhhhhhhhhhhhhhh

1 Like

I mean a CoreScript is supposed to be used only by Roblox and also this topic was created almost 4 years ago.

2 Likes

maybe because CoreScripts now load from DataModelPatch.rbxm instead of ExtraContent/scripts

Just compile some luau and inject the compile result into there via a hex editor.
It has to be raw byte codes, not luau asm.

messing it up will result in the RAM-eating WSOD

[Post Deleted By Author, Reason: absorbed by:How to make your own CoreScript - #28 by Askofep]

link to luau: GitHub - luau-lang/luau: A fast, small, safe, gradually typed embeddable scripting language derived from Lua