-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJunk.lua
More file actions
20 lines (13 loc) · 1.17 KB
/
Copy pathJunk.lua
File metadata and controls
20 lines (13 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--// SERVICES local Players = game:GetService("Players") local TeleportService = game:GetService("TeleportService") local HttpService = game:GetService("HttpService") local LocalPlayer = Players.LocalPlayer
--// RAYFIELD local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
--// KEY SYSTEM local function createKeyWindow() local Window = Rayfield:CreateWindow({ Name = "Dynamics", LoadingTitle = "Dynamics", LoadingSubtitle = "by YourLocal-hub", ConfigurationSaving = { Enabled = true, FolderName = "DynamicsCFG", FileName = "UserSettings" }, Discord = { Enabled = true, Invite = "z2qGsFREwG", RememberJoins = true }, KeySystem = true, KeySettings = { Title = "Dynamics Key System", Subtitle = "Enter the key to unlock", Note = "Join the Discord server to get the key: discord.gg/z2qGsFREwG", FileName = "DynamicsKey", SaveKey = false, GrabKeyFromSite = false, Key = { "MD82671" } } })
Rayfield:Notify({
Title = "Key Accepted!",
Content = "Loading Dynamics GUI...",
Duration = 4,
Image = 4483362458
})
task.wait(2)
loadstring(game:HttpGet("https://raw.githubusercontent.com/YourLocal-hub/Dynamics-/refs/heads/main/Source.lua"))()
end
createKeyWindow()