This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() | |
| local Window = Rayfield:CreateWindow({ | |
| Name = "Rayfield Example Window", | |
| Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). | |
| LoadingTitle = "Rayfield Interface Suite", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() | |
| local Window = Rayfield:CreateWindow({ | |
| Name = "Rayfield Example Window", | |
| Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). | |
| LoadingTitle = "Rayfield Interface Suite", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getgenv().GG = { | |
| Language = { | |
| CheckboxEnabled = "Enabled", | |
| CheckboxDisabled = "Disabled", | |
| SliderValue = "Value", | |
| DropdownSelect = "Select", | |
| DropdownNone = "None", | |
| DropdownSelected = "Selected", | |
| ButtonClick = "Click", | |
| TextboxEnter = "Enter", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getgenv().GG = { | |
| Language = { | |
| CheckboxEnabled = "Enabled", | |
| CheckboxDisabled = "Disabled", | |
| SliderValue = "Value", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getgenv().GG = { | |
| Language = { | |
| CheckboxEnabled = "Enabled", | |
| CheckboxDisabled = "Disabled", | |
| SliderValue = "Value", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getgenv().GG = { | |
| Language = { | |
| CheckboxEnabled = "Enabled", | |
| CheckboxDisabled = "Disabled", | |
| SliderValue = "Value", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Auto Perry Script for Blade Ball | |
| -- Fully replicates game's parry remotes and parameters | |
| -- Includes GUI toggles for Auto Perry, Auto Spam, Trigger Box | |
| local Players = game:GetService("Players") | |
| local RunService = game:GetService("RunService") | |
| local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
| local UserInputService = game:GetService("UserInputService") | |
| local player = Players.LocalPlayer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local Window = Rayfield:CreateWindow({ | |
| Name = "Rayfield Example Window", | |
| Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). | |
| LoadingTitle = "Rayfield Interface Suite", | |
| LoadingSubtitle = "by Sirius", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --================ SERVICES ================= | |
| local Players = game:GetService("Players") | |
| local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
| local RunService = game:GetService("RunService") | |
| local player = Players.LocalPlayer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!]] | |
| local player = game.Players.LocalPlayer | |
| local function makeHeadInvisible() | |
| local character = player.Character |
NewerOlder