Advertisement
Dex_x

beta

Feb 27th, 2019
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local maingui = Instance.new("Frame")
  6. local gamedest = Instance.new("TextLabel")
  7. local bar = Instance.new("Frame")
  8. local jbar = Instance.new("TextButton")
  9. local qclash = Instance.new("TextButton")
  10. local close = Instance.new("TextButton")
  11. local logingui = Instance.new("Frame")
  12. local bar_2 = Instance.new("Frame")
  13. local logintext = Instance.new("TextLabel")
  14. local user = Instance.new("TextBox")
  15. local pass = Instance.new("TextBox")
  16. local submit = Instance.new("TextButton")
  17. local help = Instance.new("TextButton")
  18. local closelogin = Instance.new("TextButton")
  19. local helpgui = Instance.new("Frame")
  20. local userpass = Instance.new("TextLabel")
  21. local bar_3 = Instance.new("Frame")
  22. local userpassanswer = Instance.new("TextLabel")
  23. local userpass_2 = Instance.new("TextLabel")
  24. local closehelp = Instance.new("TextButton")
  25. local opengui = Instance.new("Frame")
  26. local openguib = Instance.new("TextButton")
  27. local openlog = Instance.new("Frame")
  28. local openlogb = Instance.new("TextButton")
  29. --Properties:
  30. ScreenGui.Parent = game.CoreGui
  31.  
  32. maingui.Name = "maingui"
  33. maingui.Parent = ScreenGui
  34. maingui.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  35. maingui.BorderSizePixel = 0
  36. maingui.Position = UDim2.new(0.317713261, 0, 0.151394427, 0)
  37. maingui.Size = UDim2.new(0, 388, 0, 334)
  38. maingui.Visible = false
  39.  
  40. gamedest.Name = "gamedest"
  41. gamedest.Parent = maingui
  42. gamedest.BackgroundColor3 = Color3.new(1, 1, 1)
  43. gamedest.BackgroundTransparency = 1
  44. gamedest.BorderSizePixel = 0
  45. gamedest.Position = UDim2.new(0.030927835, 0, 0.14371258, 0)
  46. gamedest.Size = UDim2.new(0, 364, 0, 56)
  47. gamedest.Font = Enum.Font.Cartoon
  48. gamedest.Text = "Game Destroyer"
  49. gamedest.TextColor3 = Color3.new(1, 1, 1)
  50. gamedest.TextScaled = true
  51. gamedest.TextSize = 14
  52. gamedest.TextWrapped = true
  53.  
  54. bar.Name = "bar"
  55. bar.Parent = maingui
  56. bar.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  57. bar.Size = UDim2.new(0, 388, 0, 35)
  58.  
  59. jbar.Name = "jbar"
  60. jbar.Parent = maingui
  61. jbar.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  62. jbar.BorderSizePixel = 0
  63. jbar.Position = UDim2.new(0.030927835, 0, 0.359281451, 0)
  64. jbar.Size = UDim2.new(0, 141, 0, 32)
  65. jbar.Font = Enum.Font.Cartoon
  66. jbar.Text = "JB AutoRob"
  67. jbar.TextColor3 = Color3.new(1, 1, 1)
  68. jbar.TextScaled = true
  69. jbar.TextSize = 14
  70. jbar.TextWrapped = true
  71.  
  72. qclash.Name = "qclash"
  73. qclash.Parent = maingui
  74. qclash.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  75. qclash.BorderSizePixel = 0
  76. qclash.Position = UDim2.new(0.572164953, 0, 0.359281451, 0)
  77. qclash.Size = UDim2.new(0, 141, 0, 32)
  78. qclash.Font = Enum.Font.Cartoon
  79. qclash.Text = "Qclash Hitbox Extender"
  80. qclash.TextColor3 = Color3.new(1, 1, 1)
  81. qclash.TextScaled = true
  82. qclash.TextSize = 14
  83. qclash.TextWrapped = true
  84.  
  85. close.Name = "close"
  86. close.Parent = maingui
  87. close.BackgroundColor3 = Color3.new(1, 1, 1)
  88. close.BackgroundTransparency = 1
  89. close.BorderSizePixel = 0
  90. close.Position = UDim2.new(0.889175236, 0, 0, 0)
  91. close.Size = UDim2.new(0, 43, 0, 35)
  92. close.Font = Enum.Font.Cartoon
  93. close.Text = "X"
  94. close.TextColor3 = Color3.new(1, 1, 1)
  95. close.TextScaled = true
  96. close.TextSize = 14
  97. close.TextWrapped = true
  98. close.MouseButton1Click:connect(function()
  99. maingui.Visible = false
  100. opengui.Visible = true
  101. end)
  102.  
  103. logingui.Name = "logingui"
  104. logingui.Parent = ScreenGui
  105. logingui.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  106. logingui.BorderSizePixel = 0
  107. logingui.Position = UDim2.new(0.399250239, 0, 0.209163353, 0)
  108. logingui.Size = UDim2.new(0, 230, 0, 291)
  109.  
  110. bar_2.Name = "bar"
  111. bar_2.Parent = logingui
  112. bar_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  113. bar_2.BorderSizePixel = 0
  114. bar_2.Size = UDim2.new(0, 230, 0, 32)
  115.  
  116. logintext.Name = "logintext"
  117. logintext.Parent = logingui
  118. logintext.BackgroundColor3 = Color3.new(1, 1, 1)
  119. logintext.BackgroundTransparency = 1
  120. logintext.BorderSizePixel = 0
  121. logintext.Position = UDim2.new(0.0652173907, 0, 0.137457043, 0)
  122. logintext.Size = UDim2.new(0, 200, 0, 32)
  123. logintext.Font = Enum.Font.Cartoon
  124. logintext.Text = "Log In"
  125. logintext.TextColor3 = Color3.new(1, 1, 1)
  126. logintext.TextScaled = true
  127. logintext.TextSize = 14
  128. logintext.TextWrapped = true
  129.  
  130. user.Name = "user"
  131. user.Parent = logingui
  132. user.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  133. user.Position = UDim2.new(0.0652173907, 0, 0.316151202, 0)
  134. user.Size = UDim2.new(0, 200, 0, 27)
  135. user.Font = Enum.Font.Cartoon
  136. user.PlaceholderColor3 = Color3.new(1, 1, 1)
  137. user.Text = "Username."
  138. user.TextColor3 = Color3.new(1, 1, 1)
  139. user.TextScaled = true
  140. user.TextSize = 14
  141. user.TextWrapped = true
  142.  
  143. pass.Name = "pass"
  144. pass.Parent = logingui
  145. pass.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  146. pass.Position = UDim2.new(0.0652173907, 0, 0.539518893, 0)
  147. pass.Size = UDim2.new(0, 200, 0, 27)
  148. pass.Font = Enum.Font.Cartoon
  149. pass.PlaceholderColor3 = Color3.new(1, 1, 1)
  150. pass.Text = "Password."
  151. pass.TextColor3 = Color3.new(1, 1, 1)
  152. pass.TextScaled = true
  153. pass.TextSize = 14
  154. pass.TextWrapped = true
  155.  
  156. submit.Name = "submit"
  157. submit.Parent = logingui
  158. submit.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  159. submit.Position = UDim2.new(0.256521732, 0, 0.70103091, 0)
  160. submit.Size = UDim2.new(0, 111, 0, 27)
  161. submit.Font = Enum.Font.Cartoon
  162. submit.Text = "Submit."
  163. submit.TextColor3 = Color3.new(1, 1, 1)
  164. submit.TextScaled = true
  165. submit.TextSize = 14
  166. submit.TextWrapped = true
  167. submit.MouseButton1Down:connect(function()
  168. if user.Text == "test" and pass.Text == "test" then
  169. logingui.Visible = false
  170. maingui.Visible = true
  171. end
  172. end)
  173.  
  174. help.Name = "help"
  175. help.Parent = logingui
  176. help.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  177. help.Position = UDim2.new(0.256521732, 0, 0.838487983, 0)
  178. help.Size = UDim2.new(0, 111, 0, 27)
  179. help.Font = Enum.Font.Cartoon
  180. help.Text = "Need Help?"
  181. help.TextColor3 = Color3.new(1, 1, 1)
  182. help.TextScaled = true
  183. help.TextSize = 14
  184. help.TextWrapped = true
  185. help.MouseButton1Click:connect(function()
  186. helpgui.Visible = true
  187. end)
  188.  
  189. closelogin.Name = "closelogin"
  190. closelogin.Parent = logingui
  191. closelogin.BackgroundColor3 = Color3.new(1, 1, 1)
  192. closelogin.BackgroundTransparency = 1
  193. closelogin.Position = UDim2.new(0.892703891, 0, 0, 0)
  194. closelogin.Size = UDim2.new(0, 25, 0, 32)
  195. closelogin.Font = Enum.Font.Cartoon
  196. closelogin.Text = "X"
  197. closelogin.TextColor3 = Color3.new(1, 1, 1)
  198. closelogin.TextScaled = true
  199. closelogin.TextSize = 14
  200. closelogin.TextWrapped = true
  201. closelogin.MouseButton1Click:connect(function()
  202. logingui.Visible = false
  203. openlog.Visible = true
  204. end)
  205.  
  206. helpgui.Name = "helpgui"
  207. helpgui.Parent = ScreenGui
  208. helpgui.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  209. helpgui.Position = UDim2.new(0.167760074, 0, 0.209163353, 0)
  210. helpgui.Size = UDim2.new(0, 233, 0, 291)
  211. helpgui.Visible = false
  212.  
  213. userpass.Name = "userpass"
  214. userpass.Parent = helpgui
  215. userpass.BackgroundColor3 = Color3.new(1, 1, 1)
  216. userpass.BackgroundTransparency = 1
  217. userpass.Position = UDim2.new(0.0343347639, 0, 0.137457058, 0)
  218. userpass.Size = UDim2.new(0, 200, 0, 50)
  219. userpass.Font = Enum.Font.Cartoon
  220. userpass.Text = "How do I change my username or password?"
  221. userpass.TextColor3 = Color3.new(1, 1, 1)
  222. userpass.TextScaled = true
  223. userpass.TextSize = 14
  224. userpass.TextWrapped = true
  225. userpass.TextXAlignment = Enum.TextXAlignment.Left
  226. userpass.TextYAlignment = Enum.TextYAlignment.Top
  227.  
  228. bar_3.Name = "bar"
  229. bar_3.Parent = helpgui
  230. bar_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  231. bar_3.BorderSizePixel = 0
  232. bar_3.Size = UDim2.new(0, 230, 0, 32)
  233.  
  234. userpassanswer.Name = "userpassanswer"
  235. userpassanswer.Parent = helpgui
  236. userpassanswer.BackgroundColor3 = Color3.new(1, 1, 1)
  237. userpassanswer.BackgroundTransparency = 1
  238. userpassanswer.Position = UDim2.new(0.0343347639, 0, 0.316151202, 0)
  239. userpassanswer.Size = UDim2.new(0, 212, 0, 92)
  240. userpassanswer.Font = Enum.Font.Cartoon
  241. userpassanswer.Text = "Well to change your username or password you have to contact me on discord. So here you go - Bot seB#9787"
  242. userpassanswer.TextColor3 = Color3.new(0.494118, 0.294118, 1)
  243. userpassanswer.TextScaled = true
  244. userpassanswer.TextSize = 14
  245. userpassanswer.TextWrapped = true
  246. userpassanswer.TextXAlignment = Enum.TextXAlignment.Left
  247. userpassanswer.TextYAlignment = Enum.TextYAlignment.Top
  248.  
  249. userpass_2.Name = "userpass"
  250. userpass_2.Parent = helpgui
  251. userpass_2.BackgroundColor3 = Color3.new(1, 1, 1)
  252. userpass_2.BackgroundTransparency = 1
  253. userpass_2.Position = UDim2.new(0, 0, 0.70103091, 0)
  254. userpass_2.Size = UDim2.new(0, 230, 0, 67)
  255. userpass_2.Font = Enum.Font.Cartoon
  256. userpass_2.Text = "If there are any other questions just DM me. Username above."
  257. userpass_2.TextColor3 = Color3.new(1, 1, 1)
  258. userpass_2.TextScaled = true
  259. userpass_2.TextSize = 14
  260. userpass_2.TextWrapped = true
  261. userpass_2.TextYAlignment = Enum.TextYAlignment.Top
  262.  
  263. closehelp.Name = "closehelp"
  264. closehelp.Parent = helpgui
  265. closehelp.BackgroundColor3 = Color3.new(1, 1, 1)
  266. closehelp.BackgroundTransparency = 1
  267. closehelp.Position = UDim2.new(0.892703891, 0, 0, 0)
  268. closehelp.Size = UDim2.new(0, 25, 0, 32)
  269. closehelp.Font = Enum.Font.Cartoon
  270. closehelp.Text = "X"
  271. closehelp.TextColor3 = Color3.new(1, 1, 1)
  272. closehelp.TextScaled = true
  273. closehelp.TextSize = 14
  274. closehelp.TextWrapped = true
  275. closehelp.MouseButton1Click:connect(function()
  276. helpgui.Visible = false
  277. end)
  278.  
  279. opengui.Name = "opengui"
  280. opengui.Parent = ScreenGui
  281. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  282. opengui.BorderSizePixel = 0
  283. opengui.Position = UDim2.new(0.454545468, 0, 0.92231071, 0)
  284. opengui.Size = UDim2.new(0, 111, 0, 27)
  285. opengui.Visible = false
  286.  
  287. openguib.Name = "openguib"
  288. openguib.Parent = opengui
  289. openguib.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  290. openguib.BorderSizePixel = 0
  291. openguib.Position = UDim2.new(-1.1920929e-07, 0, 0, 0)
  292. openguib.Size = UDim2.new(0, 111, 0, 27)
  293. openguib.Font = Enum.Font.Cartoon
  294. openguib.Text = "Open GUI"
  295. openguib.TextColor3 = Color3.new(1, 1, 1)
  296. openguib.TextScaled = true
  297. openguib.TextSize = 14
  298. openguib.TextWrapped = true
  299. openguib.MouseButton1Click:connect(function()
  300. opengui.Visible = false
  301. maingui.Visible = true
  302. end)
  303.  
  304. openlog.Name = "openlog"
  305. openlog.Parent = ScreenGui
  306. openlog.BackgroundColor3 = Color3.new(1, 1, 1)
  307. openlog.BorderSizePixel = 0
  308. openlog.Position = UDim2.new(-0.000894486904, 0, 0.507968128, 0)
  309. openlog.Size = UDim2.new(0, 111, 0, 27)
  310. openlog.Visible = false
  311.  
  312. openlogb.Name = "openlogb"
  313. openlogb.Parent = openlog
  314. openlogb.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  315. openlogb.BorderSizePixel = 0
  316. openlogb.Position = UDim2.new(-2.38418579e-07, 0, 0, 0)
  317. openlogb.Size = UDim2.new(0, 111, 0, 27)
  318. openlogb.Font = Enum.Font.Cartoon
  319. openlogb.Text = "Open Login"
  320. openlogb.TextColor3 = Color3.new(1, 1, 1)
  321. openlogb.TextScaled = true
  322. openlogb.TextSize = 14
  323. openlogb.TextWrapped = true
  324. openlogb.MouseButton1Click:connect(function()
  325. openlog.Visible = false
  326. logingui.Visible = true
  327. end)
  328. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement