Advertisement
Guest User

Ok Ko Legacy Exploit Roblox

a guest
Dec 22nd, 2017
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.51 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Bar = Instance.new("Frame")
  7. local Bar2 = Instance.new("Frame")
  8. local Username = Instance.new("TextLabel")
  9. local Password = Instance.new("TextLabel")
  10. local user = Instance.new("TextBox")
  11. local Submit = Instance.new("TextButton")
  12. local pass = Instance.new("TextBox")
  13. local TextButton = Instance.new("TextButton")
  14. local Scripts = Instance.new("Frame")
  15. local bar3 = Instance.new("Frame")
  16. local bar4 = Instance.new("Frame")
  17. local Script1 = Instance.new("TextButton")
  18. local Script2 = Instance.new("TextButton")
  19. local Script3 = Instance.new("TextButton")
  20. local Script4 = Instance.new("TextButton")
  21. local Script5 = Instance.new("TextButton")
  22. local Script6 = Instance.new("TextButton")
  23. local Script7 = Instance.new("TextButton")
  24. local Script8 = Instance.new("TextButton")
  25. local Script9 = Instance.new("TextButton")
  26. local TextLabel = Instance.new("TextLabel")
  27. local TextButton2 = Instance.new("TextButton")
  28.  
  29. -- Properties
  30.  
  31. ScreenGui.Parent = game.CoreGui
  32.  
  33. LoginFrame.Name = "LoginFrame"
  34. LoginFrame.Parent = ScreenGui
  35. LoginFrame.Active = true
  36. LoginFrame.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  37. LoginFrame.Draggable = true
  38. LoginFrame.Position = UDim2.new(0.297445267, 0, 0.184557438, 0)
  39. LoginFrame.Size = UDim2.new(0, 444, 0, 335)
  40. LoginFrame.Visible = true
  41.  
  42. Title.Name = "Title"
  43. Title.Parent = LoginFrame
  44. Title.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  45. Title.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  46. Title.Position = UDim2.new(0.27477476, 0, 0.0597014911, 0)
  47. Title.Size = UDim2.new(0, 200, 0, 50)
  48. Title.Font = Enum.Font.Arcade
  49. Title.Text = "The OK KO Legacy"
  50. Title.TextSize = 30
  51.  
  52. Bar.Name = "Bar"
  53. Bar.Parent = LoginFrame
  54. Bar.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  55. Bar.Size = UDim2.new(0, 444, 0, 20)
  56.  
  57. Bar2.Name = "Bar 2"
  58. Bar2.Parent = LoginFrame
  59. Bar2.BackgroundColor3 = Color3.new(0, 0.690196, 0)
  60. Bar2.Position = UDim2.new(0, 0, 0.0597014911, 0)
  61. Bar2.Size = UDim2.new(0, 444, 0, 7)
  62.  
  63. Username.Name = "Username"
  64. Username.Parent = LoginFrame
  65. Username.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  66. Username.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  67. Username.Position = UDim2.new(0.0135135138, 0, 0.310447782, 0)
  68. Username.Size = UDim2.new(0, 150, 0, 50)
  69. Username.Font = Enum.Font.SciFi
  70. Username.Text = "Username."
  71. Username.TextColor3 = Color3.new(1, 1, 1)
  72. Username.TextSize = 30
  73.  
  74. Password.Name = "Password"
  75. Password.Parent = LoginFrame
  76. Password.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  77. Password.BorderColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  78. Password.Position = UDim2.new(0.0135135138, 0, 0.594029903, 0)
  79. Password.Size = UDim2.new(0, 150, 0, 50)
  80. Password.Font = Enum.Font.SciFi
  81. Password.Text = "Password."
  82. Password.TextColor3 = Color3.new(1, 1, 1)
  83. Password.TextSize = 30
  84.  
  85. user.Name = "user"
  86. user.Parent = LoginFrame
  87. user.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  88. user.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  89. user.Position = UDim2.new(0.364864886, 0, 0.310447752, 0)
  90. user.Size = UDim2.new(0, 260, 0, 50)
  91. user.Font = Enum.Font.SciFi
  92. user.Text = ""
  93. user.TextSize = 30
  94. user.TextXAlignment = Enum.TextXAlignment.Left
  95.  
  96. Submit.Name = "Submit"
  97. Submit.Parent = LoginFrame
  98. Submit.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  99. Submit.Position = UDim2.new(0.27477476, 0, 0.801492512, 0)
  100. Submit.Size = UDim2.new(0, 200, 0, 50)
  101. Submit.Font = Enum.Font.SciFi
  102. Submit.Text = "Log In"
  103. Submit.TextColor3 = Color3.new(1, 1, 1)
  104. Submit.TextSize = 30
  105. Submit.MouseButton1Down:connect(function()
  106.     if user.Text == "TheEdy" and pass.Text == "MemesAreLife" then
  107.         LoginFrame.Visible = false
  108.         TextButton.Visible = true
  109.     end
  110. end)
  111. pass.Name = "pass"
  112. pass.Parent = LoginFrame
  113. pass.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  114. pass.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  115. pass.Position = UDim2.new(0.364864886, 0, 0.594029844, 0)
  116. pass.Size = UDim2.new(0, 260, 0, 50)
  117. pass.Font = Enum.Font.SciFi
  118. pass.Text = ""
  119. pass.TextSize = 30
  120. pass.TextXAlignment = Enum.TextXAlignment.Left
  121.  
  122. TextButton.Parent = ScreenGui
  123. TextButton.BackgroundColor3 = Color3.new(0.74902, 0, 0)
  124. TextButton.BorderColor3 = Color3.new(1, 0, 0)
  125. TextButton.BorderSizePixel = 3
  126. TextButton.Position = UDim2.new(0.817865431, 0, 0.849340856, 0)
  127. TextButton.Size = UDim2.new(0, 157, 0, 46)
  128. TextButton.Visible = false
  129. TextButton.Font = Enum.Font.SciFi
  130. TextButton.Text = "Open"
  131. TextButton.TextColor3 = Color3.new(1, 1, 1)
  132. TextButton.TextSize = 30
  133. TextButton.MouseButton1Down:connect(function()
  134.     TextButton.Visible = false
  135.     Scripts.Visible = true
  136.     TextButton2.Visible = true
  137. end)
  138. Scripts.Name = "Scripts"
  139. Scripts.Parent = ScreenGui
  140. Scripts.Active = true
  141. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  142. Scripts.Draggable = true
  143. Scripts.Position = UDim2.new(0.259860784, 0, 0.276836157, 0)
  144. Scripts.Size = UDim2.new(0, 446, 0, 272)
  145. Scripts.Visible = false
  146.  
  147. bar3.Name = "bar3"
  148. bar3.Parent = Scripts
  149. bar3.BackgroundColor3 = Color3.new(1, 0, 0)
  150. bar3.Size = UDim2.new(0, 446, 0, 19)
  151.  
  152. bar4.Name = "bar 4"
  153. bar4.Parent = Scripts
  154. bar4.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  155. bar4.Position = UDim2.new(0, 0, 0.0698529407, 0)
  156. bar4.Size = UDim2.new(0, 446, 0, 9)
  157.  
  158. Script1.Name = "Script1"
  159. Script1.Parent = Scripts
  160. Script1.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  161. Script1.Position = UDim2.new(0.0350295678, 0, 0.18728283, 0)
  162. Script1.Size = UDim2.new(0, 128, 0, 46)
  163. Script1.Font = Enum.Font.SciFi
  164. Script1.Text = "Grab Knife"
  165. Script1.TextSize = 20
  166. Script1.MouseButton1Down:connect(function()
  167.     loadstring(game:GetObjects("rbxassetid://1258889876")[1].Source)()
  168. end)
  169. Script2.Name = "Script2"
  170. Script2.Parent = Scripts
  171. Script2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  172. Script2.Position = UDim2.new(0.363504916, 0, 0.18728283, 0)
  173. Script2.Size = UDim2.new(0, 128, 0, 46)
  174. Script2.Font = Enum.Font.SciFi
  175. Script2.Text = "Ravenger Hands"
  176. Script2.TextScaled = true
  177. Script2.TextSize = 15
  178. Script2.TextWrapped = true
  179. Script2.MouseButton1Down:connect(function()
  180.     loadstring(game:GetObjects("rbxassetid://1258862005")[1].Source)()
  181. end)
  182. Script3.Name = "Script3"
  183. Script3.Parent = Scripts
  184. Script3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  185. Script3.Position = UDim2.new(0.687495947, 0, 0.18728283, 0)
  186. Script3.Size = UDim2.new(0, 128, 0, 46)
  187. Script3.Font = Enum.Font.SciFi
  188. Script3.Text = "Rocky2u's admin"
  189. Script3.TextScaled = true
  190. Script3.TextSize = 20
  191. Script3.TextWrapped = true
  192. Script3.MouseButton1Down:connect(function()
  193.     loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  194. end)
  195. Script4.Name = "Script4"
  196. Script4.Parent = Scripts
  197. Script4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  198. Script4.Position = UDim2.new(0.0361506641, 0, 0.415224016, 0)
  199. Script4.Size = UDim2.new(0, 128, 0, 46)
  200. Script4.Font = Enum.Font.SciFi
  201. Script4.Text = "C00L kid GUI"
  202. Script4.TextScaled = true
  203. Script4.TextSize = 15
  204. Script4.TextWrapped = true
  205. Script4.MouseButton1Down:connect(function()
  206.     loadstring(game:GetObjects("rbxassetid://166327202")[1].Source)()
  207. end)
  208. Script5.Name = "Script5"
  209. Script5.Parent = Scripts
  210. Script5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  211. Script5.Position = UDim2.new(0.363504916, 0, 0.415224016, 0)
  212. Script5.Size = UDim2.new(0, 128, 0, 46)
  213. Script5.Font = Enum.Font.SciFi
  214. Script5.Text = "Golden Gun"
  215. Script5.TextScaled = true
  216. Script5.TextSize = 15
  217. Script5.TextWrapped = true
  218. Script5.MouseButton1Down:connect(function()
  219.     loadstring(game:GetObjects("rbxassetid://01260216172")[1].Source)()
  220. end)
  221. Script6.Name = "Script6"
  222. Script6.Parent = Scripts
  223. Script6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  224. Script6.Position = UDim2.new(0.688616991, 0, 0.415224016, 0)
  225. Script6.Size = UDim2.new(0, 128, 0, 46)
  226. Script6.Font = Enum.Font.SciFi
  227. Script6.Text = "Nuke"
  228. Script6.TextScaled = true
  229. Script6.TextSize = 15
  230. Script6.TextWrapped = true
  231. Script6.MouseButton1Down:connect(function()
  232.     loadstring(game:GetObjects("rbxassetid://01260218178")[1].Source)()
  233. end)
  234. Script7.Name = "Script7"
  235. Script7.Parent = Scripts
  236. Script7.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  237. Script7.Position = UDim2.new(0.0361506343, 0, 0.635812283, 0)
  238. Script7.Size = UDim2.new(0, 128, 0, 46)
  239. Script7.Font = Enum.Font.SciFi
  240. Script7.Text = "Ro - Exploit"
  241. Script7.TextScaled = true
  242. Script7.TextSize = 15
  243. Script7.TextWrapped = true
  244. Script7.MouseButton1Down:connect(function()
  245.     loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  246. end)
  247. Script8.Name = "Script8"
  248. Script8.Parent = Scripts
  249. Script8.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  250. Script8.Position = UDim2.new(0.363504887, 0, 0.635812283, 0)
  251. Script8.Size = UDim2.new(0, 128, 0, 46)
  252. Script8.Font = Enum.Font.SciFi
  253. Script8.Text = "Allahu Akbar"
  254. Script8.TextScaled = true
  255. Script8.TextSize = 15
  256. Script8.TextWrapped = true
  257. Script8.MouseButton1Down:connect(function()
  258.     loadstring(game:GetObjects("rbxassetid://01260221867")[1].Source)()
  259. end)
  260. Script9.Name = "Script9"
  261. Script9.Parent = Scripts
  262. Script9.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  263. Script9.Position = UDim2.new(0.688616991, 0, 0.635812283, 0)
  264. Script9.Size = UDim2.new(0, 128, 0, 46)
  265. Script9.Font = Enum.Font.SciFi
  266. Script9.Text = "Death Note"
  267. Script9.TextScaled = true
  268. Script9.TextSize = 15
  269. Script9.TextWrapped = true
  270. Script9.MouseButton1Down:connect(function()
  271.     loadstring(game:GetObjects("rbxassetid://01260231721")[1].Source)()
  272. end)
  273. TextLabel.Parent = Scripts
  274. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  275. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  276. TextLabel.Position = UDim2.new(0.0538116582, 0, 0.933823526, 0)
  277. TextLabel.Size = UDim2.new(0, 144, 0, 18)
  278. TextLabel.Font = Enum.Font.Highway
  279. TextLabel.Text = "Created by TheEdyGamerTroll23"
  280. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  281. TextLabel.TextSize = 14
  282.  
  283. TextButton2.Name = "TextButton2"
  284. TextButton2.Parent = ScreenGui
  285. TextButton2.BackgroundColor3 = Color3.new(0.74902, 0, 0)
  286. TextButton2.BorderColor3 = Color3.new(1, 0, 0)
  287. TextButton2.BorderSizePixel = 3
  288. TextButton2.Position = UDim2.new(0.817865431, 0, 0.849340856, 0)
  289. TextButton2.Size = UDim2.new(0, 157, 0, 46)
  290. TextButton2.Visible = false
  291. TextButton2.Font = Enum.Font.SciFi
  292. TextButton2.Text = "Close"
  293. TextButton2.TextColor3 = Color3.new(1, 1, 1)
  294. TextButton2.TextSize = 30
  295. TextButton2.MouseButton1Down:connect(function()
  296.     Scripts.Visible = false
  297.     TextButton2.Visible = false
  298.     TextButton.Visible = true
  299. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement