-- By Nescoroco
-- https://discord.gg/XsyfvJrk4B
-- ## Autowin + Server destroyer (Autowin while server destroyer) ##
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
-- nescoroco.lat
local u = game:GetService("UserInputService")
local r = game:GetService("RunService")
local p = game.Players.LocalPlayer
local h = p.Character:WaitForChild("HumanoidRootPart")
local i = CFrame.new(140.633, 97, -173.094)
local f = CFrame.new(147.325, 95.391, -139.590)
local s = CFrame.new(313.818, 343.344, -180.682)
local t = false
local c
local lS = 0
local lF = 0
local function start()
lS = tick()
lF = tick()
h.CFrame = s
task.wait(0.1)
c = r.Heartbeat:Connect(function()
h.CFrame = i
if tick() - lF >= 5.3 then
h.CFrame = f
task.wait(0.1)
lF = tick()
end
if tick() - lS >= 31 then
h.CFrame = s
task.wait(0.1)
lS = tick()
end
end)
end
local function stop()
if c then
c:Disconnect()
c = nil
end
end
local g = Instance.new("ScreenGui")
g.Parent = game:GetService("CoreGui")
g.Name = "PersistentGui"
local fr = Instance.new("Frame", g)
fr.Size = UDim2.new(0, 160, 0, 60)
fr.Position = UDim2.new(0.5, -80, 0.8, 0)
fr.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
fr.Active = true
fr.Draggable = true
local tb = Instance.new("TextLabel", fr)
tb.Size = UDim2.new(1, -30, 0, 20)
tb.Position = UDim2.new(0, 0, 0, 0)
tb.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
tb.Text = "By Nescoroco"
tb.TextColor3 = Color3.fromRGB(255, 255, 255)
tb.Font = Enum.Font.SourceSansBold
tb.TextSize = 16
local cb = Instance.new("TextButton", fr)
cb.Size = UDim2.new(0, 30, 0, 20)
cb.Position = UDim2.new(1, -30, 0, 0)
cb.BackgroundColor3 = Color3.fromRGB(100, 0, 0)
cb.Text = "X"
cb.TextColor3 = Color3.fromRGB(255, 255, 255)
cb.Font = Enum.Font.SourceSansBold
cb.TextSize = 16
cb.MouseButton1Click:Connect(function()
g:Destroy()
end)
local b = Instance.new("TextButton", fr)
b.Size = UDim2.new(1, 0, 0, 40)
b.Position = UDim2.new(0, 0, 0, 20)
b.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
b.Text = "Off"
b.TextColor3 = Color3.fromRGB(255, 255, 255)
b.Font = Enum.Font.SourceSansBold
b.TextSize = 20
local function toggle()
t = not t
b.Text = t and "On" or "Off"
if t then
start()
else
stop()
end
end
b.MouseButton1Click:Connect(toggle)
u.InputBegan:Connect(function(input, isProcessed)
if not isProcessed and input.KeyCode == Enum.KeyCode.E then
toggle()
end
end)
p.CharacterAdded:Connect(function(character)
h = character:WaitForChild("HumanoidRootPart")
if t then
start()
end
end)
toggle()
Comments
No comments yet
Be the first to share your thoughts!