richie0866 / orca

A free and open-source universal script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‹ Orca

A free and open-source Roblox script hub

ESLint Status Latest Release
 

๐Ÿ‹ Introduction

Orca is a general-purpose Roblox script hub designed to make convenient tasks easy and satisfying.

Use many different action cards on the Home and Apps page, or check out what we have featured on the Scripts page.

Press K to open or close Orca. For the best experience, a 1080p monitor or above is recommended!

 

๐Ÿš€ Quick start

When run with auto-execution, Orca will start minimized by default.

๐Ÿ“Œ Latest release

Runs the latest release build of Orca.

loadstring(
  game:HttpGetAsync("https://raw.githubusercontent.com/richie0866/orca/master/public/latest.lua")
)()

๐Ÿšง Nightly snapshot

Runs a snapshot of new updates we have not published yet. You will get new features earlier, but they may be unstable.

loadstring(
  game:HttpGetAsync("https://raw.githubusercontent.com/richie0866/orca/master/public/snapshot.lua")
)()

 

๐Ÿ“š Navigation

๐Ÿ  Home

The Home page has a handful of intuitive information and action cards.

  • ๐Ÿ˜Š Profile - You, and some actions that modify your character.

    • ๐Ÿ”˜ Sliders - Flight, walk speed, and jump height
    • ๐Ÿ”˜ Buttons - Refresh, ghost, godmode, or freecam
  • ๐Ÿ–ฅ๏ธ Server - Your server, and options to rejoin or server hop. Tap again to cancel.

  • ๐ŸŽฎ Friend Activity - A list of games your friends are playing.

๐Ÿ“ฑ Apps

The Apps page acts as a hub for general and miscellaneous features.

  • ๐Ÿค— Players - A selection of players and some actions you can perform on them.

    • ๐Ÿ”˜ Goto - Moves your character to theirs. Tap again to cancel.
    • ๐Ÿ”˜ Hide - Hides their character locally until disabled. Persists between players.
    • ๐Ÿ”˜ Kill - Uses a tool with a handle to "bind" to their character and teleport to the void.
    • ๐Ÿ”˜ Spectate - Toggles a third-person view of their character. Disables when they respawn or the subject changes.

๐Ÿ“ฐ Scripts

The Scripts page is a small collection of community-favorites you should try.

โš™๏ธ Options

The Options page lets you configure theming and UI performance.

  • Set theme
  • Toggle acrylic effect
  • Keybinds
  • Save settings

 

๐Ÿ’– Support

  • โœ… ScriptWare
  • โœ… Synapse X
  • โœ… Krnl

About

A free and open-source universal script

License:MIT License


Languages

Language:TypeScript 90.9%Language:Lua 9.0%Language:JavaScript 0.1%