Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | None | 0 0
  1.  
  2. local Main = Instance.new("ScreenGui")
  3. local loginfr = Instance.new("Frame")
  4. local token = Instance.new("TextBox")
  5. local sing = Instance.new("TextButton")
  6. local clis = Instance.new("TextLabel")
  7. local madc = Instance.new("TextLabel")
  8. local closs = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local idkk = Instance.new("Frame")
  11. local idk = Instance.new("Frame")
  12. local titleh = Instance.new("TextLabel")
  13. local Games = Instance.new("TextButton")
  14. local Fescr = Instance.new("TextButton")
  15. local Mrlights = Instance.new("TextButton")
  16. local unfes = Instance.new("TextButton")
  17. local autose = Instance.new("TextButton")
  18. local teleps = Instance.new("TextButton")
  19. local rarsxc = Instance.new("TextButton")
  20. local GUIS = Instance.new("TextButton")
  21. local leakedscripts = Instance.new("TextButton")
  22. local regsc = Instance.new("TextButton")
  23. --Properties:
  24. Main.Name = "Main"
  25. Main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26.  
  27. loginfr.Name = "loginfr"
  28. loginfr.Parent = Main
  29. loginfr.Active = true
  30. loginfr.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  31. loginfr.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  32. loginfr.BorderSizePixel = 0
  33. loginfr.Position = UDim2.new(0.5, -131, 0.5, -150)
  34. loginfr.Size = UDim2.new(0, 262, 0, 301)
  35. loginfr.Draggable = true
  36.  
  37. token.Name = "token"
  38. token.Parent = loginfr
  39. token.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  40. token.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  41. token.Position = UDim2.new(0.116835825, 0, 0.576420486, 0)
  42. token.Size = UDim2.new(0, 200, 0, 50)
  43. token.Font = Enum.Font.Cartoon
  44. token.PlaceholderColor3 = Color3.new(1, 1, 1)
  45. token.Text = "Enter Token:"
  46. token.TextColor3 = Color3.new(1, 1, 1)
  47. token.TextSize = 14
  48.  
  49. sing.Name = "sing"
  50. sing.Parent = loginfr
  51. sing.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  52. sing.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. sing.BorderSizePixel = 0
  54. sing.Position = UDim2.new(0.00176876783, 0, 0.772092044, 0)
  55. sing.Size = UDim2.new(0, 262, 0, 33)
  56. sing.Font = Enum.Font.Cartoon
  57. sing.Text = "Sign-In"
  58. sing.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  59. sing.TextSize = 20
  60.  
  61. clis.Name = "clis"
  62. clis.Parent = loginfr
  63. clis.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  64. clis.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  65. clis.Size = UDim2.new(0, 262, 0, 57)
  66. clis.Font = Enum.Font.Cartoon
  67. clis.Text = "Client Sign-In"
  68. clis.TextColor3 = Color3.new(0.654902, 0.654902, 0.654902)
  69. clis.TextSize = 25
  70. clis.TextWrapped = true
  71.  
  72. madc.Name = "madc"
  73. madc.Parent = loginfr
  74. madc.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  75. madc.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  76. madc.Position = UDim2.new(0.0725190863, 0, 0.235880405, 0)
  77. madc.Size = UDim2.new(0, 226, 0, 88)
  78. madc.Font = Enum.Font.Cartoon
  79. madc.Text = "Made by Mr Lightness and Dakota!"
  80. madc.TextColor3 = Color3.new(1, 1, 1)
  81. madc.TextSize = 20
  82. madc.TextWrapped = true
  83.  
  84. closs.Name = "closs"
  85. closs.Parent = loginfr
  86. closs.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  87. closs.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  88. closs.BorderSizePixel = 0
  89. closs.Position = UDim2.new(0, 0, 0.890365422, 0)
  90. closs.Size = UDim2.new(0, 262, 0, 33)
  91. closs.Font = Enum.Font.Cartoon
  92. closs.Text = "Close"
  93. closs.TextColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  94. closs.TextSize = 20
  95.  
  96. MainFrame.Name = "MainFrame"
  97. MainFrame.Parent = Main
  98. MainFrame.Active = true
  99. MainFrame.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  100. MainFrame.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  101. MainFrame.Position = UDim2.new(0.358231694, 0, 0.251830161, 0)
  102. MainFrame.Size = UDim2.new(0, 390, 0, 323)
  103. MainFrame.Visible = false
  104. MainFrame.Draggable = true
  105.  
  106. idkk.Name = "idkk"
  107. idkk.Parent = MainFrame
  108. idkk.BackgroundColor3 = Color3.new(1, 1, 1)
  109. idkk.Position = UDim2.new(0, 0, 0.0123839006, 0)
  110. idkk.Size = UDim2.new(0, 390, 0, 2)
  111.  
  112. idk.Name = "idk"
  113. idk.Parent = MainFrame
  114. idk.BackgroundColor3 = Color3.new(1, 1, 1)
  115. idk.Position = UDim2.new(0, 0, 0.126934975, 0)
  116. idk.Size = UDim2.new(0, 390, 0, 2)
  117.  
  118. titleh.Name = "titleh"
  119. titleh.Parent = MainFrame
  120. titleh.BackgroundColor3 = Color3.new(1, 1, 1)
  121. titleh.BackgroundTransparency = 1
  122. titleh.BorderSizePixel = 0
  123. titleh.Position = UDim2.new(0.235897437, 0, -0.00309597515, 0)
  124. titleh.Size = UDim2.new(0, 200, 0, 50)
  125. titleh.Font = Enum.Font.Cartoon
  126. titleh.Text = "(Vibezz) | V.1 | Mr. Lightness & Dakota "
  127. titleh.TextColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  128. titleh.TextSize = 20
  129.  
  130. Games.Name = "Games"
  131. Games.Parent = MainFrame
  132. Games.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  133. Games.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  134. Games.Position = UDim2.new(0.0307692308, 0, 0.188854486, 0)
  135. Games.Size = UDim2.new(0, 168, 0, 33)
  136. Games.Font = Enum.Font.Cartoon
  137. Games.Text = "Games"
  138. Games.TextColor3 = Color3.new(1, 1, 1)
  139. Games.TextSize = 14
  140.  
  141. Fescr.Name = "Fescr"
  142. Fescr.Parent = MainFrame
  143. Fescr.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  144. Fescr.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  145. Fescr.Position = UDim2.new(0.523076952, 0, 0.188854486, 0)
  146. Fescr.Size = UDim2.new(0, 176, 0, 33)
  147. Fescr.Font = Enum.Font.Cartoon
  148. Fescr.Text = "FE Scripts"
  149. Fescr.TextColor3 = Color3.new(1, 1, 1)
  150. Fescr.TextSize = 14
  151.  
  152. Mrlights.Name = "Mrlights"
  153. Mrlights.Parent = MainFrame
  154. Mrlights.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  155. Mrlights.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  156. Mrlights.Position = UDim2.new(0.523076952, 0, 0.337461293, 0)
  157. Mrlights.Size = UDim2.new(0, 176, 0, 33)
  158. Mrlights.Font = Enum.Font.Cartoon
  159. Mrlights.Text = "Mr Lightness's Scripts"
  160. Mrlights.TextColor3 = Color3.new(1, 1, 1)
  161. Mrlights.TextSize = 14
  162.  
  163. unfes.Name = "unfes"
  164. unfes.Parent = MainFrame
  165. unfes.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  166. unfes.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  167. unfes.Position = UDim2.new(0.0307692308, 0, 0.337461293, 0)
  168. unfes.Size = UDim2.new(0, 168, 0, 33)
  169. unfes.Font = Enum.Font.Cartoon
  170. unfes.Text = "UNFE Scripts"
  171. unfes.TextColor3 = Color3.new(1, 1, 1)
  172. unfes.TextSize = 14
  173.  
  174. autose.Name = "autose"
  175. autose.Parent = MainFrame
  176. autose.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  177. autose.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  178. autose.Position = UDim2.new(0.523076952, 0, 0.473684222, 0)
  179. autose.Size = UDim2.new(0, 176, 0, 33)
  180. autose.Font = Enum.Font.Cartoon
  181. autose.Text = "Autosells"
  182. autose.TextColor3 = Color3.new(1, 1, 1)
  183. autose.TextSize = 14
  184.  
  185. teleps.Name = "teleps"
  186. teleps.Parent = MainFrame
  187. teleps.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  188. teleps.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  189. teleps.Position = UDim2.new(0.0307692308, 0, 0.473684222, 0)
  190. teleps.Size = UDim2.new(0, 168, 0, 33)
  191. teleps.Font = Enum.Font.Cartoon
  192. teleps.Text = "Teleports"
  193. teleps.TextColor3 = Color3.new(1, 1, 1)
  194. teleps.TextSize = 14
  195.  
  196. rarsxc.Name = "rarsxc"
  197. rarsxc.Parent = MainFrame
  198. rarsxc.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  199. rarsxc.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  200. rarsxc.Position = UDim2.new(0.523076952, 0, 0.61609906, 0)
  201. rarsxc.Size = UDim2.new(0, 176, 0, 33)
  202. rarsxc.Font = Enum.Font.Cartoon
  203. rarsxc.Text = "Rare Scripts"
  204. rarsxc.TextColor3 = Color3.new(1, 1, 1)
  205. rarsxc.TextSize = 14
  206.  
  207. GUIS.Name = "GUIS"
  208. GUIS.Parent = MainFrame
  209. GUIS.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  210. GUIS.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  211. GUIS.Position = UDim2.new(0.0307692308, 0, 0.61609906, 0)
  212. GUIS.Size = UDim2.new(0, 168, 0, 33)
  213. GUIS.Font = Enum.Font.Cartoon
  214. GUIS.Text = "GUIs"
  215. GUIS.TextColor3 = Color3.new(1, 1, 1)
  216. GUIS.TextSize = 14
  217.  
  218. leakedscripts.Name = "leaked scripts"
  219. leakedscripts.Parent = MainFrame
  220. leakedscripts.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  221. leakedscripts.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  222. leakedscripts.Position = UDim2.new(0.523076952, 0, 0.770897806, 0)
  223. leakedscripts.Size = UDim2.new(0, 176, 0, 33)
  224. leakedscripts.Font = Enum.Font.Cartoon
  225. leakedscripts.Text = "Leaked Scripts"
  226. leakedscripts.TextColor3 = Color3.new(1, 1, 1)
  227. leakedscripts.TextSize = 14
  228.  
  229. regsc.Name = "regsc"
  230. regsc.Parent = MainFrame
  231. regsc.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  232. regsc.BorderColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  233. regsc.Position = UDim2.new(0.0307692308, 0, 0.770897806, 0)
  234. regsc.Size = UDim2.new(0, 168, 0, 33)
  235. regsc.Font = Enum.Font.Cartoon
  236. regsc.Text = "Regular Scripts"
  237. regsc.TextColor3 = Color3.new(1, 1, 1)
  238. regsc.TextSize = 14
  239.  
  240. local box = script.Parent.Parent:WaitForChild("token")
  241. local button = script.Parent
  242. local tries = 0
  243. local maxtries = 3
  244. button.MouseButton1Click:Connect(function()
  245. if tries == maxtries then
  246. game.Players.LocalPlayer:Kick()
  247. else
  248. if box.Text == 'usdevelopersss' then
  249. button.Text = 'Login Successful'
  250. game.Players.LocalPlayer.PlayerGui.Main.MainFrame.Visible = true
  251. else
  252. button.Text = 'Incorrect Password - '.. maxtries - tries..'tries left'
  253. tries = tries + 1
  254. end
  255. end
  256. end)
  257.  
  258. end
  259.  
  260. while true do
  261. wait(0.15)
  262. script.Parent.TextColor3 = Color3.new(math.random(), math.random(), math.random())
  263. end
  264.  
  265. end
  266.  
  267. script.Parent.MouseButton1Click:Connect(function()
  268. game.Players.LocalPlayer.PlayerGui.Main.loginfr:Destroy()
  269. game.Lighting.Blur:Destroy()
  270. end)
  271.  
  272. end
  273.  
  274. while true do
  275. wait(0.15)
  276. script.Parent.TextColor3 = Color3.new(math.random(), math.random(), math.random())
  277. end
  278.  
  279. end
  280.  
  281. --Made By : CREDIT---------------------------------------
  282. wait(0.666666667)
  283. -- Objects
  284.  
  285. local ScreenGui = Instance.new("ScreenGui")
  286. local Frame = Instance.new("Frame")
  287. local TextLabel = Instance.new("TextLabel")
  288. local ImageLabel = Instance.new("ImageLabel")
  289. local ImageLabel_2 = Instance.new("ImageLabel")
  290. local Player = game.Players.localPlayer
  291.  
  292. -- Properties
  293.  
  294. ScreenGui.Parent = Player.PlayerGui
  295. game:GetService("Debris"):AddItem(ScreenGui,6)
  296.  
  297. Frame.Parent = ScreenGui
  298. Frame.Active = true
  299. Frame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  300. Frame.BackgroundTransparency = 0.40000000596046
  301. Frame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  302. Frame.BorderSizePixel = 2
  303. Frame.Position = UDim2.new(0, -220, 0, 340)
  304. Frame.Size = UDim2.new(0, 220, 0, 30)
  305.  
  306. TextLabel.Parent = Frame
  307. TextLabel.Active = true
  308. TextLabel.BackgroundTransparency = 1
  309. TextLabel.BorderSizePixel = 0
  310. TextLabel.Size = UDim2.new(0, 230, 0, 30)
  311. TextLabel.Font = Enum.Font.SciFi
  312. TextLabel.FontSize = Enum.FontSize.Size24
  313. TextLabel.Text = "Filtering Is Enabled"
  314. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  315. TextLabel.TextSize = 20
  316.  
  317. ImageLabel.Parent = Frame
  318. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  319. ImageLabel.BackgroundTransparency = 1
  320. ImageLabel.Size = UDim2.new(0, 220, 0, 30)
  321. ImageLabel.Image = "rbxassetid://206632409"
  322.  
  323. ImageLabel_2.Parent = Frame
  324. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  325. ImageLabel_2.BackgroundTransparency = 1
  326. ImageLabel_2.Size = UDim2.new(0, 220, 0, 30)
  327. ImageLabel_2.Image = "rbxassetid://260155349"
  328. ImageLabel_2.ImageTransparency = 0.5
  329. --FilteringEnabled Checker
  330. local enabled="enabled :("
  331. if game.Workspace.FilteringEnabled==true then enabled="enabled. :("
  332. elseif game.Workspace.FilteringEnabled==false then enabled="disabled. :)"
  333. end
  334. print("FilteringEnabled is",enabled)
  335.  
  336. ---------------------------------------------------------
  337. --FilteringEnabled GUI Checker
  338. ---------------------------------------------------------
  339. if game.Workspace.FilteringEnabled==true then
  340. Frame:TweenPosition(UDim2.new(0, -5, 0, 340), "Out", "Quad", 1)
  341. TextLabel.Text = "Filtering Is Enabled"
  342. wait(4)
  343. Frame:TweenPosition(UDim2.new(0, -220, 0, 340), "Out", "Quad", 1)
  344. elseif game.Workspace.FilteringEnabled==false then
  345. Frame:TweenPosition(UDim2.new(0, -5, 0, 340), "Out", "Quad", 1)
  346. TextLabel.Text = "Filtering Is Disabled"
  347. wait(4)
  348. Frame:TweenPosition(UDim2.new(0, -220, 0, 340), "Out", "Quad", 1)
  349. end
  350. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement