Fluxus

<void> fluxus.set_thread_identity(<int> a1)

Sets the threads identity to a1.

<int> fluxus.set_thread_identity(<void>)

Returns the current thread identity.

<int> fluxus.set_thread_identity(<string> a1)

Alias of setclipboard.

<int> fluxus.queue_on_teleport(<string> a1)

Executes a1 on teleport.

fluxus.queue_on_teleport("script to execute after game teleport")

<int> fluxus.request(<table> options)

Performs a http request. Fingerprint header is "Flux-Fingerprint"

Last updated