1 | Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro2/main/ui2"))() |
2 | local NotifyLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro/main/ui"))() |
3 | NotifyLib.prompt('wait', 'Loading..', 6) |
4 | NotifyLib.prompt('scripts loaded', 'waiting', 6) |
5 | NotifyLib.prompt('https://discord.gg/pTmc8uEqJr', 'spawn', 5) |
6 | |
7 | local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() |
8 | |
9 | local Window = Rayfield:CreateWindow({ |
10 | Name = "script hub", |
11 | LoadingTitle = "welcome", |
12 | LoadingSubtitle = "by gameroblox0", |
13 | ConfigurationSaving = { |
14 | Enabled = true, |
15 | FolderName = nil, -- Create a custom folder for your hub/game |
16 | FileName = "Big Hub" |
17 | }, |
18 | Discord = { |
19 | Enabled = false, |
20 | Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD |
21 | RememberJoins = true -- Set this to false to make them join the discord every time they load it up |
22 | }, |
23 | KeySystem = true, -- Set this to true to use our key system |
24 | KeySettings = { |
25 | Title = "Untitled", |
26 | Subtitle = "Key System", |
27 | Note = "to get the key here : https://discord.gg/pD4Vgztypa ", |
28 | FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file |
29 | SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script |
30 | GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from |
31 | Key = {"banan.key_38657"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22") |
32 | } |
33 | }) |
34 | |
35 | local Tab = Window:CreateTab("home", 4483362458) -- Title, Image |
36 | |
37 | local Button = Tab:CreateButton({ |
38 | Name = "mm2 script 1", |
39 | Callback = function() |
40 | |
41 | Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro2/main/ui2"))() |
42 | local NotifyLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro/main/ui"))() |
43 | NotifyLib.prompt('wait', 'Loading..', 6) |
44 | NotifyLib.prompt('scripts loaded', 'waiting', 6) |
45 | NotifyLib.prompt('https://discord.gg/pTmc8uEqJr', 'spawn', 5) |
46 | |
47 | loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)() |
48 | |
49 | end, |
50 | }) |
51 | |
52 | local Button = Tab:CreateButton({ |
53 | Name = "coming soon", |
54 | Callback = function() |
55 | |
56 | Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro2/main/ui2"))() |
57 | local NotifyLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/vKhonshu/intro/main/ui"))() |
58 | NotifyLib.prompt('wait', 'Loading..', 6) |
59 | NotifyLib.prompt('scripts loaded', 'waiting', 6) |
60 | NotifyLib.prompt('not done yet', 'sad', 5) |
61 | |
62 | end, |
63 | }) |
64 | |
65 | local Tab = Window:CreateTab("settings", 4483362458) -- Title, Image |
66 | |
67 | local Section = Tab:CreateSection("made by bfmbfm281 in TikTok") |
68 | |
69 | local Section = Tab:CreateSection("thanks to gameroblox0 in YouTube") |