R
@RIseScripting
Fight In a school Remastered
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "Fight In a school RiseHUb",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "FIAS Script",
LoadingSubtitle = "ui by Sirius(script by risejay.",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
Fight In a school Remastered
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",
LoadingSubtitle = "by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
Fight In a school Remastered
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",
LoadingSubtitle = "by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
South Bronx Script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "South Bronx Script (Rise Hub)",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "RiseHub Script",
LoadingSubtitle = "GUi by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
South Bronx Script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "South Bronx Script (Rise Hub)",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "RiseHub Script",
LoadingSubtitle = "GUi by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
South Bronx Script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "South Bronx Script (Rise Hub)",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "RiseHub Script",
LoadingSubtitle = "GUi by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
South Bronx Script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "South Bronx Script (Rise Hub)",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "RiseHub Script",
LoadingSubtitle = "GUi by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
South Bronx Script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "South Bronx Script (Rise Hub)",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "RiseHub Script",
LoadingSubtitle = "GUi by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
South Bronx Script
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "South Bronx Script (Rise Hub)",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "RiseHub Script",
LoadingSubtitle = "GUi by Sirius",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
DisableRayfieldPrompts = false,
Key System
--//Game ID Check\\--
local allowedGameId = 12355337193 -- The allowed game ID
if game.PlaceId ~= allowedGameId then
game.StarterGui:SetCore("SendNotification", {
Title = "Unauthorized Game",
Text = "This script can only be used in the allowed game!",
Duration = 5
})
return -- Stop the script from executing
end
Key System
--//Game ID Check\\--
local allowedGameId = 12355337193 -- The allowed game ID
if game.PlaceId ~= allowedGameId then
game.StarterGui:SetCore("SendNotification", {
Title = "Unauthorized Game",
Text = "This script can only be used in the allowed game!",
Duration = 5
})
return -- Stop the script from executing
end
Rise Hub Blade ball
OrionLib:MakeNotification({
Name = "!",
Content = "Notification content... what will it say??",
Image = "rbxassetid://4483345998",
Time = 5
})
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
local Window = OrionLib:MakeWindow({Name = "Rise Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
Key System
--//Game ID Check\\--
local allowedGameId = 4483381587 -- The allowed game ID
if game.PlaceId ~= allowedGameId then
game.StarterGui:SetCore("SendNotification", {
Title = "Unauthorized Game",
Text = "This script can only be used in the allowed game!",
Duration = 5
})
return -- Stop the script from executing
end
Key System
--// Key System \\--
local pastebinURL = "https://pastebin.com/raw/VFTp442F" -- Replace with your Pastebin raw URL
local enteredKey = ""
-- Function to fetch the correct key from Pastebin
local function fetchKey()
local success, response = pcall(function()
return game:HttpGet(pastebinURL)
end)
Key System
--// Key System \\--
local pastebinURL = "https://pastebin.com/raw/yourpasteid" -- Replace with your Pastebin raw URL
local enteredKey = ""
-- Function to fetch the correct key from Pastebin
local function fetchKey()
local success, response = pcall(function()
return game:HttpGet(pastebinURL)
end)
Rise Hub Blade ball
OrionLib:MakeNotification({
Name = "!",
Content = "Notification content... what will it say??",
Image = "rbxassetid://4483345998",
Time = 5
})
wait 1,
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()