Script Features:
- Sprunbi Rails FE Killaura: Automatically attacks and eliminates players/NPCs on rails.
- Which Npcs From Sprunbi gets killed: Any NPC within the Killaura’s range.
Sprunbie Rail Scripts:
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
local UIS = game:GetService("UserInputService")
-- Create UI
local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Parent = Player:WaitForChild("PlayerGui")
local Frame = Instance.new("Frame")
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
Frame.Size = UDim2.new(0, 180, 0, 80)
Frame.Position = UDim2.new(0.5, -90, 0.5, -40)
Frame.Active = true
Frame.Draggable = true
local ToggleButton = Instance.new("TextButton")
ToggleButton.Parent = Frame
ToggleButton.Size = UDim2.new(1, 0, 0.6, 0)
ToggleButton.Position = UDim2.new(0, 0, 0, 0)
ToggleButton.Text = "OFF"
ToggleButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
ToggleButton.TextSize = 20
ToggleButton.Font = Enum.Font.SourceSansBold
local Label = Instance.new("TextLabel")
Label.Parent = Frame
Label.Size = UDim2.new(1, 0, 0.4, 0)
Label.Position = UDim2.new(0, 0, 0.6, 0)
Label.Text = "Made by Aintnoway123n | Don't skid"
Label.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
Label.TextColor3 = Color3.fromRGB(255, 255, 255)
Label.TextSize = 14
Label.Font = Enum.Font.SourceSansBold
local spamEnabled = false
-- Spam function
local function spamRemotes()
while spamEnabled do
local args1 = { [1] = 9999999999 }
local args2 = { [1] = 999999 }
local Enemies = workspace:FindFirstChild("Enemies")
if Enemies then
if Enemies:FindFirstChild("Zombie-1") then
Enemies["Zombie-1"].TakeDamage:FireServer(unpack(args1))
end
if Enemies:FindFirstChild("Outlaw-1") then
Enemies["Outlaw-1"].TakeDamage:FireServer(unpack(args2))
end
if Enemies:FindFirstChild("Zombie-2") then
Enemies["Zombie-2"].TakeDamage:FireServer(unpack(args1))
end
if Enemies:FindFirstChild("Outlaw-2") then
Enemies["Outlaw-2"].TakeDamage:FireServer(unpack(args2))
end
end
task.wait(0.1) -- Prevent excessive spamming
end
end
-- Toggle button function
ToggleButton.MouseButton1Click:Connect(function()
spamEnabled = not spamEnabled
if spamEnabled then
ToggleButton.Text = "ON"
ToggleButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
task.spawn(spamRemotes)
else
ToggleButton.Text = "OFF"
ToggleButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
end
end)
How to use scripts?
- Download a Script Executor – I only recommend MacSploit, AWP.GG, Delta, Fluxus, or Codex.
- Attach the Executor – Connect the tool to the game process.
- Paste the Script – Load and execute the Lua script inside the game.
- Activate Features – Tap the execute icon to use the injected script for custom actions.
Game Details:
- Name: Sprunbie Rail
- Developer: Splanki Workshop
- Maturity: Minimal
- Genre: RPG
- Subgenre: Action RPG
Leave a Reply