message
message
-- Global Settings
local Global = getgenv and getgenv() or _G
Global.Reanimation = Global.Reanimation or "PermaDeath"
Global.FlingType = Global.FlingType or 'Mixed'
-- Initialize UI
local Pendulum = Library:New("Security Testing Hub")
local SettingsTab = Pendulum:NewTab("Settings")
local TestScriptsTab = Pendulum:NewTab("Test Scripts")
local LogsTab = Pendulum:NewTab("Logs")