Home » Roblox Scripts » 3 NEW Survive the Killer! Scripts – Fast Run & Saw the Killer

3 NEW Survive the Killer! Scripts – Fast Run & Saw the Killer

Photo of author
Published on

Survive the Killer! is a thrilling Roblox game where players must either escape from a deadly killer or take on the role of the killer themselves. If you want to improve your experience with some useful scripts, we’ve got you covered. Here are three powerful scripts that can help you survive or dominate the game with ease.

01 TDWCTY – Survive the Killer!

This script gives you essential abilities to increase your chances of survival or gain an edge as the killer.

FeatureDescription
Saw The KillerHighlights the killer so you can see them easily.
High JumpAdjust your jump height to escape threats.
Fast RunIncreases your movement speed.
local ScreenGui = Instance.new("ScreenGui")
local main = Instance.new("Frame")
local UICorner = Instance.new("UICorner")
local TextLabel = Instance.new("TextLabel")
local Frame = Instance.new("Frame")
local UICorner_2 = Instance.new("UICorner")
local TextButton = Instance.new("TextButton")
local UICorner_3 = Instance.new("UICorner")
local close = Instance.new("TextButton")
local UICorner_4 = Instance.new("UICorner")
local ScrollingFrame = Instance.new("ScrollingFrame")
local Sawthekiller = Instance.new("TextButton")
local UICorner_5 = Instance.new("UICorner")
local HighJUmp = Instance.new("TextButton")
local UICorner_6 = Instance.new("UICorner")
local TextBox = Instance.new("TextBox")
local UICorner_7 = Instance.new("UICorner")
local highjump = Instance.new("TextBox")
local UICorner_8 = Instance.new("UICorner")
local fastwalk = Instance.new("TextButton")
local UICorner_9 = Instance.new("UICorner")
local ygkedua = Instance.new("Frame")
local UICorner_10 = Instance.new("UICorner")
local TextButton_2 = Instance.new("TextButton")
local UICorner_11 = Instance.new("UICorner")

-- Properties

ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
ScreenGui.ResetOnSpawn = false

main.Name = "main"
main.Parent = ScreenGui
main.BackgroundColor3 = Color3.new(0.0862745, 0.0901961, 0.164706)
main.BorderColor3 = Color3.new(0.776471, 0.329412, 1)
main.BorderSizePixel = 5
main.Position = UDim2.new(0.0207852814, 0, 0.418757915, 0)
main.Size = UDim2.new(0.501028836, 0, 0.552134633, 0)

UICorner.Parent = main
UICorner.CornerRadius = UDim.new(0, 10)

TextLabel.Parent = main
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
TextLabel.BackgroundTransparency = 1
TextLabel.BorderColor3 = Color3.new(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(-0.039014373, 0, 0.0223048329, 0)
TextLabel.Size = UDim2.new(0.344969213, 0, 0.13011153, 0)
TextLabel.Font = Enum.Font.SourceSansBold
TextLabel.Text = "TDWCTY"
TextLabel.TextColor3 = Color3.new(0.235294, 1, 0.847059)
TextLabel.TextScaled = true
TextLabel.TextSize = 14
TextLabel.TextWrapped = true

Frame.Parent = main
Frame.BackgroundColor3 = Color3.new(1, 1, 1)
Frame.BackgroundTransparency = 1
Frame.BorderColor3 = Color3.new(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0, 0, 0.193308547, 0)
Frame.Size = UDim2.new(0.305954814, 0, 0.806691468, 0)

UICorner_2.Parent = Frame
UICorner_2.CornerRadius = UDim.new(0, 10)

TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
TextButton.BorderColor3 = Color3.new(0, 0, 0)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0.0790899172, 0, 0.0446096659, 0)
TextButton.Size = UDim2.new(0.812080562, 0, 0.184331805, 0)
TextButton.Font = Enum.Font.Unknown
TextButton.Text = "Survive The Killer"
TextButton.TextColor3 = Color3.new(0.145098, 1, 0.815686)
TextButton.TextSize = 14

UICorner_3.Parent = TextButton

close.Name = "close"
close.Parent = main
close.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
close.BorderColor3 = Color3.new(0, 0, 0)
close.BorderSizePixel = 0
close.Position = UDim2.new(0.891170442, 0, 0.0446096659, 0)
close.Size = UDim2.new(0.0862423033, 0, 0.148698881, 0)
close.Font = Enum.Font.Unknown
close.Text = "Close"
close.TextColor3 = Color3.new(0.145098, 1, 0.815686)
close.TextSize = 14

