Advertisement
xZenozCh_RBX

WD,wladmwaongesijgndirogniornmg

Sep 15th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. local loggedin = false
  2. local loginxd = Instance.new("ScreenGui")
  3. local rn = Instance.new("TextBox")
  4.  
  5. loginxd.Name = "loginxd"
  6. loginxd.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  7.  
  8. rn.Name = "rn"
  9. rn.Parent = loginxd
  10. rn.BackgroundColor3 = Color3.new(1, 1, 1)
  11. rn.Position = UDim2.new(0, 100000, 0, 0)
  12. rn.Size = UDim2.new(0, 200, 0, 50)
  13. rn.Font = Enum.Font.SourceSans
  14. rn.Text = ""..game.Players.LocalPlayer.Name
  15. rn.TextColor3 = Color3.new(0, 0, 0)
  16. rn.TextSize = 14
  17.  
  18. key1 = {
  19. [1] = "xZenozCh_RBX",
  20.  
  21. [2] = "CNCchan1​",
  22. }
  23.  
  24.  
  25. _G.loginargs = {}
  26.  
  27.  
  28.  
  29. for i = 1, #key1 do
  30.  
  31. table.insert(_G.loginargs, key1[i])
  32.  
  33. end
  34.  
  35.  
  36.  
  37. local tries = 10
  38.  
  39.  
  40.  
  41. repeat wait(0.1)
  42.  
  43. loginargs = _G.loginargs
  44.  
  45. tries = tries - 1
  46.  
  47. until tries == 0
  48.  
  49.  
  50.  
  51. table.insert(loginargs, "KeyBroken")
  52.  
  53.  
  54.  
  55. local key = rn.Text
  56. local found = false
  57. for i = 1, #loginargs + 1 do
  58. if found == false then
  59. if i <= #loginargs then
  60. if loginargs[i] == key then
  61. found = true
  62. end
  63. end
  64. else
  65. game.StarterGui:SetCore("SendNotification", {Title = "LOGIN:";Text = "Successfully!";Icon = "rbxassetid://3893396120";Duration = 5})
  66. loadstring(game:HttpGet("https://pastebin.com/raw/kKK73XwN",true))()
  67. break
  68. end
  69. if found == false then
  70. game.StarterGui:SetCore("SendNotification", {Title = "GUI:";Text = "Pls Buy";Icon = "rbxassetid://3893396120";Duration = 1})
  71. wait(3)
  72. game.Players.LocalPlayer:Kick("pls buy Script me ")
  73. wait(1000000)
  74. end
  75. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement