
13.8k Views
Learn actors
Universal Script ๐Uploaded by 2 years ago
Please login to perform these actions:
Description
Please help I cant find any docuements on how to bypass actors etc I heard there was run_on_actor but I dont know how to use it nor know if it even exists anymore... any documents please? or explaining in comments thank you!
Comments
2

Offline
xavierissus 2 years ago - Edited
aww man no one commented :(
Offline
JorsanVerified
2 years ago - Edited
@xavierissus
I'm unsure if there are currently any executors that provide an API
to execute code under actors.
But back when synapse was active this was possible through the function:
syn.run_on_actor(actor: Actor, code: string)
So if you wanted for example to bypass an anti-cheat, you would first need to identify the actor its running under and then use "run_on_actor" to execute your bypass code (2nd argument) where you can then e.g. hook functions/metamethods etc.
Verified User

![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)

