Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5.  
  6. local SpecialGUI = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local bar1 = Instance.new("Frame")
  9. local bar2 = Instance.new("Frame")
  10. local title = Instance.new("TextLabel")
  11. local userbox = Instance.new("TextBox")
  12. local passbox = Instance.new("TextBox")
  13. local submit = Instance.new("TextButton")
  14. local usertext = Instance.new("TextLabel")
  15. local passtext = Instance.new("TextLabel")
  16. local exitbutton2 = Instance.new("TextButton")
  17. local MainFrame = Instance.new("Frame")
  18. local mbar1 = Instance.new("Frame")
  19. local mbar2 = Instance.new("Frame")
  20. local mtitle = Instance.new("TextLabel")
  21. local exitbutton = Instance.new("TextButton")
  22. local exebut = Instance.new("TextButton")
  23. local credits = Instance.new("TextLabel")
  24. local ExecutorFrame = Instance.new("Frame")
  25. local sbar1 = Instance.new("Frame")
  26. local sbar2 = Instance.new("Frame")
  27. local ScrollingFrame = Instance.new("ScrollingFrame")
  28. local input = Instance.new("TextBox")
  29. local executebut = Instance.new("TextButton")
  30. local clearbut = Instance.new("TextButton")
  31. local exitbutton1 = Instance.new("TextButton")
  32. local lemon = Instance.new("TextBox")
  33.  
  34. -- Properties
  35.  
  36. SpecialGUI.Name = "SpecialGUI"
  37. SpecialGUI.Parent = game.CoreGui
  38. SpecialGUI.ResetOnSpawn = false
  39.  
  40. LoginFrame.Name = "LoginFrame"
  41. LoginFrame.Parent = SpecialGUI
  42. LoginFrame.Active = true
  43. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. LoginFrame.Position = UDim2.new(0.220426142, 0, 0.281138778, 0)
  45. LoginFrame.Size = UDim2.new(0, 877, 0, 445)
  46.  
  47. bar1.Name = "bar1"
  48. bar1.Parent = LoginFrame
  49. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  50. bar1.BorderSizePixel = 0
  51. bar1.Size = UDim2.new(0, 877, 0, 45)
  52.  
  53. bar2.Name = "bar2"
  54. bar2.Parent = LoginFrame
  55. bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  56. bar2.BorderSizePixel = 0
  57. bar2.Position = UDim2.new(0, 0, 0.0853932574, 0)
  58. bar2.Size = UDim2.new(0, 877, 0, 11)
  59.  
  60. title.Name = "title"
  61. title.Parent = LoginFrame
  62. title.BackgroundColor3 = Color3.new(1, 1, 1)
  63. title.BackgroundTransparency = 1
  64. title.BorderSizePixel = 0
  65. title.Position = UDim2.new(0.137970358, 0, 0.152808979, 0)
  66. title.Size = UDim2.new(0, 706, 0, 50)
  67. title.Font = Enum.Font.SourceSansBold
  68. title.Text = "LEMON"
  69. title.TextColor3 = Color3.new(1, 1, 1)
  70. title.TextSize = 50
  71.  
  72. userbox.Name = "userbox"
  73. userbox.Parent = LoginFrame
  74. userbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  75. userbox.BorderColor3 = Color3.new(1, 1, 1)
  76. userbox.Position = UDim2.new(0.289623737, 0, 0.328089893, 0)
  77. userbox.Size = UDim2.new(0, 496, 0, 36)
  78. userbox.Font = Enum.Font.SourceSansBold
  79. userbox.Text = "Enter Username"
  80. userbox.TextColor3 = Color3.new(1, 1, 1)
  81. userbox.TextSize = 30
  82.  
  83. passbox.Name = "passbox"
  84. passbox.Parent = LoginFrame
  85. passbox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  86. passbox.BorderColor3 = Color3.new(1, 1, 1)
  87. passbox.Position = UDim2.new(0.289623708, 0, 0.602247179, 0)
  88. passbox.Size = UDim2.new(0, 496, 0, 36)
  89. passbox.Font = Enum.Font.SourceSansBold
  90. passbox.Text = "Enter Whitelist Key"
  91. passbox.TextColor3 = Color3.new(1, 1, 1)
  92. passbox.TextSize = 30
  93.  
  94. submit.Name = "submit"
  95. submit.Parent = LoginFrame
  96. submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  97. submit.BorderColor3 = Color3.new(1, 1, 1)
  98. submit.Position = UDim2.new(0.45891124, 0, 0.782306015, 0)
  99. submit.Size = UDim2.new(0, 200, 0, 50)
  100. submit.Font = Enum.Font.SourceSansBold
  101. submit.Text = "Login"
  102. submit.TextColor3 = Color3.new(1, 1, 1)
  103. submit.TextSize = 30
  104. submit.TextWrapped = true
  105.  
  106. submit.MouseButton1Down:connect(function()
  107.  
  108. if userbox.Text == "ConnerPlayz" and passbox.Text == "Conner0925" then
  109. ExecutorFrame.Visible = true
  110. end
  111. LoginFrame.Visible = false
  112. end)
  113.  
  114. usertext.Name = "usertext"
  115. usertext.Parent = LoginFrame
  116. usertext.BackgroundColor3 = Color3.new(1, 1, 1)
  117. usertext.BackgroundTransparency = 1
  118. usertext.BorderSizePixel = 0
  119. usertext.Position = UDim2.new(0.0216647647, 0, 0.29662922, 0)
  120. usertext.Size = UDim2.new(0, 200, 0, 50)
  121. usertext.Font = Enum.Font.SourceSansBold
  122. usertext.Text = "Username:"
  123. usertext.TextColor3 = Color3.new(1, 1, 1)
  124. usertext.TextScaled = true
  125. usertext.TextSize = 14
  126. usertext.TextWrapped = true
  127.  
  128. passtext.Name = "passtext"
  129. passtext.Parent = LoginFrame
  130. passtext.BackgroundColor3 = Color3.new(1, 1, 1)
  131. passtext.BackgroundTransparency = 1
  132. passtext.BorderSizePixel = 0
  133. passtext.Position = UDim2.new(0.0216647647, 0, 0.586516857, 0)
  134. passtext.Size = UDim2.new(0, 200, 0, 50)
  135. passtext.Font = Enum.Font.SourceSansBold
  136. passtext.Text = "Password:"
  137. passtext.TextColor3 = Color3.new(1, 1, 1)
  138. passtext.TextScaled = true
  139. passtext.TextSize = 14
  140. passtext.TextWrapped = true
  141.  
  142. exitbutton2.Name = "exitbutton2"
  143. exitbutton2.Parent = LoginFrame
  144. exitbutton2.BackgroundColor3 = Color3.new(1, 0, 0)
  145. exitbutton2.BackgroundTransparency = 1
  146. exitbutton2.BorderColor3 = Color3.new(1, 0, 0)
  147. exitbutton2.BorderSizePixel = 0
  148. exitbutton2.Position = UDim2.new(0.955067277, 0, 0.00898876414, 0)
  149. exitbutton2.Size = UDim2.new(0, 39, 0, 37)
  150. exitbutton2.Font = Enum.Font.SourceSansBold
  151. exitbutton2.Text = "X"
  152. exitbutton2.TextColor3 = Color3.new(1, 0, 0)
  153. exitbutton2.TextSize = 25
  154. exitbutton2.MouseButton1Down:connect(function()
  155. SpecialGUI:Destroy()
  156. end)
  157.  
  158. MainFrame.Name = "MainFrame"
  159. MainFrame.Parent = SpecialGUI
  160. MainFrame.Active = true
  161. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  162. MainFrame.BorderSizePixel = 0
  163. MainFrame.Selectable = true
  164. MainFrame.Size = UDim2.new(0, 500, 0, 382)
  165. MainFrame.Visible = false
  166.  
  167. mbar1.Name = "mbar1"
  168. mbar1.Parent = MainFrame
  169. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  170. mbar1.BorderSizePixel = 0
  171. mbar1.Size = UDim2.new(0, 500, 0, 29)
  172.  
  173. mbar2.Name = "mbar2"
  174. mbar2.Parent = MainFrame
  175. mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  176. mbar2.BorderSizePixel = 0
  177. mbar2.Position = UDim2.new(0, 0, 0.0759162307, 0)
  178. mbar2.Size = UDim2.new(0, 500, 0, 8)
  179.  
  180. mtitle.Name = "mtitle"
  181. mtitle.Parent = MainFrame
  182. mtitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  183. mtitle.BorderSizePixel = 0
  184. mtitle.Position = UDim2.new(0.0160000008, 0, 0, 0)
  185. mtitle.Size = UDim2.new(0, 145, 0, 37)
  186. mtitle.Font = Enum.Font.SourceSansBold
  187. mtitle.Text = "Special GUI"
  188. mtitle.TextColor3 = Color3.new(1, 1, 1)
  189. mtitle.TextSize = 25
  190. mtitle.TextXAlignment = Enum.TextXAlignment.Left
  191.  
  192. exitbutton.Name = "exitbutton"
  193. exitbutton.Parent = MainFrame
  194. exitbutton.BackgroundColor3 = Color3.new(1, 0, 0)
  195. exitbutton.BackgroundTransparency = 1
  196. exitbutton.BorderColor3 = Color3.new(1, 0, 0)
  197. exitbutton.BorderSizePixel = 0
  198. exitbutton.Position = UDim2.new(0.921999991, 0, 0, 0)
  199. exitbutton.Size = UDim2.new(0, 39, 0, 37)
  200. exitbutton.Font = Enum.Font.SourceSansBold
  201. exitbutton.Text = "X"
  202. exitbutton.TextColor3 = Color3.new(1, 0, 0)
  203. exitbutton.TextSize = 25
  204. exitbutton.MouseButton1Down:connect(function()
  205. SpecialGUI:Destroy()
  206. end)
  207.  
  208. exebut.Name = "exebut"
  209. exebut.Parent = MainFrame
  210. exebut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  211. exebut.BorderSizePixel = 4
  212. exebut.Position = UDim2.new(0.300000012, 0, 0.434554935, 0)
  213. exebut.Size = UDim2.new(0, 200, 0, 50)
  214. exebut.Font = Enum.Font.SourceSansBold
  215. exebut.Text = "Executor"
  216. exebut.TextColor3 = Color3.new(1, 1, 1)
  217. exebut.TextSize = 25
  218.  
  219. credits.Name = "credits"
  220. credits.Parent = MainFrame
  221. credits.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  222. credits.BackgroundTransparency = 1
  223. credits.BorderSizePixel = 0
  224. credits.Position = UDim2.new(0.0160000008, 0, 0.903141379, 0)
  225. credits.Size = UDim2.new(0, 145, 0, 37)
  226. credits.Font = Enum.Font.SourceSansBold
  227. credits.Text = "Made by ConnerPlayz"
  228. credits.TextColor3 = Color3.new(1, 1, 1)
  229. credits.TextSize = 15
  230. credits.TextXAlignment = Enum.TextXAlignment.Left
  231.  
  232. ExecutorFrame.Name = "ExecutorFrame"
  233. ExecutorFrame.Parent = SpecialGUI
  234. ExecutorFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  235. ExecutorFrame.BorderSizePixel = 0
  236. ExecutorFrame.Position = UDim2.new(0, 0, 0.519572973, 0)
  237. ExecutorFrame.Size = UDim2.new(0, 514, 0, 405)
  238. ExecutorFrame.Visible = false
  239.  
  240. sbar1.Name = "sbar1"
  241. sbar1.Parent = ExecutorFrame
  242. sbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  243. sbar1.BorderSizePixel = 0
  244. sbar1.Position = UDim2.new(-8.86321068e-05, 0, 0.00115987659, 0)
  245. sbar1.Size = UDim2.new(0, 514, 0, 48)
  246.  
  247. sbar2.Name = "sbar2"
  248. sbar2.Parent = ExecutorFrame
  249. sbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  250. sbar2.BorderSizePixel = 0
  251. sbar2.Position = UDim2.new(-8.86321068e-05, 0, 0.117745265, 0)
  252. sbar2.Size = UDim2.new(0, 514, 0, 16)
  253.  
  254. ScrollingFrame.Parent = ExecutorFrame
  255. ScrollingFrame.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  256. ScrollingFrame.BorderSizePixel = 0
  257. ScrollingFrame.Position = UDim2.new(0.0576160401, 0, 0.214322358, 0)
  258. ScrollingFrame.Size = UDim2.new(0, 453, 0, 230)
  259. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 100000, 0)
  260.  
  261. input.Name = "input"
  262. input.Parent = ScrollingFrame
  263. input.BackgroundColor3 = Color3.new(1, 1, 1)
  264. input.BackgroundTransparency = 1
  265. input.BorderSizePixel = 0
  266. input.Size = UDim2.new(0, 439, 0, 1116)
  267. input.ClearTextOnFocus = false
  268. input.Font = Enum.Font.SourceSans
  269. input.MultiLine = true
  270. input.Text = ""
  271. input.TextColor3 = Color3.new(1, 1, 1)
  272. input.TextSize = 20
  273. input.TextWrapped = true
  274. input.TextXAlignment = Enum.TextXAlignment.Left
  275. input.TextYAlignment = Enum.TextYAlignment.Top
  276.  
  277. executebut.Name = "executebut"
  278. executebut.Parent = ExecutorFrame
  279. executebut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  280. executebut.BorderColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  281. executebut.BorderSizePixel = 4
  282. executebut.Position = UDim2.new(0.186897874, 0, 0.850415468, 0)
  283. executebut.Size = UDim2.new(0, 124, 0, 41)
  284. executebut.Font = Enum.Font.SourceSansBold
  285. executebut.Text = "Execute"
  286. executebut.TextColor3 = Color3.new(1, 1, 1)
  287. executebut.TextSize = 24
  288.  
  289. executebut.MouseButton1Down:connect(function()
  290. loadstring(input.Text)()
  291. end)
  292.  
  293. clearbut.Name = "clearbut"
  294. clearbut.Parent = ExecutorFrame
  295. clearbut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  296. clearbut.BorderColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  297. clearbut.BorderSizePixel = 4
  298. clearbut.Position = UDim2.new(0.57032752, 0, 0.850415468, 0)
  299. clearbut.Size = UDim2.new(0, 124, 0, 41)
  300. clearbut.Font = Enum.Font.SourceSansBold
  301. clearbut.Text = "Clear"
  302. clearbut.TextColor3 = Color3.new(1, 1, 1)
  303. clearbut.TextSize = 24
  304.  
  305. exitbutton1.Name = "exitbutton1"
  306. exitbutton1.Parent = ExecutorFrame
  307. exitbutton1.BackgroundColor3 = Color3.new(1, 0, 0)
  308. exitbutton1.BackgroundTransparency = 1
  309. exitbutton1.BorderColor3 = Color3.new(1, 0, 0)
  310. exitbutton1.BorderSizePixel = 0
  311. exitbutton1.Position = UDim2.new(0.923926771, 0, -0.000841284171, 0)
  312. exitbutton1.Size = UDim2.new(0, 39, 0, 37)
  313. exitbutton1.Font = Enum.Font.SourceSansBold
  314. exitbutton1.Text = "X"
  315. exitbutton1.TextColor3 = Color3.new(1, 0, 0)
  316. exitbutton1.TextSize = 25
  317. exitbutton1.MouseButton1Down:connect(function()
  318. SpecialGUI:Destroy()
  319. end)
  320.  
  321.  
  322. lemon.Name = "lemon"
  323. lemon.Parent = ExecutorFrame
  324. lemon.BackgroundColor3 = Color3.new(1, 1, 1)
  325. lemon.BackgroundTransparency = 1
  326. lemon.BorderSizePixel = 0
  327. lemon.Size = UDim2.new(0, 514, 0, 50)
  328. lemon.Font = Enum.Font.SourceSansBold
  329. lemon.PlaceholderColor3 = Color3.new(0.956863, 1, 0.0627451)
  330. lemon.Text = "LEMON"
  331. lemon.TextColor3 = Color3.new(0.952941, 1, 0)
  332. lemon.TextSize = 50
  333.  
  334. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement