LogoLogo
  • Main
  • Environment Functions
  • Script Functions
  • Table Functions
  • Input
  • Hooking
  • Misc
  • FileSystem
  • Libraries
    • Console
    • Fluxus
    • Drawing
    • Debug
    • Crypt
    • Bit
Powered by GitBook
On this page
  • <bool> iswindowactive(<void>)
  • <void> keypress(<int> keycode)
  • <void> mouse1click(<void>)
  • <void> mouse1press(<void>)
  • <void> mouse1release(<void>)
  • <void> mouse2click(<void>)
  • <void> mouse2press(<void>)
  • <void> mouse2release(<void>)

Was this helpful?

Input

PreviousTable FunctionsNextHooking

Last updated 3 years ago

Was this helpful?

<bool> iswindowactive(<void>)

Returns if ROBLOX is focused.

<void> keypress(<int> keycode)

Keycodes can be found at:

Simulates a keycode press with the first argument.

<void> mouse1click(<void>)

This will only happen if the ROBLOX window is active.

Simulates a full left mouse click.

<void> mouse1press(<void>)

This will only happen if the ROBLOX window is active.

Simulates a full left mouse click without releasing.

<void> mouse1release(<void>)

This will only happen if the ROBLOX window is active.

Simulates a full left mouse release.

<void> mouse2click(<void>)

This will only happen if the ROBLOX window is active.

Simulates a full right mouse click.

<void> mouse2press(<void>)

This will only happen if the ROBLOX window is active.

Clicks down on the right mouse button.

<void> mouse2release(<void>)

This will only happen if the ROBLOX window is active.

Simulates a full right mouse release.

https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes