Universal Script 📌
14.0k Views
13 Executions

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
Log in to join the conversation. Login
Jorsan's 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.

1
xavierissus's profile picture
xavierissusUploader2 years ago(edited)

aww man no one commented :(

1