Search Results for "roblox executor for mac"

Showing 74 open source projects for "roblox executor for mac"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • User Testing Platform | Testeum Icon
    User Testing Platform | Testeum

    Get worldwide testers to review your software, app or website! Quickly find bugs and usability issues in less than 48 hours.

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 1
    Roblox-executor
    Unlike other Windows executor, Solara actually works and that too without any lag. Created by your friend quiving and qui and multiple coders who specializes in reverse enginerring. If you are fed up with fake Windows executors. Give Solara a try.
    Leader badge
    Downloads: 403 This Week
    Last Update:
    See Project
  • 2
    roblox-ts

    roblox-ts

    A TypeScript-to-Luau Compiler for Roblox

    roblox-ts is an attempt to bridge the abilities of TypeScript to work in a Roblox environment. We break down your code into an abstract syntax tree and emit functionally similar structures in Luau so that the code behaves the same.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 3
    mlua

    mlua

    High level Lua 5.4/5.3/5.2/5.1 and Roblox Luau bindings to Rust

    mlua is binding to Lua programming language for Rust with a goal to provide safe (as far as it's possible), high-level, easy-to-use, practical, and flexible API. Started as rlua fork, mlua supports Lua 5.4, 5.3, 5.2, 5.1 (including LuaJIT) and Roblox Luau and allows to writing of native Lua modules in Rust as well as the use of Lua in a standalone mode. mlua tested on Windows/macOS/Linux including module mode in GitHub Actions on x86_64 platform and cross-compilation to aarch64 (other targets...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    With a few simple steps, you can improve the appearance of ROBLOX! It's great for ROBLOX TikTok and YouTube videos. Looking for the download? The shaders are available to download below! Please like the video since it is quite beneficial. 😊
    Leader badge
    Downloads: 151 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Luau

    Luau

    Fast, small, safe, gradually typed embeddable scripting language

    ... caveats. Luau is used by Roblox game developers to write game code, as well as by Roblox engineers to implement large parts of the user-facing application code as well as portions of the editor (Roblox Studio) as plugins. Roblox chose to open-source Luau to foster collaboration within the Roblox community as well as to allow other companies and communities to benefit from the ongoing language and runtime innovation. As a consequence, Luau is now also used by games like Alan Wake 2 and Warframe.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    Rojo

    Rojo

    Enables Roblox developers to use professional software tools

    Text Editing Rojo opens the door to use the absolute best text editors in the world and their rich plugin ecosystems.. Version Control By building your game (or just the scripts) as individual files on the filesystem, it becomes easy to start using professional-grade version control tools like Git or Mercurial Other Tools Take advantage of of tools built by engineers around the world.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Roblox anti-AFK

    Roblox anti-AFK

    Never get AFK kicked from Roblox again!

    Never get AFK-kicked again! With Roblox anti-AFK you can easily: grind, farm, chill and whatever you want! It's very easy to use. Just press "Start!", and good luck being AFK! You don't even need to have the Roblox window open. Roblox anti-AFK allows you to AFK in Roblox while you can still use your device. I hope you'll make lots of progress in your favourite simulators! Feel free to add suggestions! =====Version: 2.9.1===== Requires Java to be installed to run. You can download...
    Leader badge
    Downloads: 1,128 This Week
    Last Update:
    See Project
  • 8
    Knit

    Knit

    Lightweight game framework for Roblox

    Lightweight game framework for Roblox. A lightweight framework that simplifies communication between core parts of your Roblox experience and seamlessly bridges the gap between the server and the client. Services and controllers are the core of Knit. These objects provide a foundation for Roblox experiences. By orienting core game logic around services and controllers, developers will inherit cleaner organization across codebases and easier maintainability. Services and controllers are easy...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Kaniko

    Kaniko

    Build Container Images In Kubernetes

    kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. kaniko doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace. This enables building container images in environments that can't easily or securely run a Docker daemon, such as a standard Kubernetes cluster.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 10
    ElasticJob

    ElasticJob

    Distributed scheduled job framework

    ... improvement. Job processing capacity is flexible and scalable with the allocation of resources. Execute job on suitable time and assigned resources. Aggregation same job to same job executor. Append resources to newly assigned jobs dynamically. Using ElasticJob can make developers no longer worry about the non-functional requirements such as jobs scale out, so that they can focus more on business coding.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    GraphQL Batch

    GraphQL Batch

    A query batching executor for the graphql gem

    A query batching executor for the graphql gem. Provides an executor for the graphql gem which allows queries to be batched. Define a custom loader, which is initialized with arguments that are used for grouping and a perform method for performing the batch load. Use GraphQL::Batch as a plugin in your schema after specifying the mutation so that GraphQL::Batch can extend the mutation fields to clear the cache after they are resolved. The loader class can be used from the resolver for a graphql...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The Mirror

    The Mirror

    The open-source Roblox & UEFN alternative

    The Mirror is a tool for self-reflection and mood tracking, enabling users to record their thoughts and emotions in a secure, private environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dockertest

    Dockertest

    Write better integration tests!

    Use Docker to run your Golang integration tests against third party services on Microsoft Windows, Mac OSX and Linux! When developing applications, it is often necessary to use services that talk to a database system. Unit Testing these services can be cumbersome because mocking database/DBAL is strenuous. Making slight changes to the schema implies rewriting at least some, if not all of the mocks. The same goes for API changes in the DBAL. To avoid this, it is smarter to test these specific...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Loxodon Framework

    Loxodon Framework

    An MVVM & Databinding framework that can use C# and Lua

    LoxodonFramework is a lightweight MVVM(Model-View-ViewModel) framework built specifically to target Unity3D. Databinding and localization are supported. It has a very flexible extensibility. It makes your game development faster and easier. For tutorials, examples, and support, please see the project. You can also discuss the project in the Unity Forums. The plugin is compatible with MacOSX, Windows, Linux, UWP, WebGL, IOS, and Android, and provides all the source code of the project. If you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    goqu

    goqu

    SQL builder and query library for golang

    SQL builder and query library for golang. goqu is an expressive SQL builder and executor. Query builder, parameter interpolation (e.g SELECT * FROM "items" WHERE "id" = ? -> SELECT * FROM "items" WHERE "id" = 1). Built from the ground up with multiple dialects in mind. Insert, multi insert, update, and delete support. Scanning of rows to struct[s] or primitive value[s]. While goqu may support the scanning of rows into structs it is not intended to be used as an ORM if you are looking for common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Roblox Auto Clicker & Macro

    Roblox Auto Clicker & Macro

    Roblox but have auto clicker. Don't waste your time for click.

    Free auto clicker for Roblox. You don't need to click manually, let us do it for you. This program made by UfukGames and supporting 3 languages (Türkçe,Deutsch, English). You can use this program as an macro also. This program scanned before published.
    Leader badge
    Downloads: 203 This Week
    Last Update:
    See Project
  • 17
    FrankenPHP

    FrankenPHP

    The modern PHP app server

    FrankenPHP is a modern application server for PHP built on top of the Caddy web server. FrankenPHP gives superpowers to your PHP apps thanks to its stunning features: Early Hints, worker mode, real-time capabilities, automatic HTTPS, HTTP/2, and HTTP/3 support. FrankenPHP works with any PHP app and makes your Laravel and Symfony projects faster than ever thanks to their official integrations with the worker mode. FrankenPHP can also be used as a standalone Go library to embed PHP in any app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kotlin JDSL

    Kotlin JDSL

    Kotlin library that makes it easy to build and execute queries

    ... an executor or a wrapper class as it is designed to help you build and execute queries with the library you are using.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Nitro Secure Module library

    Nitro Secure Module library

    Provides Nitro Enclaves with attestation capability

    This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability. This is a collection of helpers which Nitro Enclaves userland applications can use to communicate with a connected NitroSecureModule (NSM) device. Various operations can be requested such as PCR query and manipulation, attestation, entropy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    testkube

    testkube

    Kubernetes-native testing framework for test execution

    Welcome to Testkube - Your friendly cloud-native testing framework for Kubernetes. Testkube natively integrates test orchestration and execution into Kubernetes and your CI/CD/GitOps pipeline. It decouples test artifacts and execution from CI/CD tooling; tests are meant to be part of your cluster's state and can be executed as needed. Out-of-the-box integrations with all popular testing tools and CI/CD systems mean no custom scripts are required to orchestrate your tests from any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SageMaker Spark

    SageMaker Spark

    A Spark library for Amazon SageMaker

    SageMaker Spark is an open-source Spark library for Amazon SageMaker. With SageMaker Spark you construct Spark ML Pipelines using Amazon SageMaker stages. These pipelines interleave native Spark ML stages and stages that interact with SageMaker training and model hosting. With SageMaker Spark, you can train on Amazon SageMaker from Spark DataFrames using Amazon-provided ML algorithms like K-Means clustering or XGBoost, and make predictions on DataFrames against SageMaker endpoints hosting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Apache Doris

    Apache Doris

    MPP-based interactive SQL data warehousing for reporting and analysis

    Apache Doris is a modern MPP analytical database product. It can provide sub-second queries and efficient real-time data analysis. With it's distributed architecture, up to 10PB level datasets will be well supported and easy to operate. Apache Doris can meet various data analysis demands, including history data reports, real-time data analysis, interactive data analysis, and exploratory data analysis. Make your data analysis easier! Support standard SQL language, compatible with MySQL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Roblox Anti-AFK 2024
    🚫🕒 Say goodbye to long waiting times and stay active in the game! 🕒🚫 In Roblox, every player wants to immerse themselves in the gameplay without the risk of being disconnected due to inactivity. Our Anti AFK Script is designed to help you remain active and enjoy the game without interruptions! The Anti AFK Script is a lightweight and effective tool that automatically performs minor actions to prevent your character from being logged out for inactivity. This script is perfect...
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 24
    Anti-AFK For Roblox

    Anti-AFK For Roblox

    Are you tired of being kicked out for being AFK on Roblox. Download.

    If you are tired of being kicked out for being AFK on Roblox, this program is for you. You don't need to do anything it will do automatic. Just Open Anti-AFK and click Ctrl+A and it will starts. This program made by HorizonPublish.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 25
    Roblox Auto Clicker/Macro

    Roblox Auto Clicker/Macro

    Roblox but have auto clicker. Don't waste your time for click.

    Free auto clicker for Roblox. You don't need to click manually, let us do it for you. This program made by UfukGames and supporting 3 languages (Türkçe, Deutsch, English). You can use this program as an macro also.
    Downloads: 24 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next