Quick actions

cmd+k|ctrl+k

Navigation

Languages

Dread

Snippet info

Language

Lua

Visibility

public

Author

baller6969

Created

2023-04-07T23:07:22.946766Z

Updated

2023-04-07T23:10:46.23773Z

-- dread
coroutine.wrap(function()
    while true do
        wait(174)
        game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
        loadstring(game:HttpGet("https://raw.githubusercontent.com/ThatNoah/Idk/main/Dread.txt"))()
        if dread == false then
        wait(3)
        dread = true
local Achievements = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Achievements/Source.lua"))()

-- Creates and displays your custom achievement
Achievements.Get({
    Title = "What is That Clock?!",
    Desc = "Encounter Dread.",
    Reason = " ",
    Image = GitPNG("https://github.com/ThatNoah/Idk/blob/main/New%20Project%20%5B3C0CB10%5D.png?raw=true","dreadbadge"),
})
end
    end
end)()
INFO