Advertisement
cHacox

Untitled

Sep 15th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 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] = "ShokeXZ",
  20.  
  21. [2] = "jean1_TH",
  22.  
  23. [3] = "AvatarGhoul1",
  24.  
  25. [4] = "0945715645az",
  26.  
  27. [5] = "XVoid_WolfX",
  28.  
  29. [6] = "xZenozCh_RBX",
  30.  
  31. [7] = "toto004df",
  32.  
  33. [8] = "Ex_Game27",
  34.  
  35. [9] = "KingGhostAomTH",
  36.  
  37. [10] = "zDarkZKillZz",
  38.  
  39. [11] = "indy999zasza",
  40.  
  41. [12] = "KatanyuZa",
  42.  
  43. [13] = "Xxgta01Xx",
  44.  
  45. [14] = "CxNightOfRainCx",
  46.  
  47. [15] = "Blackskinz",
  48.  
  49. [16] = "NonGKlaBaCraZy",
  50.  
  51. [17] = "beamzaza199",
  52.  
  53. [18] = "iCom_TH​",
  54.  
  55. [19] = "jakkapat2014​",
  56.  
  57. [20] = "CNCchannelYO​",
  58.  
  59. [21] = "CNCchan17​",
  60.  
  61. [22] = "JumperXDDD​",
  62.  
  63. [23] = "idginzer​",
  64.  
  65. [24] = "print254",
  66.  
  67. [25] = "CNCchan01​",
  68.  
  69. [26] = "CNCchan02​",
  70.  
  71. [27] = "CNCchan03​",
  72.  
  73. [28] = "CNCchan04​",
  74.  
  75. [29] = "CNCchan05​",
  76.  
  77. [30] = "CNCchan06​",
  78.  
  79. [31] = "CNCchan07​",
  80.  
  81. [32] = "CNCchan08​",
  82.  
  83. [33] = "CNCchan09​",
  84.  
  85. [34] = "CNCchan10​",
  86.  
  87. [35] = "CNCchan11​",
  88.  
  89. [36] = "CNCchan12​",
  90.  
  91. [37] = "CNCchan13",
  92.  
  93. [38] = "CNCchan14​",
  94.  
  95. [39] = "CNCchan15​",
  96.  
  97. [40] = "CNCchan16​",
  98.  
  99. [41] = "CNCchan17​",
  100.  
  101. [42] = "chanpak1234​",
  102.  
  103. [43] = "pakchan1234​",
  104.  
  105. [44] = "xJANBANKx​",
  106.  
  107. [45] = "NuNGWaEi​",
  108. }
  109.  
  110.  
  111. _G.loginargs = {}
  112.  
  113.  
  114.  
  115. for i = 1, #key1 do
  116.  
  117. table.insert(_G.loginargs, key1[i])
  118.  
  119. end
  120.  
  121.  
  122.  
  123. local tries = 10
  124.  
  125.  
  126.  
  127. repeat wait(0.1)
  128.  
  129. loginargs = _G.loginargs
  130.  
  131. tries = tries - 1
  132.  
  133. until tries == 0
  134.  
  135.  
  136.  
  137. table.insert(loginargs, "KeyBroken")
  138.  
  139.  
  140.  
  141. local key = rn.Text
  142. local found = false
  143. for i = 1, #loginargs + 1 do
  144. if found == false then
  145. if i <= #loginargs then
  146. if loginargs[i] == key then
  147. found = true
  148. end
  149. end
  150. else
  151. game.StarterGui:SetCore("SendNotification", {Title = "LOGIN:";Text = "Successfully!";Icon = "rbxassetid://3893396120";Duration = 5})
  152. loadstring(game:HttpGet("https://pastebin.com/raw/kKK73XwN",true))()
  153. break
  154. end
  155. if found == false then
  156. game.StarterGui:SetCore("SendNotification", {Title = "GUI:";Text = "Pls Buy";Icon = "rbxassetid://3893396120";Duration = 1})
  157. wait(3)
  158. game.Players.LocalPlayer:Kick("pls buy Script me ")
  159. wait(1000000)
  160. end
  161. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement