Don’t Get Crushed By 67 Script
Don't Get Crushed By 67 Script Keyless
Don’t Get Crushed By 67 Script
👤 alexriderr 👁 66 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
Views66
Likes0
PublishedJun 3, 2026
🎮 Play Game on Roblox
🕐 Recent Scripts
Auto Parry Blade Ball OP Keyless
Auto Parry Blade Ball OP Keyless
Blade Ball • 👁 5
Keyless
Foxname GAG 2 Auto Steal Fruit Script OP (No Keys)
Foxname GAG 2 Auto Steal Fruit Script OP (No Keys)
Grow a Garden 2 • 👁 8
Keyless
Auto Kick Auto Train Walky Hub OP Keyless
Auto Kick Auto Train Walky Hub OP Keyless
Kick a Lucky Block • 👁 8
Keyless
Bike DownHill Infinite Train Script OP (Keyless)
Bike DownHill Infinite Train Script OP (Keyless)
Bike Downhill • 👁 9
Keyless
Fishing Chef Auto Fish script OP (No Keys)
Fishing Chef Auto Fish script OP (No Keys)
Fishing Chef • 👁 8
Keyless