Advertisement
suramraja1

Untitled

Jan 18th, 2022
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. while wait () do
  2. game:GetService("Players").LocalPlayer.PlayerGui.CaptchaGui.Captcha.Top.Visible = false
  3. game:GetService("Players").LocalPlayer.PlayerGui.CaptchaGui.Award.Visible = false
  4. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.CaptchaGui.Captcha.FloatArea:GetChildren()) do
  5. if v.Name == "FloatBox" and v:FindFirstChild("ImageLabel") then
  6. if v.Visible == true then
  7. wait(2)
  8. firesignal(v.MouseButton1Click) wait(1)
  9. v:remove()
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement