コンテンツへスキップ
動作中

+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