Funcional
+1 Crunchy Wax Escape

Código do script
Lua
local WindUI = loadstring(game:HttpGet("https://github.com/Footagesus/WindUI/releases/latest/download/main.lua"))()
local Window = WindUI:CreateWindow({
Title = "+1 Crunchy Wax Escape",
Icon = "map-pinned",
Author = "AspectTiber",
Folder = "Wintp",
Size = UDim2.fromOffset(580, 460),
Transparent = true,
Theme = "Dark"
})
local MainTab = Window:Tab({
Title = "Main",
Icon = "home"
})
MainTab:Toggle({
Title = "Auto speed",
Desc = "auto gives you speed",
Value = false,
Callback=function(state)
while state do
local Event = game:GetService("ReplicatedStorage").AddSpeed
Event:InvokeServer()
task.wait(0.01)
end
end
})
local AutoTp = false
MainTab:Toggle({
Title = "auto TP best Win",
Desc = "Teleports to the best stage over and over.",
Value = false,
Callback = function(state)
AutoTp = state
if AutoTp then
task.spawn(function()
local player = game.Players.LocalPlayer
while AutoTp do
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")
local target = workspace.StageWinPaths.Normal["11"]
hrp.CFrame = target:GetPivot() + Vector3.new(0, 3, 0)
task.wait(1)
character:BreakJoints()
character = player.CharacterAdded:Wait()
task.wait(2)
end
end)
end
end
})
local TeleportsTab = Window:Tab({
Title = "Teleports",
Icon = "home"
})
TeleportsTab:Button({
Title = "Teleport adminabuse treadmill",
Desc = "Teleports you to the adminabuse treadmill",
Locked = false,
Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")
local targetPart = workspace.Map.TreadMillAdminAbuse["100"]
hrp.CFrame = CFrame.new(targetPart.Position + Vector3.new(0, 3, 0))
end
})Descrição
A script made by me aspecteo, for a game called +1 Crunchy Wax Escape, It's quite simple but works out, it has an auto farm for the best win giver and it has a speed giver.
Comentários (0)
Entre para participar da conversa
- Seja o primeiro a comentar.
Perguntas frequentes
- Como uso o script +1 Crunchy Wax Escape?
- Copie o código acima, abra seu executor de Roblox, cole o código e pressione executar enquanto estiver no jogo. As funcionalidades são ativadas instantaneamente assim que o script é executado.
- O script +1 Crunchy Wax Escape é gratuito?
- Sim. Este script é gratuito para copiar e usar. Se ele usa um sistema de chaves, siga o link "Obter chave" para desbloqueá-lo sem custo.
- É seguro usar o script +1 Crunchy Wax Escape?
- O código-fonte completo é exibido nesta página para que você possa ler exatamente o que ele faz antes de executá-lo. Sempre use um executor confiável, e lembre-se de que usar scripts é contra os termos de serviço do Roblox — use por sua conta e risco.
- Qual executor funciona com +1 Crunchy Wax Escape?
- Este script funciona com a maioria dos executores populares do Roblox. Consulte nossa página de executores para encontrar um executor gratuito ou pago confiável para seu dispositivo.