Don’t Get Crushed By 67 Script
Don't Get Crushed By 67 Script Keyless
Don’t Get Crushed By 67 Script
👤 alexriderr 👁 231 views ❤️ 0 likes ⏱ Jun 3, 2026
This is a **Don't Get Crushed By 67** script made by an **unknown developer** that includes useful features such as **instant auto farm wins** and other gameplay-enhancing functions.
✨ Features
auto farm win
📋 Script Code
local Players = game:GetService("Players")
local player = Players.LocalPlayer

if player.PlayerGui:FindFirstChild("FarmWinGUI") then return end

game.StarterGui:SetCore("SendNotification", {
    Title = "Farm Win",
    Text = "Loaded | By Renn",
    Duration = 7
})

local ScreenGui = Instance.new("ScreenGui")
ScreenGui.Name = "FarmWinGUI"
ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = player:WaitForChild("PlayerGui")

local Frame = Instance.new("Frame")
Frame.Size = UDim2.new(0, 160, 0, 45)
Frame.Position = UDim2.new(0.05, 0, 0.2, 0)
Frame.BackgroundTransparency = 0.35
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Active = true
Frame.Draggable = true
Frame.Parent = ScreenGui

Instance.new("UICorner", Frame).CornerRadius = UDim.new(0, 12)

local Stroke = Instance.new("UIStroke")
Stroke.Thickness = 3.2
Stroke.Color = Color3.fromRGB(255, 255, 255)
Stroke.Transparency = 0.15
Stroke.Parent = Frame

local Button = Instance.new("TextButton")
Button.Size = UDim2.new(1, 0, 1, 0)
Button.BackgroundTransparency = 1
Button.Text = "AUTO WIN: OFF"
Button.Font = Enum.Font.GothamBold
Button.TextColor3 = Color3.fromRGB(255, 255, 255)
Button.TextSize = 18
Button.Parent = Frame

local targetPos = Vector3.new(-4831, -13, -2465)

local function doTeleport()
    local char = player.Character or player.CharacterAdded:Wait()
    local hrp = char:FindFirstChild("HumanoidRootPart")
    if hrp then
        hrp.CFrame = CFrame.new(targetPos)
    end
end

local running = false
local cooldownTime = 20

Button.MouseButton1Click:Connect(function()
    running = not running

    if running then
        Button.Text = "AUTO WIN: ON"
        doTeleport()

        task.spawn(function()
            while running do
                for i = cooldownTime, 1, -1 do
                    if not running then break end
                    Button.Text = "wait " .. i .. "s"
                    Button.TextColor3 = Color3.fromRGB(255, 255, 255)
                    task.wait(1)
                end

                if running then
                    doTeleport()
                end
            end

            Button.Text = "AUTO WIN: OFF"
            Button.TextColor3 = Color3.fromRGB(255, 255, 255)
        end)

    else
        Button.Text = "AUTO WIN: OFF"
        Button.TextColor3 = Color3.fromRGB(255, 255, 255)
    end
end)
🎮 Similar Scripts
💬 Comments (0)
Login to post a comment
No comments yet. Be the first!
Script Info
Game Don't Get Crushed By 67 Script
TypeKeyless
Authoralexriderr
Views231
Likes0
PublishedJun 3, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
Monochrome script keyless | esp: off/on, refresh code
Monochrome script keyless | esp: off/on, refresh code
MONOCHROME👁️ • 👁 7
Keyless
Pull an egg script keyless | auto train, auto dumbells
Pull an egg script keyless | auto train, auto dumbells
Pull An Egg • 👁 8
Keyless
Anime dice script keyless | auto roll, auto collect money,
Anime dice script keyless | auto roll, auto collect money,
Anime Dice • 👁 10
Keyless
The veil [BETA] script keyless | auto farm npcs, auto equip weapon
The veil [BETA] script keyless | auto farm npcs, auto equip weapon
The Veil • 👁 11
Keyless
Merge an SCP script keyless | auto merge, auto rebirth
Merge an SCP script keyless | auto merge, auto rebirth
Merge an SCP • 👁 14
Keyless