local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
local Window = Rayfield:CreateWindow({
Name = "👑 JHub 👑 V6.0.0",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "JHub....",
LoadingSubtitle = "Loading....",
ShowText = "Open Jhub", -- for mobile users to unhide rayfield, change if you'd like
Theme = "Ocean", -- Check https://[Log in to view URL]
ToggleUIKeybind = "K", -- The keybind to toggle the UI visibility (string like "K" or Enum.KeyCode)
DisableRayfieldPrompts = true,
DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
ConfigurationSaving = {
Enabled = false,
FolderName = JHub_Configuration_Prenium, -- Create a custom folder for your hub/game
FileName = "JHub_Configuration"
},
Discord = {
Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
Invite = "YFNxYAU9sT", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
RememberJoins = false -- Set this to false to make them join the discord every time they load it up
},
KeySystem = true, -- Set this to true to use our key system
KeySettings = {
Title = "Key",
Subtitle = "Get the key and future keys in the discord",
Note = "The key is on discord, no ads, only join the server.", -- Use this to tell the user how to get a key
FileName = "JHubKey", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
Key = {"23071806"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})
local Tab = Window:CreateTab("📜Informations",104365492568677) -- Title, Image
local Paragraph = Tab:CreateParagraph({Title = "JHub", Content = "All scripts not by me."})
local Paragraph = Tab:CreateParagraph({Title = "Configurations", Content = "Press K to show and hide the gui without destroying the interface, also if a script use rayfield too, it will destroy JHub (you can re execute JHub to get back."})
local Button = Tab:CreateButton({
Name = "Destroy JHub interface",
Callback = function()
Rayfield:Destroy()
end,
})
local Tab = Window:CreateTab("🎲 Universal Scripts", 104365492568677) -- Title, Image
local Button = Tab:CreateButton({
Name = "Combat Script (Aimbot, ESP, Hitbox)",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "VAPE For Roblox",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end,
})
local Button = Tab:CreateButton({
Name = "Infinite Yield",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "Dex",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "Mobile Aimbot",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "Parts Bringer (May not work on all Games)",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "Neptune Aimbot",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end,
})
local Button = Tab:CreateButton({
Name = "ShiftLock Button For Mobile",
Callback = function()
Rayfield:Notify({
Title = "Script Executed",
Content = "Have Fun !",
Duration = 6.5,
Image = 104365492568677,
})
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Tab = Window:CreateTab("🎮 Games Scripts",104365492568677) -- Title, Image
To embed this program on your website, copy the following code and paste it into your website's HTML: