A free and open-source Roblox script hub

Overview

🐋 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
You might also like...

Script to fetch all NFT owners using moralis API. This script output is a data.txt file containing all owner addresses of a given NFT and their balances.

Script to fetch all NFT owners using moralis API. This script output is a data.txt file containing all owner addresses of a given NFT and their balances.

🔎 Moralis NFT Snapshot Moralis NFT API will only return 500 itens at a time when its is called. For that reason, a simple logic is needed to fetch al

Jun 23, 2022

Script to synchronize between a Notion database and Google Calendar both ways. Uses Google App Script.

Yet Another Two Way Notion-Google Calendar Sync Script A script to sync events between Google calendar and a Notion database. Features! Google App Scr

Jan 7, 2023

Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Dec 24, 2022

An Open-Source Platform to certify open-source projects.

An Open-Source Platform to certify open-source projects.

OC-Frontend This includes the frontend for Open-Certs. 📜 After seeing so many open-source projects being monetized 💵 without giving any recognition

Oct 23, 2022

This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022. 💻 🎯🚀

This is a project for open source enthusiast who want to contribute to open source in this hacktoberfest 2022.  💻 🎯🚀

HACKTOBERFEST-2022-GDSC-IET-LUCKNOW Beginner-Hacktoberfest Need Your first pr for hacktoberfest 2k22 ? come on in About Participate in Hacktoberfest b

Oct 29, 2022

Space Travelers' Hub - a web application that facilitates booking rockets and join selected space missions

Space Travelers' Hub - a web application that facilitates booking rockets and join selected space missions

This is a web application that facilitates booking rockets and join selected space missions. It is built for a company that offers both commercial and scientific space travel services. The application also works with real live data from the SpaceX API.

Mar 29, 2022

"Space-Travelers-Hub" is a website that allows users to book rockets and join selected space missions by using data from the SpaceX API.

Space-Travelers-Hub This project was bootstrapped with Create React App. Description "Space-Travelers-Hub" is a website that allows users to book rock

Mar 13, 2022

"Space Travelers' Hub" This project will lay foundations for your understanding the new features for Redux, using slice reducer and API requires with createAsyncThunk

Space Travelers' Hub Space Travelers' Hub React - Redux "Space Travelers' Hub" This project will lay foundations for your understand new features for

Mar 6, 2022
Comments
  • Refactor Orca

    Refactor Orca

    Views

    • [x] Navbar
    • [x] Clock
    • [ ] Notifications

    Pages

    Home

    • [x] Title
    • [x] Profile
    • [x] Server
    • [ ] Friends

    Apps

    • [ ] Players
    • [ ] Client

    Scripts

    • [ ] Scripts, based on Figma

    Settings

    • [ ] Themes
    • [ ] Shortcuts
    • [ ] Settings
    enhancement optimization 
    opened by richie0866 0
Releases(1.1.1)
  • 1.1.1(Jun 3, 2022)

    🎥 1.1.1 🎥

    Small patches! This update adds:

    • 📷 A keyboard shortcut for freecam
    • 🩹 Patched a bug with spawning

    📌 Quick start

    To try the latest version, run:

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

    Check out the official thread.

    Source code(tar.gz)
    Source code(zip)
  • 1.1.0(Mar 9, 2022)

    🪄 1.1.0 🪄

    More polishing! This update adds:

    • ✨ Some more transitions
    • ⌨️ Keyboard shortcuts
    • 💾 Autosave shortcuts, configurations, and themes

    📌 Quick start

    To try the latest version, run:

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

    Check out the official thread.

    Source code(tar.gz)
    Source code(zip)
  • 1.0.0(Mar 8, 2022)

    🎉 1.0.0 🎉

    Orca's public release is here! Press K to toggle the UI. Check out the official thread.

    📌 Quick start

    To try the latest version, run:

    loadstring(
      game:HttpGetAsync("https://raw.githubusercontent.com/richie0866/orca/master/public/latest.lua")
    )()
    
    Source code(tar.gz)
    Source code(zip)
Owner
I am 0866
null
Argon - extension for VS Code and plugin for Roblox allowing easy two-way sync of code and instances

About Argon is a simple two-way sync plugin for Roblox and extension for Visual Studio Code allowing developers not only to sync code but every possib

DARK 16 Dec 29, 2022
A Roblox OpenCloud API wrapper for Deno (and NodeJS) written in TypeScript.

Active Development This module is currently in active development. Nothing is going to stay consistent as it reaches a stable release. Dynablox Docs |

null 12 Oct 28, 2022
logs ROBLOX's updates and new versions

roblox-update-notifier logs ROBLOX's updates and new versions This is meant to be ran in NodeJS, 24/7, using something like pm2. NPM packages required

null 5 Oct 23, 2022
A futuristic and lightweight data platform for upcoming ROBLOX games.

A lightweight data platform for ROBLOX ⚠ Please restar this repo as it was accidentally deleted. We're still actively recovering. Introduction Datalin

datalink 6 Dec 15, 2022
Variant types in Roblox TypeScript - Ported from Vanilla TypeScript

Variant (for Roblox) This is a roblox typescript variant (heh, pun) of Variant. See the Variant documentation on how to use Variant. A variant type is

Australis 2 Jun 3, 2022
Downloads & formats all of your Roblox private messages.

Roblox Message Downloader This tool was created due to the recent news sent out by Roblox. On April 22nd, 2022, all private messages sent by Roblox be

Raincoat Games 2 Apr 7, 2022
RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early

RWP stands for Roblox web panel, it's a code snippet that you can run via developer console or the provided Google Chrome extension to try out early Roblox site features before they're officially out without any programming experience.

null 10 Nov 28, 2022
⚒ A JavaScript wrapper for the ROBLOX OpenCloud API.

A JavaScript wrapper for the ROBLOX OpenCloud API. Introduction Recently at RDC 2022, ROBLOX announced OpenCloud API endpoints for DataStore, Messagin

Compey 4 Nov 11, 2022
Shikhar 4 Oct 9, 2022