跳至內容
可用

+1 Crunchy Wax Escape

CLclarkdevlinorg1 次瀏覽Universal2026年7月26日
分享
+1 Crunchy Wax Escape

腳本程式碼

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
})

描述

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.

評論 (0)

登入以參與討論

  • 成為第一個評論的人。

常見問題

如何使用 +1 Crunchy Wax Escape 腳本?
複製上方的腳本程式碼,開啟你的 Roblox 執行器,貼上程式碼,然後在遊戲中點擊執行。腳本執行後功能會立即啟用。
+1 Crunchy Wax Escape 腳本免費嗎?
是的。此腳本免費複製和使用。如果使用金鑰系統,請透過「獲取金鑰」連結免費解鎖。
使用 +1 Crunchy Wax Escape 腳本安全嗎?
完整原始碼顯示在此頁面上,讓你在執行前準確了解其功能。請始終使用可信的執行器,並記住使用腳本違反 Roblox 服務條款,風險自負。
哪個執行器相容 +1 Crunchy Wax Escape?
此腳本相容大多數熱門 Roblox 執行器。查看我們的執行器頁面,為你的裝置找到可信的免費或付費執行器。
+1 Crunchy Wax Escape | BloxScripter