Guess the Emoji Auto Win

MADE BY IAmRizve

FEATURE:

  • AUTO WIN

SCRIPT:

local Stages = {}
for Index, Stage in pairs(game:GetService("Workspace").Doors.Normal:GetChildren()) do
table.insert(Stages, tonumber(Stage.Name))
end
table.sort(Stages)

local TotalStages = Stages[#Stages]

for Index = 1, TotalStages do
local Stage = game:GetService("Workspace").Doors.Normal[tostring(Index)]
local Answer = Stage.Answers:GetChildren()[math.random(1, #Stage.Answers:GetChildren())]

local Args = {
[1] = tostring(Answer.Value)
}

game:GetService("ReplicatedStorage").Events.SubmitAnswer:FireServer(unpack(Args))

task.wait(0.01)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!