Survive the Killer! Script | USEFUL SCRIPTS TO EASILY WIN THE GAME

Created by Vanizzz

Features:

sethiddenproperty(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,"CFrame",game:GetService("Workspace").CurrentMap.ExitDoor.Glow.CFrame)
for i, v in next, game:GetService("Workspace").CurrentMap.Coins:GetDescendants() do
    if v.Name:match("Coin") then
    sethiddenproperty(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,"CFrame",v.CFrame)
end
end
for i, v in next, game:GetService("Workspace").CurrentMap.Loot:GetChildren() do
  if v.Name:match("chest") then
      sethiddenproperty(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,"CFrame",v.Chest.CFrame)
      wait(.2)
      for i=1,2 do wait()
          game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game)
       end

   end
end
for i, v in next, game:GetService("Workspace").CurrentMap.Loot:GetDescendants() do
  if v.Name:match("LootProxBlock") then
      sethiddenproperty(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,"CFrame",v.CFrame)
      wait(.2)
      for i=1,2 do wait()
          game:GetService("VirtualInputManager"):SendKeyEvent(true, "E", false, game)
       end
   end
end
local Power = 50
sethiddenproperty(game:GetService("Players").LocalPlayer.Character.Humanoid,"WalkSpeed",Power)
local Power = 100
setscriptable(game:GetService("Players").LocalPlayer.Character.Humanoid,"JumpPower",false)
sethiddenproperty(game:GetService("Players").LocalPlayer.Character.Humanoid,"JumpPower",Power)