Skip to content

Instantly share code, notes, and snippets.

View elitefps's full-sized avatar

elitefps

  • The Netherlands
  • 18:38 (UTC +01:00)
View GitHub Profile
@TheGreatSageEqualToHeaven
TheGreatSageEqualToHeaven / main.md
Last active October 12, 2024 16:08
bypassing blocked function protections using corescripts

bypassing blocked function protections using corescripts

author: James Napora.


roblox and exploit fundamentals

  • corescripts have RobloxScript permissions on Roblox.
  • exploit function protections do not run on any threads except exploit threads.
  • roblox has several permission levels: None, Plugin, LocalUser, RobloxScript and Roblox.
  • actors on Roblox run whenever a script under it has a client run context, e.g local scripts, scripts with RunContext.Client and corescripts.
  • scripts under actors share the same global state