D

@DarkRB45

Dark Hub FTAP

Lua
11 months ago
-- Dark Hub - FTAP with Aimbot, Fling, ESP Controls -- Services local Players = game:GetService("Players") local UIS = game:GetService("UserInputService") local RunService = game:GetService("RunService") local LocalPlayer = Players.LocalPlayer local PlayerGui = LocalPlayer:WaitForChild("PlayerGui") local Camera = workspace.CurrentCamera

MVSD Remove Gun Cooldown

Lua
11 months ago
local Players = game:GetService("Players") local Rayfield = loadstring(game:HttpGet("https://sirius.menu/rayfield"))() local function removeCooldown() local function setGunCooldownToZero(gun) if gun and gun:FindFirstChild("Cooldown") then gun.Cooldown = 0 end end

MVSD Script

Lua
11 months ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Dark Hub", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). LoadingTitle = "Dark Hub Suite", LoadingSubtitle = "by Kim Noel", Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes DisableRayfieldPrompts = false,

Aimbot GUI Dark Hub

Lua
1 year ago
-- Services local Players = game:GetService("Players") local UIS = game:GetService("UserInputService") local StarterGui = game:GetService("StarterGui") local RunService = game:GetService("RunService") -- Player and camera references local localPlayer = Players.LocalPlayer local camera = workspace.CurrentCamera

Dark Hub

Lua
1 year ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Dark Hub", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). LoadingTitle = "Dark Hub Suite", LoadingSubtitle = "by Kim Noel", Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes DisableRayfieldPrompts = false,