D
@DarkRB45
Dark Hub FTAP
-- 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
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
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
-- 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
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,