Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait () do
- game:GetService("Players").LocalPlayer.PlayerGui.CaptchaGui.Captcha.Top.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.CaptchaGui.Award.Visible = false
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.CaptchaGui.Captcha.FloatArea:GetChildren()) do
- if v.Name == "FloatBox" and v:FindFirstChild("ImageLabel") then
- if v.Visible == true then
- wait(2)
- firesignal(v.MouseButton1Click) wait(1)
- v:remove()
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement