1. --SCRIPT Key in pastebin--
  2. https://pastebin.com/raw/UZeGnCJ7
  3. --SCRIPT copy the below text into your executor--
  4. local KS = Instance.new("ScreenGui")
  5. local lb = Instance.new("ImageLabel")
  6. local db = Instance.new("ImageLabel")
  7. local welcomepic = Instance.new("ImageLabel")
  8. local welcome = Instance.new("TextLabel")
  9. local textboxpic = Instance.new("ImageLabel")
  10. local TextBox = Instance.new("TextBox")
  11. local Enterpic = Instance.new("ImageLabel")
  12. local Enter = Instance.new("TextButton")
  13. local getkeypic = Instance.new("ImageLabel")
  14. local getkey = Instance.new("TextButton")
  15. local infopic = Instance.new("ImageLabel")
  16. local info = Instance.new("TextButton")
  17. local closepic = Instance.new("ImageLabel")
  18. local close = Instance.new("TextButton")
  19. local sfx = Instance.new("Sound")
  20. --Properties:
  21. KS.Name = "KS"
  22. KS.Parent = game.CoreGui
  23. sfx.Name = "sfx"
  24. sfx.Parent = game.workspace
  25. sfx.MaxDistance = 10000
  26. sfx.PlaybackSpeed = 1
  27. sfx.SoundId = "rbxassetid://405593386"
  28. lb.Name = "lb"
  29. lb.Parent = KS
  30. lb.Active = true
  31. lb.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. lb.BackgroundTransparency = 1.000
  33. lb.Position = UDim2.new(0.354090363, 0, 0.348514855, 0)
  34. lb.Selectable = true
  35. lb.Size = UDim2.new(0, 239, 0, 153)
  36. lb.Image = "rbxassetid://3570695787"
  37. lb.ImageColor3 = Color3.fromRGB(0, 255, 255)
  38. lb.ScaleType = Enum.ScaleType.Slice
  39. lb.SliceCenter = Rect.new(100, 100, 100, 100)
  40. lb.SliceScale = 0.120
  41. lb.Active = true
  42. lb.Draggable = true
  43. db.Name = "db"
  44. db.Parent = lb
  45. db.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. db.BackgroundTransparency = 1.000
  47. db.Position = UDim2.new(0.0376569033, 0, 0.0784313753, 0)
  48. db.Size = UDim2.new(0, 220, 0, 128)
  49. db.Image = "rbxassetid://3570695787"
  50. db.ImageColor3 = Color3.fromRGB(0, 190, 190)
  51. db.ScaleType = Enum.ScaleType.Slice
  52. db.SliceCenter = Rect.new(100, 100, 100, 100)
  53. db.SliceScale = 0.120
  54. welcomepic.Name = "welcomepic"
  55. welcomepic.Parent = db
  56. welcomepic.AnchorPoint = Vector2.new(0.5, 0.5)
  57. welcomepic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. welcomepic.BackgroundTransparency = 1.000
  59. welcomepic.Position = UDim2.new(0.502272725, 0, 0.1328125, 0)
  60. welcomepic.Selectable = true
  61. welcomepic.Size = UDim2.new(0.940909088, 0, 0.125, 0)
  62. welcomepic.Image = "rbxassetid://3570695787"
  63. welcomepic.ImageColor3 = Color3.fromRGB(40, 244, 244)
  64. welcomepic.ScaleType = Enum.ScaleType.Slice
  65. welcomepic.SliceCenter = Rect.new(100, 100, 100, 100)
  66. welcomepic.SliceScale = 0.120
  67. welcome.Name = "welcome"
  68. welcome.Parent = welcomepic
  69. welcome.BackgroundColor3 = Color3.fromRGB(40, 244, 244)
  70. welcome.BackgroundTransparency = 1.000
  71. welcome.BorderColor3 = Color3.fromRGB(130, 203, 255)
  72. welcome.BorderSizePixel = 0
  73. welcome.Position = UDim2.new(0.016469039, 0, -0.0335336328, 0)
  74. welcome.Size = UDim2.new(0, 200, 0, 17)
  75. welcome.Font = Enum.Font.Cartoon
  76. welcome.Text = "Welcome to Loody's Key-System"
  77. welcome.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. welcome.TextScaled = true
  79. welcome.TextSize = 13.000
  80. welcome.TextStrokeColor3 = Color3.fromRGB(255, 85, 127)
  81. welcome.TextStrokeTransparency = 0.800
  82. welcome.TextWrapped = true
  83. textboxpic.Name = "textboxpic"
  84. textboxpic.Parent = db
  85. textboxpic.Active = true
  86. textboxpic.AnchorPoint = Vector2.new(0.5, 0.5)
  87. textboxpic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. textboxpic.BackgroundTransparency = 1.000
  89. textboxpic.Position = UDim2.new(0.5, 0, 0.32421875, 0)
  90. textboxpic.Selectable = true
  91. textboxpic.Size = UDim2.new(0.745454609, 0, 0.1484375, 0)
  92. textboxpic.Image = "rbxassetid://3570695787"
  93. textboxpic.ImageColor3 = Color3.fromRGB(243, 243, 243)
  94. textboxpic.ScaleType = Enum.ScaleType.Slice
  95. textboxpic.SliceCenter = Rect.new(100, 100, 100, 100)
  96. textboxpic.SliceScale = 0.120
  97. TextBox.Parent = textboxpic
  98. TextBox.BackgroundColor3 = Color3.fromRGB(243, 243, 243)
  99. TextBox.BackgroundTransparency = 1.000
  100. TextBox.BorderSizePixel = 0
  101. TextBox.Position = UDim2.new(0.0975110978, 0, 0, 0)
  102. TextBox.Size = UDim2.new(0, 133, 0, 19)
  103. TextBox.Font = Enum.Font.Arcade
  104. TextBox.Text = "..."
  105. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  106. TextBox.TextScaled = true
  107. TextBox.TextSize = 14.000
  108. TextBox.TextWrapped = true
  109. Enterpic.Name = "Enterpic"
  110. Enterpic.Parent = db
  111. Enterpic.Active = true
  112. Enterpic.AnchorPoint = Vector2.new(0.5, 0.5)
  113. Enterpic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. Enterpic.BackgroundTransparency = 1.000
  115. Enterpic.BorderColor3 = Color3.fromRGB(0, 0, 0)
  116. Enterpic.Position = UDim2.new(0.5, 0, 0.50390625, 0)
  117. Enterpic.Selectable = true
  118. Enterpic.Size = UDim2.new(0.536363721, 0, 0.1484375, 0)
  119. Enterpic.Image = "rbxassetid://3570695787"
  120. Enterpic.ImageColor3 = Color3.fromRGB(0, 0, 0)
  121. Enterpic.ScaleType = Enum.ScaleType.Slice
  122. Enterpic.SliceCenter = Rect.new(100, 100, 100, 100)
  123. Enterpic.SliceScale = 0.120
  124. Enter.Name = "Enter"
  125. Enter.Parent = Enterpic
  126. Enter.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  127. Enter.BackgroundTransparency = 1.000
  128. Enter.BorderSizePixel = 0
  129. Enter.Position = UDim2.new(0.0823574662, 0, 0.157500029, 0)
  130. Enter.Size = UDim2.new(0, 98, 0, 16)
  131. Enter.ZIndex = 2
  132. Enter.Font = Enum.Font.Michroma
  133. Enter.Text = "Enter"
  134. Enter.TextColor3 = Color3.fromRGB(255, 255, 255)
  135. Enter.TextSize = 14.000
  136. Enter.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  137. Enter.TextStrokeTransparency = 0.800
  138. Enter.TextWrapped = true
  139. Enter.MouseButton1Down:connect(function()
  140. _G.lcorrect = true
  141. if TextBox.Text == _G.loody then
  142. Enter.TextColor3 = Color3.fromRGB(0, 255, 0)
  143. game:GetService("StarterGui"):SetCore("SendNotification",{
  144. Title = "Key-System", -- Required
  145. Text = "Correct Key!", -- Required
  146. Icon = "rbxthumb://type=Asset&id=2685266578&w=150&h=150" -- Optional
  147. })
  148. sfx.Playing = true
  149. wait(2)
  150. sfx:Destroy()
  151. loadstring(game:HttpGet("https://pastebin.com/raw/zkKZqEv8"))()
  152. wait(1)
  153. else --IF WRONG PASS
  154. --WRONGPASS NOTIFY
  155. game:GetService("StarterGui"):SetCore("SendNotification",{
  156. Title = "Key-System", -- Required
  157. Text = "Wrong Key!", -- Required
  158. Icon = "rbxthumb://type=Asset&id=501164556&w=150&h=150" -- Optional
  159. })
  160. --TEXTBOX
  161. TextBox.Text = "In-Valid!"
  162. Enter.TextColor3 = Color3.fromRGB(255, 0, 0)
  163. wait(1)
  164. Enter.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. TextBox.Text = "..."
  166. end
  167. end)
  168. getkeypic.Name = "getkeypic"
  169. getkeypic.Parent = db
  170. getkeypic.Active = true
  171. getkeypic.AnchorPoint = Vector2.new(0.5, 0.5)
  172. getkeypic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  173. getkeypic.BackgroundTransparency = 1.000
  174. getkeypic.BorderColor3 = Color3.fromRGB(0, 0, 0)
  175. getkeypic.Position = UDim2.new(0.5, 0, 0.69921875, 0)
  176. getkeypic.Selectable = true
  177. getkeypic.Size = UDim2.new(0.536363721, 0, 0.1484375, 0)
  178. getkeypic.Image = "rbxassetid://3570695787"
  179. getkeypic.ImageColor3 = Color3.fromRGB(0, 0, 0)
  180. getkeypic.ScaleType = Enum.ScaleType.Slice
  181. getkeypic.SliceCenter = Rect.new(100, 100, 100, 100)
  182. getkeypic.SliceScale = 0.120
  183. getkey.Name = "getkey"
  184. getkey.Parent = getkeypic
  185. getkey.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  186. getkey.BackgroundTransparency = 1.000
  187. getkey.BorderSizePixel = 0
  188. getkey.Position = UDim2.new(0.0823574662, 0, 0.0522368774, 0)
  189. getkey.Size = UDim2.new(0, 98, 0, 16)
  190. getkey.ZIndex = 2
  191. getkey.Font = Enum.Font.Michroma
  192. getkey.Text = "Get Key"
  193. getkey.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. getkey.TextSize = 14.000
  195. getkey.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  196. getkey.TextStrokeTransparency = 0.800
  197. getkey.TextWrapped = true
  198. getkey.MouseButton1Down:connect(function()
  199. getkey.TextColor3 = Color3.fromRGB(0, 255, 0)
  200. --copy
  201. setclipboard("https://link-center.net/475890/loody-key-system")
  202. --notification
  203. game:GetService("StarterGui"):SetCore("SendNotification",{
  204. Title = "Key-System", -- Required
  205. Text = "Copied The Link!", -- Required
  206. Icon = "rbxthumb://type=Asset&id=10825594202&w=150&h=150" -- Optional
  207. })
  208. wait(0.5)
  209. getkey.TextColor3 = Color3.fromRGB(255, 255, 255)
  210. end)
  211. infopic.Name = "infopic"
  212. infopic.Parent = db
  213. infopic.Active = true
  214. infopic.AnchorPoint = Vector2.new(0.5, 0.5)
  215. infopic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  216. infopic.BackgroundTransparency = 1.000
  217. infopic.BorderColor3 = Color3.fromRGB(0, 0, 0)
  218. infopic.Position = UDim2.new(0.492541373, 0, 0.88671875, 0)
  219. infopic.Selectable = true
  220. infopic.Size = UDim2.new(0.321446329, 0, 0.1171875, 0)
  221. infopic.Image = "rbxassetid://3570695787"
  222. infopic.ImageColor3 = Color3.fromRGB(255, 255, 0)
  223. infopic.ScaleType = Enum.ScaleType.Slice
  224. infopic.SliceCenter = Rect.new(100, 100, 100, 100)
  225. infopic.SliceScale = 0.120
  226. info.Name = "info"
  227. info.Parent = infopic
  228. info.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  229. info.BackgroundTransparency = 1.000
  230. info.BorderSizePixel = 0
  231. info.Position = UDim2.new(0.0715321973, 0, -0.0234222412, 0)
  232. info.Size = UDim2.new(0, 63, 0, 16)
  233. info.ZIndex = 2
  234. info.Font = Enum.Font.Michroma
  235. info.Text = "INFO"
  236. info.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. info.TextSize = 14.000
  238. info.TextStrokeTransparency = 0.800
  239. info.TextWrapped = true
  240. info.MouseButton1Down:connect(function()
  241. infopic.ImageColor3 = Color3.fromRGB(0, 255, 0)
  242. info.Text = ">> F9 <<"
  243. loadstring(game:HttpGet("https://pastebin.com/raw/r6G6WqxW"))()
  244. wait(3)
  245. infopic.ImageColor3 = Color3.fromRGB(255, 255, 0)
  246. info.Text = "INFO"
  247. end)
  248. closepic.Name = "closepic"
  249. closepic.Parent = lb
  250. closepic.Active = true
  251. closepic.AnchorPoint = Vector2.new(0.5, 0.5)
  252. closepic.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  253. closepic.BackgroundTransparency = 1.000
  254. closepic.Position = UDim2.new(0.959014773, 0, 0.0668740869, 0)
  255. closepic.Selectable = true
  256. closepic.Size = UDim2.new(0.0819702074, 0, 0.133748084, 0)
  257. closepic.Image = "rbxassetid://3570695787"
  258. closepic.ImageColor3 = Color3.fromRGB(255, 64, 64)
  259. closepic.ScaleType = Enum.ScaleType.Slice
  260. closepic.SliceCenter = Rect.new(100, 100, 100, 100)
  261. closepic.SliceScale = 0.120
  262. close.Name = "close"
  263. close.Parent = closepic
  264. close.BackgroundColor3 = Color3.fromRGB(255, 64, 64)
  265. close.BackgroundTransparency = 1.000
  266. close.BorderColor3 = Color3.fromRGB(0, 0, 0)
  267. close.BorderSizePixel = 0
  268. close.Position = UDim2.new(-0.123664856, 0, 0.0995501578, 0)
  269. close.Size = UDim2.new(0, 23, 0, 16)
  270. close.Font = Enum.Font.PermanentMarker
  271. close.Text = "X"
  272. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  273. close.TextScaled = true
  274. close.TextSize = 14.000
  275. close.TextWrapped = true
  276. close.MouseButton1Down:connect(function()
  277. close.Visible = false
  278. cls()
  279. end)
  280. function cls()
  281. for i=0,0.99,0.05 do
  282. lb.Position = UDim2.new(0.354090363 + i,0,0.348514855,0)
  283. wait(0.01)
  284. end
  285. for s=5,1,-1 do
  286. game.CoreGui.KS:Destroy()
  287. _G.lcorrect = false
  288. wait(0.01)
  289. end
  290. end