Brookhaven NSS Spammer Script | Spammer, Updated, Direct Execute
Description
NSS Spammer is a Brookhaven RP script focused on spam features. It is described as fully updated and made by Alpha, with direct execution available.
Key Features
- NSS Spammer
- Updated Script
- Alpha Script
- Brookhaven RP Support
- Direct Execute
Features
Compatible Executors
Script
-- ◦•●◉✿ NSS SPAMMER ✿◉●•◦
-- Fully Updated | Made by Alpha
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local UserInputService = game:GetService("UserInputService")
local CoreGui = game:GetService("CoreGui")
local TextChatService = game:GetService("TextChatService")
local LocalPlayer = Players.LocalPlayer
-- ========== AUTO RP NAME + BIO (Special Font + RGB) ==========
task.spawn(function()
local RE = ReplicatedStorage:WaitForChild("RE", 8)
if RE then
local NameRemote = RE:FindFirstChild("1RPNam1eTex1t")
local ColorRemote = RE:FindFirstChild("1RPNam1eColo1r")
if NameRemote and ColorRemote then
pcall(function()
NameRemote:FireServer("RolePlayName", "ɴss sᴘᴀᴍᴍᴇʀ")
NameRemote:FireServer("RolePlayBio", "ᴍᴀᴅᴇ ʙʏ ᴀʟᴘʜᴀ")
end)
while task.wait(0.1) do
local c = Color3.fromHSV(tick() % 5 / 5, 1, 1)
pcall(function()
ColorRemote:FireServer("PickingRPNameColor", c)
ColorRemote:FireServer("PickingRPBioColor", c)
end)
end
end
end
end)
-- ========== LOADING ==========
do
local LoadGui = Instance.new("ScreenGui")
LoadGui.Name = "NSS_Load"
LoadGui.Parent = CoreGui
LoadGui.IgnoreGuiInset = true
local bg = Instance.new("Frame")
bg.Size = UDim2.new(1, 0, 1, 0)
bg.BackgroundColor3 = Color3.fromRGB(10, 10, 15)
bg.Parent = LoadGui
local title = Instance.new("TextLabel")
title.Size = UDim2.new(1, 0, 0, 50)
title.Position = UDim2.new(0, 0, 0.42, 0)
title.BackgroundTransparency = 1
title.Text = "◦•●◉✿ NSS SPAMMER ✿◉●•◦"
title.TextColor3 = Color3.fromRGB(255, 255, 255)
title.TextSize = 26
title.Font = Enum.Font.GothamBold
title.Parent = bg
local sub = Instance.new("TextLabel")
sub.Size = UDim2.new(1, 0, 0, 25)
sub.Position = UDim2.new(0, 0, 0.5, 0)
sub.BackgroundTransparency = 1
sub.Text = "Made by Alpha"
sub.TextColor3 = Color3.fromRGB(180, 180, 255)
sub.TextSize = 15
sub.Font = Enum.Font.Gotham
sub.Parent = bg
task.spawn(function()
while title and title.Parent do
title.TextColor3 = Color3.fromHSV(tick() % 5 / 5, 1, 1)
task.wait(0.05)
end
end)
task.wait(1.6)
LoadGui:Destroy()
end
-- ========== UI ==========
if CoreGui:FindFirstChild("NSS_Spammer") then
CoreGui.NSS_Spammer:Destroy()
end
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "NSS_Spammer"
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = CoreGui
-- Side Toggle
local ToggleBtn = Instance.new("TextButton")
ToggleBtn.Size = UDim2.new(0, 42, 0, 90)
ToggleBtn.Position = UDim2.new(0, 10, 0.4, 0)
ToggleBtn.BackgroundColor3 = Color3.fromRGB(22, 22, 30)
ToggleBtn.Text = "NnSnS"
ToggleBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
ToggleBtn.TextSize = 14
ToggleBtn.Font = Enum.Font.GothamBold
ToggleBtn.Parent = ScreenGui
Instance.new("UICorner", ToggleBtn).CornerRadius = UDim.new(0, 10)
local tStroke = Instance.new("UIStroke")
tStroke.Thickness = 1.5
tStroke.Parent = ToggleBtn
task.spawn(function()
while tStroke.Parent do
tStroke.Color = Color3.fromHSV(tick() % 5 / 5, 1, 1)
task.wait(0.07)
end
end)
-- Main Frame
local Main = Instance.new("Frame")
Main.Size = UDim2.new(0, 310, 0, 380)
Main.Position = UDim2.new(0.5, -155, 0.5, -190)
Main.BackgroundColor3 = Color3.fromRGB(18, 18, 24)
Main.BorderSizePixel = 0
Main.Parent = ScreenGui
Instance.new("UICorner", Main).CornerRadius = UDim.new(0, 14)
local mStroke = Instance.new("UIStroke")
mStroke.Thickness = 2
mStroke.Parent = Main
task.spawn(function()
while mStroke.Parent do
mStroke.Color = Color3.fromHSV(tick() % 5 / 5, 1, 1)
task.wait(0.06)
end
end)
-- Title
local Title = Instance.new("TextLabel")
Title.Size = UDim2.new(1, -70, 0, 40)
Title.Position = UDim2.new(0, 12, 0, 5)
Title.BackgroundTransparency = 1
Title.Text = "◦•●◉✿ NSS SPAMMER ✿◉●•◦"
Title.TextColor3 = Color3.fromRGB(255, 255, 255)
Title.TextSize = 14
Title.Font = Enum.Font.GothamBold
Title.TextXAlignment = Enum.TextXAlignment.Left
Title.Parent = Main
task.spawn(function()
while Title.Parent do
Title.TextColor3 = Color3.fromHSV(tick() % 5 / 5, 1, 1)
task.wait(0.05)
end
end)
local MadeBy = Instance.new("TextLabel")
MadeBy.Size = UDim2.new(1, 0, 0, 18)
MadeBy.Position = UDim2.new(0, 0, 0, 38)
MadeBy.BackgroundTransparency = 1
MadeBy.Text = "Made by Alpha"
MadeBy.TextColor3 = Color3.fromRGB(150, 150, 170)
MadeBy.TextSize = 12
MadeBy.Font = Enum.Font.Gotham
MadeBy.Parent = Main
-- Close
local CloseBtn = Instance.new("TextButton")
CloseBtn.Size = UDim2.new(0, 28, 0, 28)
CloseBtn.Position = UDim2.new(1, -36, 0, 8)
CloseBtn.BackgroundTransparency = 1
CloseBtn.Text = "X"
CloseBtn.TextColor3 = Color3.fromRGB(255, 70, 70)
CloseBtn.TextSize = 18
CloseBtn.Font = Enum.Font.GothamBold
CloseBtn.Parent = Main
-- Minimize
local MinBtn = Instance.new("TextButton")
MinBtn.Size = UDim2.new(0, 28, 0, 28)
MinBtn.Position = UDim2.new(1, -68, 0, 8)
MinBtn.BackgroundColor3 = Color3.fromRGB(40, 40, 50)
MinBtn.Text = "—"
MinBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
MinBtn.TextSize = 16
MinBtn.Font = Enum.Font.GothamBold
MinBtn.Parent = Main
Instance.new("UICorner", MinBtn).CornerRadius = UDim.new(0, 6)
-- Name Box
local NameBox = Instance.new("TextBox")
NameBox.Size = UDim2.new(1, -30, 0, 36)
NameBox.Position = UDim2.new(0, 15, 0, 70)
NameBox.BackgroundColor3 = Color3.fromRGB(28, 28, 36)
NameBox.Text = "Hater"
NameBox.PlaceholderText = "Name yahan likho"
NameBox.TextColor3 = Color3.fromRGB(255, 255, 255)
NameBox.TextSize = 15
NameBox.Font = Enum.Font.GothamBold
NameBox.ClearTextOnFocus = false
NameBox.Parent = Main
Instance.new("UICorner", NameBox).CornerRadius = UDim.new(0, 8)
-- Delay
local DelayLabel = Instance.new("TextLabel")
DelayLabel.Size = UDim2.new(0, 90, 0, 25)
DelayLabel.Position = UDim2.new(0, 15, 0, 120)
DelayLabel.BackgroundTransparency = 1
DelayLabel.Text = "Delay (sec):"
DelayLabel.TextColor3 = Color3.fromRGB(200, 200, 210)
DelayLabel.TextSize = 13
DelayLabel.Font = Enum.Font.Gotham
DelayLabel.Parent = Main
local DelayBox = Instance.new("TextBox")
DelayBox.Size = UDim2.new(0, 70, 0, 28)
DelayBox.Position = UDim2.new(0, 110, 0, 118)
DelayBox.BackgroundColor3 = Color3.fromRGB(28, 28, 36)
DelayBox.Text = "1.8"
DelayBox.TextColor3 = Color3.fromRGB(255, 255, 255)
DelayBox.TextSize = 14
DelayBox.Font = Enum.Font.Gotham
DelayBox.Parent = Main
Instance.new("UICorner", DelayBox).CornerRadius = UDim.new(0, 6)
-- Messages (Updated with heavy custom symbol blocks)
local Messages = {
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ TMX MARE DARK NOVA SPELL GODZILLA WAVE ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚔️//// //! 🔥 ////!!!!! TMX MARE DARK NOVA SPELL GODZILLA ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ /⚡ TMX MARE DARK NOVA SPELL GODZILLA WAVE ULTRA 💀",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ☠️ ALPHA DADDY POWER WAVE BEEM 💣 ////!!!!! ⚔️////",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ TMX MARE DARK NOVA SPELL GODZILLA WAVE //!!!! 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ULTRA SONIC BEEM KILL POWER AURA ALPHA DADDY 💥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ /⚡ TMX MARE DARK NOVA SPELL GODZILLA ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚔️//// //! 🔪 TMX MARE DARK NOVA SPELL 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ TMX MARE DARK NOVA SPELL GODZILLA WAVE ULTRA 💀",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ KILL POWER AURA ALPHA DADDY ☠️ //!!!! /! ⚡",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚔️//// //! 💣 ////!!!!! TMX MARE DARK 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ TMX MARE DARK NOVA SPELL GODZILLA WAVE ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ BEEM KILL POWER AURA ALPHA DADDY ☠️ 💥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ /⚡ /! /! TMX MARE DARK NOVA SPELL 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚔️//// //! 🔪 TMX MARE DARK NOVA 💀",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ TMX MARE DARK NOVA SPELL GODZILLA ULTRA ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ POWER AURA ALPHA DADDY ☠️ //!!!! /! ⚡",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚡ /! ////!!!!! ⚔️//// //! TMX MARE 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ 💣 TMX MARE DARK NOVA SPELL GODZILLA ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ULTRA SONIC BEEM KILL POWER AURA ALPHA 💥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚔️//// //! 🔪 ////!!!!! TMX MARE 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ /! /! TMX MARE DARK NOVA SPELL GODZILLA 💀",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ TMX MARE DARK NOVA SPELL GODZILLA WAVE ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ KILL POWER AURA ALPHA DADDY ☠️ ////!!!!! ⚡",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ //! 💣 ////!!!!! TMX MARE DARK NOVA 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ /! /! /! TMX MARE DARK NOVA SPELL 💥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ⚡ /! ////!!!!! ⚔️//// //! TMX MARE ☠️",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ 🔪 ALPHA DADDY ON TOP ☠️ TMX MARE 🔥",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ NSS SPAMMER V1 RUNNING ⚔️//// //! 💀",
"[Hater] ////////////!!!!!!!!!! ////////////\/\/\///\/\/\//////\\//||\|\|\|\|\|\|\|\|\|\|\|\|\\|\|\\`\||\|\|\|\|\|\|\\\|\|\|\|\|\|\|\||\\\||\|\ ◦•●◉✿ NSS SPAMMER ✿◉●•◦ ALPHA ON TOP ☠️"
}
-- Strong Chat Function
local function SendChat(msg)
if not msg or msg == "" then return end
local ok = pcall(function()
local ch = TextChatService.TextChannels:FindFirstChild("RBXGeneral")
if ch then
ch:SendAsync(msg)
return true
end
end)
if not ok then
pcall(function()
local ev = ReplicatedStorage:FindFirstChild("DefaultChatSystemChatEvents")
if ev and ev:FindFirstChild("SayMessageRequest") then
ev.SayMessageRequest:FireServer(msg, "All")
end
end)
end
end
local Spamming = false
-- Buttons
local StartBtn = Instance.new("TextButton")
StartBtn.Size = UDim2.new(1, -30, 0, 40)
StartBtn.Position = UDim2.new(0, 15, 0, 165)
StartBtn.BackgroundColor3 = Color3.fromRGB(0, 170, 70)
StartBtn.Text = "START SPAM"
StartBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
StartBtn.TextSize = 16
StartBtn.Font = Enum.Font.GothamBold
StartBtn.Parent = Main
Instance.new("UICorner", StartBtn).CornerRadius = UDim.new(0, 8)
local StopBtn = Instance.new("TextButton")
StopBtn.Size = UDim2.new(1, -30, 0, 40)
StopBtn.Position = UDim2.new(0, 15, 0, 215)
StopBtn.BackgroundColor3 = Color3.fromRGB(190, 40, 40)
StopBtn.Text = "STOP SPAM"
StopBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
StopBtn.TextSize = 16
StopBtn.Font = Enum.Font.GothamBold
StopBtn.Parent = Main
Instance.new("UICorner", StopBtn).CornerRadius = UDim.new(0, 8)
local RandomBtn = Instance.new("TextButton")
RandomBtn.Size = UDim2.new(1, -30, 0, 35)
RandomBtn.Position = UDim2.new(0, 15, 0, 270)
RandomBtn.BackgroundColor3 = Color3.fromRGB(70, 70, 110)
RandomBtn.Text = "RANDOM MSG"
RandomBtn.TextColor3 = Color3.fromRGB(255, 255, 255)
RandomBtn.TextSize = 14
RandomBtn.Font = Enum.Font.GothamBold
RandomBtn.Parent = Main
Instance.new("UICorner", RandomBtn).CornerRadius = UDim.new(0, 8)
-- Start
StartBtn.MouseButton1Click:Connect(function()
if Spamming then return end
Spamming = true
StartBtn.Text = "SPAMMING..."
StartBtn.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
task.spawn(function()
local i = 1
while Spamming do
local name = NameBox.Text
if name == "" then name = "Hater" end
local msg = Messages[i]:gsub("%[Hater%]", "[" .. name .. "]")
SendChat(msg)
i = i + 1
if i > #Messages then i = 1 end
local d = tonumber(DelayBox.Text) or 1.8
task.wait(math.clamp(d, 0.9, 8))
end
end)
end)
-- Stop
StopBtn.MouseButton1Click:Connect(function()
Spamming = false
StartBtn.Text = "START SPAM"
StartBtn.BackgroundColor3 = Color3.fromRGB(0, 170, 70)
end)
-- Random Message Button Action
RandomBtn.MouseButton1Click:Connect(function()
local name = NameBox.Text
if name == "" then name = "Hater" end
local randomMsg = Messages[math.random(1, #Messages)]:gsub("%[Hater%]", "[" .. name .. "]")
SendChat(randomMsg)
end)
-- Close
CloseBtn.MouseButton1Click:Connect(function()
Spamming = false
ScreenGui:Destroy()
end)
-- Minimize
local isMin = false
MinBtn.MouseButton1Click:Connect(function()
isMin = not isMin
if isMin then
Main.Size = UDim2.new(0, 310, 0, 50)
NameBox.Visible = false
DelayLabel.Visible = false
DelayBox.Visible = false
StartBtn.Visible = false
StopBtn.Visible = false
RandomBtn.Visible = false
MinBtn.Text = "+"
else
Main.Size = UDim2.new(0, 310, 0, 380)
NameBox.Visible = true
DelayLabel.Visible = true
DelayBox.Visible = true
StartBtn.Visible = true
StopBtn.Visible = true
RandomBtn.Visible = true
MinBtn.Text = "—"
end
end)
-- Side Toggle
ToggleBtn.MouseButton1Click:Connect(function()
Main.Visible = not Main.Visible
end)
-- Drag
local dragging, dragStart, startPos
Main.InputBegan:Connect(function(input)
if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
dragging = true
dragStart = input.Position
startPos = Main.Position
input.Changed:Connect(function()
if input.UserInputState == Enum.UserInputState.End then
dragging = false
end
end)
end
end)
UserInputService.InputChanged:Connect(function(input)
if dragging and (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
local delta = input.Position - dragStart
Main.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
end
end)
print("◦•●◉✿ NSS SPAMMER ✿◉●•◦ | Made by Alpha | Updated")
No comments yet. Be the first!