DOORS Script | AUTO FARM & MORE – SEPTEMBER 2022

Png-9-4-300x169-1.png

Created by logix#5903

Features:

  • AUTO FARM
  • & MORE
repeat task.wait() until game:IsLoaded()

local TweenService = game:GetService("TweenService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local Player = game.Players.LocalPlayer
Player.CharacterAdded:Wait(); task.wait()
local Character = Player.Character
local Humanoid = Character:WaitForChild("Humanoid")

game:GetService("ReplicatedStorage").Bricks.PreRunShop:FireServer({})
task.wait(0.5)
game:GetService("ReplicatedStorage").Bricks.PreRunShop:FireServer({})

task.wait(3)

Character.Collision:Destroy()

local function goaway()
    Humanoid.Health = 0
    task.wait(1)
    game:GetService("ReplicatedStorage").Bricks.PlayAgain:FireServer()
    getgenv().stop = true
end

Humanoid.Died:Connect(goaway)

local function getRoom(num)
    local timeout = 10
    local found = workspace.CurrentRooms:FindFirstChild(num)
    if not found then
        repeat task.wait(0.1)
            found = workspace.CurrentRooms:FindFirstChild(num)
            timeout = timeout - 0.1
            
            if timeout == 0 then
                print('timed out... serverhopping')
                goaway()
                break
            end
        until found
    end
    return found
end

local CurrentRoom = 0

local function getCurrentRoom()
    return CurrentRoom
end

local function TweenCharacter(cf)
    local RootPart = Character:WaitForChild("HumanoidRootPart")
    local Tween = TweenService:Create(RootPart, TweenInfo.new(1), {CFrame = cf})
    Tween:Play()
    Tween.Completed:Wait()
end

while true do
    if getgenv().stop then break end
    
    local room = getRoom(getCurrentRoom() + 1)
    local door = room:WaitForChild("Door")
    
    if door:FindFirstChild("Lock") then
        room = getRoom(getCurrentRoom() + 1)
    end
    
    if getCurrentRoom() + 1 == 50 then
        goaway()
    end
    
    door = room.Door
    local Door = door:WaitForChild("Door")
    
    TweenCharacter(Door.CFrame)
    door.ClientOpen:FireServer()
    CurrentRoom = CurrentRoom + 1
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service