ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
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!

View Raw
Edited By: xavierissus Download


Comments
2
User profile picture
xavierissus 2 years ago - Edited
aww man no one commented :(
User profile picture
JorsanVerified
Verified Badge
Verified User
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.
Please Login to add a comment.