Advertisement
gray_alli28codesrbx

Recaptcha

Sep 3rd, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. print("Recaptcha For Robots GUI By TheDarkGamer/gray_alli28. Troll your friends with this script on games.")
  2. print("The Correct Output For Box 1 And Box 2 Is: HI (box 1) THERE (box 2).")
  3. print("Edit this if you want to, user who ran this script.")
  4. -- Farewell Infortality.
  5. -- Version: 2.82
  6. -- Instances:
  7. local LoginGUI = Instance.new("ScreenGui")
  8. local login = Instance.new("Frame")
  9. local Frame = Instance.new("Frame")
  10. local Frame_2 = Instance.new("Frame")
  11. local Frame_3 = Instance.new("Frame")
  12. local Frame_4 = Instance.new("Frame")
  13. local username = Instance.new("TextBox")
  14. local token = Instance.new("TextBox")
  15. local login_2 = Instance.new("TextButton")
  16. local X = Instance.new("TextButton")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local Main = Instance.new("Frame")
  20. local TextLabel_3 = Instance.new("TextLabel")
  21. --Properties:
  22. LoginGUI.Name = "LoginGUI"
  23. LoginGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24.  
  25. login.Name = "login"
  26. login.Parent = LoginGUI
  27. login.Active = true
  28. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  29. login.BorderSizePixel = 0
  30. login.Position = UDim2.new(0.095904097, 0, 0.155172423, 0)
  31. login.Size = UDim2.new(0, 835, 0, 389)
  32.  
  33. Frame.Parent = login
  34. Frame.BackgroundColor3 = Color3.new(0.164706, 0.807843, 1)
  35. Frame.BorderSizePixel = 0
  36. Frame.Position = UDim2.new(0.00958083849, 0, 0, 0)
  37. Frame.Size = UDim2.new(0, 827, 0, 46)
  38.  
  39. Frame_2.Parent = login
  40. Frame_2.BackgroundColor3 = Color3.new(0.164706, 0.807843, 1)
  41. Frame_2.BorderSizePixel = 0
  42. Frame_2.Position = UDim2.new(9.57101583e-05, 0, 0.00093075633, 0)
  43. Frame_2.Size = UDim2.new(0, 8, 0, 389)
  44.  
  45. Frame_3.Parent = login
  46. Frame_3.BackgroundColor3 = Color3.new(0.164706, 0.807843, 1)
  47. Frame_3.BorderSizePixel = 0
  48. Frame_3.Position = UDim2.new(0.999922276, 0, 0.00093075633, 0)
  49. Frame_3.Size = UDim2.new(0, 8, 0, 389)
  50.  
  51. Frame_4.Parent = login
  52. Frame_4.BackgroundColor3 = Color3.new(0.164706, 0.807843, 1)
  53. Frame_4.BorderSizePixel = 0
  54. Frame_4.Position = UDim2.new(-0.00119760481, 0, 0.984575808, 0)
  55. Frame_4.Size = UDim2.new(0, 836, 0, 6)
  56.  
  57. username.Name = "username"
  58. username.Parent = login
  59. username.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  60. username.BorderSizePixel = 0
  61. username.Position = UDim2.new(0.388611376, 0, 0.380877733, 0)
  62. username.Size = UDim2.new(0, 240, 0, 31)
  63. username.Font = Enum.Font.Cartoon
  64. username.Text = "Box 1"
  65. username.TextColor3 = Color3.new(1, 1, 1)
  66. username.TextSize = 20
  67.  
  68. token.Name = "token"
  69. token.Parent = login
  70. token.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  71. token.BorderSizePixel = 0
  72. token.Position = UDim2.new(0.388611376, 0, 0.489028215, 0)
  73. token.Size = UDim2.new(0, 240, 0, 31)
  74. token.Font = Enum.Font.Cartoon
  75. token.Text = "Box 2"
  76. token.TextColor3 = Color3.new(1, 1, 1)
  77. token.TextSize = 20
  78.  
  79. login_2.Name = "login"
  80. login_2.Parent = login
  81. login_2.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  82. login_2.Position = UDim2.new(0.412184209, 0, 0.643515646, 0)
  83. login_2.Size = UDim2.new(0, 200, 0, 50)
  84. login_2.Font = Enum.Font.Cartoon
  85. login_2.Text = "Check ReCaptcha"
  86. login_2.TextColor3 = Color3.new(1, 1, 1)
  87. login_2.TextScaled = true
  88. login_2.TextSize = 20
  89. login_2.TextWrapped = true
  90.  
  91. X.Name = "X"
  92. X.Parent = login
  93. X.BackgroundColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  94. X.BackgroundTransparency = 1
  95. X.Position = UDim2.new(0.885114908, 0, 0.155172408, 0)
  96. X.Size = UDim2.new(0, 53, 0, 25)
  97. X.Font = Enum.Font.Cartoon
  98. X.Text = "X"
  99. X.TextColor3 = Color3.new(1, 1, 1)
  100. X.TextScaled = true
  101. X.TextSize = 20
  102. X.TextWrapped = true
  103.  
  104. TextLabel.Parent = login
  105. TextLabel.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  106. TextLabel.Position = UDim2.new(0.308982044, 0, 0.154241651, 0)
  107. TextLabel.Size = UDim2.new(0, 384, 0, 30)
  108. TextLabel.Font = Enum.Font.Cartoon
  109. TextLabel.Text = "We need to make sure if you are a robot."
  110. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  111. TextLabel.TextScaled = true
  112. TextLabel.TextSize = 20
  113. TextLabel.TextWrapped = true
  114.  
  115. TextLabel_2.Parent = login
  116. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  117. TextLabel_2.BorderSizePixel = 0
  118. TextLabel_2.Position = UDim2.new(0.388023943, 0, 0.231362462, 0)
  119. TextLabel_2.Size = UDim2.new(0, 240, 0, 49)
  120. TextLabel_2.Font = Enum.Font.Cartoon
  121. TextLabel_2.Text = "Please say the text: H777I in box 1 and T777H777E777R777E IN BOX 2."
  122. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  123. TextLabel_2.TextScaled = true
  124. TextLabel_2.TextSize = 20
  125. TextLabel_2.TextWrapped = true
  126.  
  127. Main.Name = "Main"
  128. Main.Parent = LoginGUI
  129. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  130. Main.BackgroundTransparency = 0.20000000298023
  131. Main.Position = UDim2.new(0.0243288502, 0, 0.0502645485, 0)
  132. Main.Size = UDim2.new(0, 1012, 0, 638)
  133.  
  134. TextLabel_3.Parent = Main
  135. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  136. TextLabel_3.BackgroundTransparency = 1
  137. TextLabel_3.BorderSizePixel = 0
  138. TextLabel_3.Size = UDim2.new(0, 1001, 0, 27)
  139. TextLabel_3.Font = Enum.Font.SourceSans
  140. TextLabel_3.Text = "Sucsess!"
  141. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  142. TextLabel_3.TextScaled = true
  143. TextLabel_3.TextSize = 20
  144. TextLabel_3.TextWrapped = true
  145. -- Scripts:
  146. function SCRIPT_RZZA81_FAKESCRIPT() -- login_2.LocalScript
  147. getfenv().script = Instance.new('LocalScript', login_2)
  148.  
  149. --//variables
  150. local login = script.Parent.Parent
  151. local username = login:FindFirstChild('username')
  152. local token = login:FindFirstChild('token')
  153. --//unknown
  154.  
  155. script.Parent.MouseButton1Click:Connect(function() --//why
  156. if username.Text == "HI" and token.Text == "THERE" then
  157. --//NO
  158. local main = login.Parent:FindFirstChild('Main') --NO
  159. main.Visible = true
  160. script.Parent.Text = "ReCaptcha Correct!"
  161. wait(2)
  162. script.Parent.Text = "ReCaptcha Test"
  163. local login = login.Parent:FindFirstChild('login')
  164. login.Visible = false
  165. wait(2)
  166. local main = login.Parent:FindFirstChild('Main')
  167. main.Visible = false
  168. local textbutton = workspace.Player1.Head -- This is the part in workspace (You can change this to whatever part in the game you want)
  169. repeat wait() until game:service("ContentProvider").RequestQueueSize == 0 -- This waits until the game is loaded up
  170.  
  171. local cam = workspace.CurrentCamera -- This variables the camera in the player
  172. cam.CameraSubject = part -- This makes the camera's main part the CamPart
  173. cam.CameraType = Enum.CameraType.Attach -- This makes the camera focus on the part
  174. else --why
  175. script.Parent.Text = "Please try again."
  176. wait(2)
  177. script.Parent.Text = "LOGIN"
  178. end
  179. end)
  180.  
  181. end
  182. coroutine.resume(coroutine.create(SCRIPT_RZZA81_FAKESCRIPT))
  183. function SCRIPT_FIEL68_FAKESCRIPT() -- X.LocalScript
  184. getfenv().script = Instance.new('LocalScript', X)
  185.  
  186. Script.Parent.MouseButton1Click:Connect(function()
  187. script.Parent.Parent.Parent.Visible = false
  188. end)
  189.  
  190. end
  191. coroutine.resume(coroutine.create(SCRIPT_FIEL68_FAKESCRIPT))
  192. print("Script Loaded.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement