Jezilas

Untitled

Dec 8th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local GoodLuckLOL = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Frame_2 = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local close = Instance.new("TextButton")
  12. local hide = Instance.new("TextButton")
  13. local Frame_3 = Instance.new("Frame")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local TextBox = Instance.new("TextBox")
  16. local submit = Instance.new("TextButton")
  17. local game1 = Instance.new("TextLabel")
  18.  
  19. --Properties:
  20.  
  21. GoodLuckLOL.Name = "GoodLuckLOL"
  22. GoodLuckLOL.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  23. GoodLuckLOL.Enabled = true
  24.  
  25. Frame.Parent = GoodLuckLOL
  26. Frame.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  27. Frame.BorderSizePixel = 0
  28. Frame.Position = UDim2.new(0.695744693, 0, 0.577806115, 0)
  29. Frame.Size = UDim2.new(0, 386, 0, 233)
  30.  
  31. Frame_2.Parent = Frame
  32. Frame_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  33. Frame_2.BorderSizePixel = 0
  34. Frame_2.Position = UDim2.new(0, 0, -0.16195634, 0)
  35. Frame_2.Size = UDim2.new(0, 386, 0, 40)
  36.  
  37. TextLabel.Parent = Frame_2
  38. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BackgroundTransparency = 1
  40. TextLabel.Position = UDim2.new(-0.0259067416, 0, 0, 0)
  41. TextLabel.Size = UDim2.new(0, 78, 0, 50)
  42. TextLabel.Font = Enum.Font.SourceSansBold
  43. TextLabel.Text = "DG"
  44. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  45. TextLabel.TextSize = 30
  46. TextLabel.TextWrapped = true
  47.  
  48. TextLabel_2.Parent = Frame_2
  49. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  50. TextLabel_2.BackgroundTransparency = 1
  51. TextLabel_2.Position = UDim2.new(0.0544041395, 0, 0, 0)
  52. TextLabel_2.Size = UDim2.new(0, 92, 0, 50)
  53. TextLabel_2.Font = Enum.Font.SourceSansLight
  54. TextLabel_2.Text = "hub"
  55. TextLabel_2.TextColor3 = Color3.new(0.415686, 0.827451, 0.141176)
  56. TextLabel_2.TextSize = 30
  57. TextLabel_2.TextWrapped = true
  58.  
  59. close.Name = "close"
  60. close.Parent = Frame_2
  61. close.BackgroundColor3 = Color3.new(0.529412, 0.0392157, 0.00392157)
  62. close.BorderSizePixel = 0
  63. close.Position = UDim2.new(0.873056948, 0, 0, 0)
  64. close.Size = UDim2.new(0, 49, 0, 22)
  65. close.Font = Enum.Font.SourceSans
  66. close.Text = ""
  67. close.TextColor3 = Color3.new(0, 0, 0)
  68. close.TextSize = 14
  69.  
  70. hide.Name = "hide"
  71. hide.Parent = Frame_2
  72. hide.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  73. hide.BorderSizePixel = 0
  74. hide.Position = UDim2.new(0.790155411, 0, 0, 0)
  75. hide.Size = UDim2.new(0, 32, 0, 22)
  76. hide.Font = Enum.Font.SourceSans
  77. hide.Text = ""
  78. hide.TextColor3 = Color3.new(0, 0, 0)
  79. hide.TextSize = 14
  80.  
  81. Frame_3.Parent = Frame
  82. Frame_3.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  83. Frame_3.BorderSizePixel = 0
  84. Frame_3.Size = UDim2.new(0, 386, 0.00999999978, 0)
  85.  
  86. TextLabel_3.Parent = Frame
  87. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TextLabel_3.BackgroundTransparency = 1
  89. TextLabel_3.Position = UDim2.new(0.240932629, 0, 0.0526315793, 0)
  90. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  91. TextLabel_3.Font = Enum.Font.SourceSansLight
  92. TextLabel_3.Text = "Please enter your whitelist key!"
  93. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  94. TextLabel_3.TextSize = 30
  95.  
  96. TextBox.Parent = Frame
  97. TextBox.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  98. TextBox.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  99. TextBox.Position = UDim2.new(0.0336787589, 0, 0.422282457, 0)
  100. TextBox.Size = UDim2.new(0, 360, 0, 50)
  101. TextBox.Font = Enum.Font.SourceSansLight
  102. TextBox.PlaceholderText = "Whitelist Key"
  103. TextBox.Text = ""
  104. TextBox.TextColor3 = Color3.new(1, 1, 1)
  105. TextBox.TextSize = 30
  106.  
  107. submit.Name = "submit"
  108. submit.Parent = Frame
  109. submit.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  110. submit.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  111. submit.Position = UDim2.new(0.0336787552, 0, 0.707602322, 0)
  112. submit.Size = UDim2.new(0, 360, 0, 41)
  113. submit.Font = Enum.Font.SourceSansLight
  114. submit.Text = "Submit"
  115. submit.TextColor3 = Color3.new(1, 1, 1)
  116. submit.TextSize = 30
  117.  
  118. game1.Name = "game"
  119. game1.Parent = Frame
  120. game1.BackgroundColor3 = Color3.new(1, 1, 1)
  121. game1.BackgroundTransparency = 1
  122. game1.Position = UDim2.new(0.240932629, 0, 0.207138032, 0)
  123. game1.Size = UDim2.new(0, 200, 0, 50)
  124. game1.Font = Enum.Font.SourceSansLight
  125. game1.Text = "Game : (GAME NAME)"
  126. game1.TextColor3 = Color3.new(1, 1, 1)
  127. game1.TextSize = 30
  128.  
  129. -- Scripts:
  130.  
  131.  
  132. game1.Text = ("Game : ".. game.PlaceId)
  133.  
  134.  
  135. submit.MouseButton1Click:Connect(function()
  136. if TextBox.Text == "gsd56tafd6asfd" then
  137. print("Welcome!")
  138. GoodLuckLOL:Remove()
  139. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  140. elseif TextBox.Text == "dg1dw1gd81" then
  141. print("Welcome2")
  142. GoodLuckLOL:Remove()
  143. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  144. elseif TextBox.Text == "d54vd54eswve5wfr7w" then
  145. print("Welcome3")
  146. GoodLuckLOL:Remove()
  147. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  148. elseif TextBox.Text == "dy7gf167dfw6d1g8" then
  149. print("Welcome4")
  150. GoodLuckLOL:Remove()
  151. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  152. elseif TextBox.Text == "ds7tf5rgf56" then
  153. print("Welcome5")
  154. GoodLuckLOL:Remove()
  155. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  156. elseif TextBox.Text == "hdstgf7gf2q" then
  157. print("Welcome6")
  158. GoodLuckLOL:Remove()
  159. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  160. elseif TextBox.Text == "du1gd167wd51" then
  161. print("Welcome7")
  162. GoodLuckLOL:Remove()
  163. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  164. elseif TextBox.Text == "6tdfy7hrfeyhure" then
  165. print("Welcome8")
  166. GoodLuckLOL:Remove()
  167. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  168. elseif TextBox.Text == "78r3few2r3y8hu" then
  169. print("Welcome9")
  170. GoodLuckLOL:Remove()
  171. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  172. elseif TextBox.Text == "y7gqfe2feyhu" then
  173. print("Welcome10")
  174. GoodLuckLOL:Remove()
  175. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  176. elseif TextBox.Text == "fe8hu29ji" then
  177. print("Welcome11")
  178. GoodLuckLOL:Remove()
  179. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  180. elseif TextBox.Text == "y8g2fe9hu2fe" then
  181. print("Welcome12")
  182. GoodLuckLOL:Remove()
  183. loadstring(game:HttpGet(('https://pastebin.com/raw/9J8Vy1gz'),true))()
  184. else
  185. print("Invaild!")
  186.  
  187. end
  188. end)
Add Comment
Please, Sign In to add comment