UICorner_4.Parent = close

ScrollingFrame.Parent = main
ScrollingFrame.Active = true
ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
ScrollingFrame.BackgroundTransparency = 1
ScrollingFrame.BorderColor3 = Color3.new(0, 0, 0)
ScrollingFrame.BorderSizePixel = 0
ScrollingFrame.Position = UDim2.new(0.351129323, 0, 0.200743496, 0)
ScrollingFrame.Size = UDim2.new(0.607802808, 0, 0.799256504, 0)
ScrollingFrame.ScrollBarThickness = 0

Sawthekiller.Name = "Saw the killer"
Sawthekiller.Parent = ScrollingFrame
Sawthekiller.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
Sawthekiller.BorderColor3 = Color3.new(0, 0, 0)
Sawthekiller.BorderSizePixel = 0
Sawthekiller.Position = UDim2.new(0.00315640424, 0, 0.0357223153, 0)
Sawthekiller.Size = UDim2.new(0.989892483, 0, 0.183990374, 0)
Sawthekiller.Font = Enum.Font.Unknown
Sawthekiller.Text = "Saw The Killer"
Sawthekiller.TextColor3 = Color3.new(0.145098, 1, 0.815686)
Sawthekiller.TextSize = 14

UICorner_5.Parent = Sawthekiller

HighJUmp.Name = "HighJUmp"
HighJUmp.Parent = ScrollingFrame
HighJUmp.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
HighJUmp.BorderColor3 = Color3.new(0, 0, 0)
HighJUmp.BorderSizePixel = 0
HighJUmp.Position = UDim2.new(0.790173173, 0, 0.532496393, 0)
HighJUmp.Size = UDim2.new(0.202875704, 0, 0.18399033, 0)
HighJUmp.Font = Enum.Font.Unknown
HighJUmp.Text = "High Jump"
HighJUmp.TextColor3 = Color3.new(0.145098, 1, 0.815686)
HighJUmp.TextSize = 14

UICorner_6.Parent = HighJUmp

TextBox.Parent = ScrollingFrame
TextBox.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
TextBox.BorderColor3 = Color3.new(0, 0, 0)
TextBox.BorderSizePixel = 0
TextBox.Position = UDim2.new(0.00315640424, 0, 0.279509634, 0)
TextBox.Size = UDim2.new(0.755536437, 0, 0.18399033, 0)
TextBox.Font = Enum.Font.SourceSans
TextBox.Text = ""
TextBox.TextColor3 = Color3.new(0, 0, 0)
TextBox.TextSize = 14

UICorner_7.Parent = TextBox
UICorner_7.CornerRadius = UDim.new(0, 10)

highjump.Name = "high jump"
highjump.Parent = ScrollingFrame
highjump.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
highjump.BorderColor3 = Color3.new(0, 0, 0)
highjump.BorderSizePixel = 0
highjump.Position = UDim2.new(0.00315640424, 0, 0.532496393, 0)
highjump.Size = UDim2.new(0.755536437, 0, 0.18399033, 0)
highjump.Font = Enum.Font.SourceSans
highjump.Text = ""
highjump.TextColor3 = Color3.new(0, 0, 0)
highjump.TextSize = 14

UICorner_8.Parent = highjump
UICorner_8.CornerRadius = UDim.new(0, 10)

fastwalk.Name = "fastwalk"
fastwalk.Parent = ScrollingFrame
fastwalk.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
fastwalk.BorderColor3 = Color3.new(0, 0, 0)
fastwalk.BorderSizePixel = 0
fastwalk.Position = UDim2.new(0.790173173, 0, 0.279509634, 0)
fastwalk.Size = UDim2.new(0.202875704, 0, 0.18399033, 0)
fastwalk.Font = Enum.Font.Unknown
fastwalk.Text = "Fast Run"
fastwalk.TextColor3 = Color3.new(0.145098, 1, 0.815686)
fastwalk.TextSize = 14

UICorner_9.Parent = fastwalk

ygkedua.Name = "yg kedua"
ygkedua.Parent = ScreenGui
ygkedua.BackgroundColor3 = Color3.new(0.0862745, 0.0901961, 0.164706)
ygkedua.BorderColor3 = Color3.new(0.776471, 0.329412, 1)
ygkedua.BorderSizePixel = 5
ygkedua.Position = UDim2.new(0.00843960978, 0, 0.0196632352, 0)
ygkedua.Size = UDim2.new(0.0493827164, 0, 0.104679801, 0)
ygkedua.Visible = false

UICorner_10.Parent = ygkedua
UICorner_10.CornerRadius = UDim.new(0, 10)

TextButton_2.Parent = ygkedua
TextButton_2.BackgroundColor3 = Color3.new(0.792157, 0.164706, 1)
TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
TextButton_2.BorderSizePixel = 0
TextButton_2.Position = UDim2.new(0.124743141, 0, 0.162256733, 0)
TextButton_2.Size = UDim2.new(0.75, 0, 0.666666687, 0)
TextButton_2.Font = Enum.Font.SourceSansBold
TextButton_2.Text = "TDWCTY"
TextButton_2.TextColor3 = Color3.new(0.145098, 1, 0.815686)
TextButton_2.TextSize = 14

UICorner_11.Parent = TextButton_2

-- Scripts

local function SZFYN_fake_script() -- close.LocalScript 
	local script = Instance.new('LocalScript', close)

	script.Parent.MouseButton1Click:Connect(function()
		script.Parent.Parent.Visible = false
		script.Parent.Parent.Parent['yg kedua'].Visible = true
	end)
end
coroutine.wrap(SZFYN_fake_script)()
local function DYYOZHD_fake_script() -- Sawthekiller.LocalScript 
	local script = Instance.new('LocalScript', Sawthekiller)

	script.Parent.MouseButton1Click:Connect(function()
		for _, player in game.Players:GetPlayers() do
			if player.Team == game.Teams.Killer then
				local highlight = Instance.new("Highlight", player.Character)
			end
		end
	end)
end
coroutine.wrap(DYYOZHD_fake_script)()
local function HEJE_fake_script() -- HighJUmp.LocalScript 
	local script = Instance.new('LocalScript', HighJUmp)

	script.Parent.MouseButton1Click:Connect(function()
		game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").JumpHeight = tonumber(script.Parent.Parent["high jump"].Text)
	end)
end
coroutine.wrap(HEJE_fake_script)()
local function ODJZ_fake_script() -- fastwalk.LocalScript 
	local script = Instance.new('LocalScript', fastwalk)

	script.Parent.MouseButton1Click:Connect(function()
		game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed = tonumber(script.Parent.Parent.TextBox.Text)
	end)
end
coroutine.wrap(ODJZ_fake_script)()
local function NFALZI_fake_script() -- TextButton_2.LocalScript 
	local script = Instance.new('LocalScript', TextButton_2)

	script.Parent.MouseButton1Click:Connect(function()
		script.Parent.Parent.Visible = false
		script.Parent.Parent.Parent.main.Visible = true
	end)
	
end
coroutine.wrap(NFALZI_fake_script)()

02 ChairWare Hub – Survive the Killer!

A simple script that loads an external script hub to enhance your gameplay.

FeatureDescription
Script HubProvides multiple features for different gameplay improvements.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Milan08Studio/ChairWare/main/main.lua"))()

03 Stk – Survive the Killer!

A feature-packed script that offers various teleportation, farming, and exploit functionalities.

FeatureDescription
TP To PlayerTeleports you to another player.
TP To Safe PlaceInstantly moves you to a safe location.
Loot AutofarmAutomatically collects loot.
Revive AutofarmHelps you revive teammates effortlessly.
Auto EscapeEscape from the killer instantly.
loadstring(game:HttpGet("https://raw.githubusercontent.com/Milan08Studio/ChairWare/main/main.lua"))()

How to Use the Scripts

Using these scripts is simple. First, ensure you have a Roblox script executor like Synapse X or Krnl. Copy and paste the script into your executor and run it while in the game. The script will activate automatically, providing you with the selected features.

What Are the Benefits of Using These Scripts?

Using these scripts enhances your gameplay by providing various advantages. You can detect the killer faster, move swiftly, escape more easily, and even use teleportation to stay safe. Additionally, features like auto farming and auto escape help you progress quickly without much effort. These scripts make the game more exciting and enjoyable.

Leave a Comment