Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local LoginGUI = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local loginbut = Instance.new("TextButton")
  10. local user = Instance.new("TextBox")
  11. local pass = Instance.new("TextBox")
  12. local X = Instance.new("TextButton")
  13. local TextButton = Instance.new("TextButton")
  14. local MainFrame = Instance.new("Frame")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local Tabs = Instance.new("Frame")
  17. local _1 = Instance.new("TextButton")
  18. local Script1 = Instance.new("TextButton")
  19. local Script2 = Instance.new("TextButton")
  20. local TextLabel_5 = Instance.new("TextLabel")
  21. local X3 = Instance.new("TextButton")
  22. local Executor = Instance.new("Frame")
  23. local X2 = Instance.new("TextButton")
  24. local TextLabel_6 = Instance.new("TextLabel")
  25. local ScrollingFrame = Instance.new("ScrollingFrame")
  26. local input = Instance.new("TextBox")
  27. local exebut = Instance.new("TextButton")
  28. local clearbut = Instance.new("TextButton")
  29. local OpenFrame = Instance.new("Frame")
  30. local Open = Instance.new("TextButton")
  31. local HelpPage = Instance.new("Frame")
  32. local TextLabel_7 = Instance.new("TextLabel")
  33. local TextLabel_8 = Instance.new("TextLabel")
  34. local TextLabel_9 = Instance.new("TextLabel")
  35. local TextLabel_10 = Instance.new("TextLabel")
  36. local X4 = Instance.new("TextButton")
  37. --Properties:
  38. LoginGUI.Name = "LoginGUI"
  39. LoginGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. LoginGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41.  
  42. MainFrame.Active = true
  43. MainFrame.Draggable = true
  44. LoginFrame.Active = true
  45. LoginFrame.Draggable = true
  46. Executor.Active = true
  47. Executor.Draggable = true
  48. HelpPage.Active = true
  49. HelpPage.Draggable = true
  50.  
  51. LoginFrame.Name = "LoginFrame"
  52. LoginFrame.Parent = LoginGUI
  53. LoginFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  54. LoginFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. LoginFrame.BorderSizePixel = 3
  56. LoginFrame.Position = UDim2.new(0.249087587, 0, 0.119140625, 0)
  57. LoginFrame.Size = UDim2.new(0, 614, 0, 390)
  58.  
  59. TextLabel.Parent = LoginFrame
  60. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TextLabel.BackgroundTransparency = 1
  62. TextLabel.Size = UDim2.new(0, 614, 0, 78)
  63. TextLabel.Font = Enum.Font.SourceSansBold
  64. TextLabel.Text = "Project Dank V2 Login"
  65. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  66. TextLabel.TextScaled = true
  67. TextLabel.TextSize = 14
  68. TextLabel.TextWrapped = true
  69.  
  70. TextLabel_2.Parent = LoginFrame
  71. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  72. TextLabel_2.BackgroundTransparency = 1
  73. TextLabel_2.Position = UDim2.new(0.0114006512, 0, 0.279487193, 0)
  74. TextLabel_2.Size = UDim2.new(0, 183, 0, 54)
  75. TextLabel_2.Font = Enum.Font.SourceSansBold
  76. TextLabel_2.Text = "Username:"
  77. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  78. TextLabel_2.TextScaled = true
  79. TextLabel_2.TextSize = 14
  80. TextLabel_2.TextWrapped = true
  81.  
  82. TextLabel_3.Parent = LoginFrame
  83. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  84. TextLabel_3.BackgroundTransparency = 1
  85. TextLabel_3.Position = UDim2.new(0.0114006512, 0, 0.528205156, 0)
  86. TextLabel_3.Size = UDim2.new(0, 183, 0, 54)
  87. TextLabel_3.Font = Enum.Font.SourceSansBold
  88. TextLabel_3.Text = "Password:"
  89. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  90. TextLabel_3.TextScaled = true
  91. TextLabel_3.TextSize = 14
  92. TextLabel_3.TextWrapped = true
  93.  
  94. loginbut.Name = "loginbut"
  95. loginbut.Parent = LoginFrame
  96. loginbut.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  97. loginbut.BorderSizePixel = 0
  98. loginbut.Position = UDim2.new(0.22149837, 0, 0.753846169, 0)
  99. loginbut.Size = UDim2.new(0, 316, 0, 66)
  100. loginbut.Font = Enum.Font.SourceSansBold
  101. loginbut.Text = "Login"
  102. loginbut.TextColor3 = Color3.new(0, 0, 0)
  103. loginbut.TextScaled = true
  104. loginbut.TextSize = 14
  105. loginbut.TextWrapped = true
  106.  
  107. user.Name = "user"
  108. user.Parent = LoginFrame
  109. user.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  110. user.BorderSizePixel = 0
  111. user.Position = UDim2.new(0.346905529, 0, 0.307692319, 0)
  112. user.Size = UDim2.new(0, 376, 0, 39)
  113. user.Font = Enum.Font.SourceSansBold
  114. user.Text = ""
  115. user.TextColor3 = Color3.new(0, 0, 0)
  116. user.TextScaled = true
  117. user.TextSize = 14
  118. user.TextWrapped = true
  119.  
  120. pass.Name = "pass"
  121. pass.Parent = LoginFrame
  122. pass.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  123. pass.BorderSizePixel = 0
  124. pass.Position = UDim2.new(0.346905529, 0, 0.546153903, 0)
  125. pass.Size = UDim2.new(0, 376, 0, 39)
  126. pass.Font = Enum.Font.SourceSansBold
  127. pass.Text = "Password Here"
  128. pass.TextColor3 = Color3.new(0, 0, 0)
  129. pass.TextScaled = true
  130. pass.TextSize = 14
  131. pass.TextWrapped = true
  132.  
  133. X.Name = "X"
  134. X.Parent = LoginFrame
  135. X.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  136. X.BorderSizePixel = 0
  137. X.Position = UDim2.new(0, 560, 0, 352)
  138. X.Size = UDim2.new(0, 54, 0, 38)
  139. X.Font = Enum.Font.SourceSansBold
  140. X.Text = "X"
  141. X.TextColor3 = Color3.new(0, 0, 0)
  142. X.TextScaled = true
  143. X.TextSize = 14
  144. X.TextWrapped = true
  145.  
  146. TextButton.Parent = LoginFrame
  147. TextButton.BackgroundColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  148. TextButton.BorderSizePixel = 0
  149. TextButton.Position = UDim2.new(0, 0, 0.902564108, 0)
  150. TextButton.Size = UDim2.new(0, 61, 0, 38)
  151. TextButton.Font = Enum.Font.SourceSansBold
  152. TextButton.Text = "Need Help?"
  153. TextButton.TextColor3 = Color3.new(0, 0, 0)
  154. TextButton.TextScaled = true
  155. TextButton.TextSize = 14
  156. TextButton.TextWrapped = true
  157.  
  158. MainFrame.Name = "MainFrame"
  159. MainFrame.Parent = LoginGUI
  160. MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  161. MainFrame.BorderColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  162. MainFrame.BorderSizePixel = 3
  163. MainFrame.Position = UDim2.new(0, 213, 0, 50)
  164. MainFrame.Size = UDim2.new(0, 762, 0, 427)
  165.  
  166. TextLabel_4.Parent = MainFrame
  167. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  168. TextLabel_4.BackgroundTransparency = 1
  169. TextLabel_4.Size = UDim2.new(0, 762, 0, 73)
  170. TextLabel_4.Font = Enum.Font.SourceSansBold
  171. TextLabel_4.Text = "Project Dank V2"
  172. TextLabel_4.TextColor3 = Color3.new(0.4, 0.4, 0.4)
  173. TextLabel_4.TextScaled = true
  174. TextLabel_4.TextSize = 14
  175. TextLabel_4.TextWrapped = true
  176.  
  177. Tabs.Name = "Tabs"
  178. Tabs.Parent = MainFrame
  179. Tabs.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  180. Tabs.BorderSizePixel = 0
  181. Tabs.Position = UDim2.new(0, 19, 0, 83)
  182. Tabs.Size = UDim2.new(0, 226, 0, 327)
  183.  
  184. _1.Name = "1"
  185. _1.Parent = Tabs
  186. _1.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  187. _1.BorderSizePixel = 0
  188. _1.Position = UDim2.new(0, 0, 0, 75)
  189. _1.Size = UDim2.new(0, 226, 0, 49)
  190. _1.Font = Enum.Font.SourceSansBold
  191. _1.Text = "Guis"
  192. _1.TextColor3 = Color3.new(0, 0, 0)
  193. _1.TextScaled = true
  194. _1.TextSize = 14
  195. _1.TextWrapped = true
  196.  
  197. Script1.Name = "Script1"
  198. Script1.Parent = _1
  199. Script1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  200. Script1.BorderSizePixel = 0
  201. Script1.Position = UDim2.new(0, 245, 0, -75)
  202. Script1.Size = UDim2.new(0, 215, 0, 61)
  203. Script1.Font = Enum.Font.SourceSansBold
  204. Script1.Text = "FPS GUI"
  205. Script1.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  206. Script1.TextScaled = true
  207. Script1.TextSize = 14
  208. Script1.TextWrapped = true
  209.  
  210. Script2.Name = "Script2"
  211. Script2.Parent = _1
  212. Script2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  213. Script2.BorderSizePixel = 0
  214. Script2.Position = UDim2.new(0, 245, 0, 17)
  215. Script2.Size = UDim2.new(0, 215, 0, 61)
  216. Script2.Font = Enum.Font.SourceSansBold
  217. Script2.Text = "Executor"
  218. Script2.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  219. Script2.TextScaled = true
  220. Script2.TextSize = 14
  221. Script2.TextWrapped = true
  222.  
  223. TextLabel_5.Parent = Tabs
  224. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  225. TextLabel_5.BackgroundTransparency = 1
  226. TextLabel_5.Size = UDim2.new(0, 226, 0, 50)
  227. TextLabel_5.Font = Enum.Font.SourceSansBold
  228. TextLabel_5.Text = "Tabs"
  229. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  230. TextLabel_5.TextScaled = true
  231. TextLabel_5.TextSize = 14
  232. TextLabel_5.TextWrapped = true
  233.  
  234. X3.Name = "X3"
  235. X3.Parent = MainFrame
  236. X3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  237. X3.BorderSizePixel = 0
  238. X3.Position = UDim2.new(0, 714, 0, 0)
  239. X3.Size = UDim2.new(0, 48, 0, 49)
  240. X3.Font = Enum.Font.SourceSansBold
  241. X3.Text = "X"
  242. X3.TextColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  243. X3.TextScaled = true
  244. X3.TextSize = 14
  245. X3.TextWrapped = true
  246.  
  247. Executor.Name = "Executor"
  248. Executor.Parent = LoginGUI
  249. Executor.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  250. Executor.BorderSizePixel = 0
  251. Executor.Position = UDim2.new(0, 373, 0, 36)
  252. Executor.Size = UDim2.new(0, 382, 0, 439)
  253. Executor.Visible = false
  254.  
  255. X2.Name = "X2"
  256. X2.Parent = Executor
  257. X2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  258. X2.BorderSizePixel = 0
  259. X2.Position = UDim2.new(0, 334, 0, 0)
  260. X2.Size = UDim2.new(0, 48, 0, 39)
  261. X2.Font = Enum.Font.SourceSansBold
  262. X2.Text = "X"
  263. X2.TextColor3 = Color3.new(0, 0, 0)
  264. X2.TextScaled = true
  265. X2.TextSize = 14
  266. X2.TextWrapped = true
  267.  
  268. TextLabel_6.Parent = Executor
  269. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  270. TextLabel_6.BackgroundTransparency = 1
  271. TextLabel_6.BorderSizePixel = 0
  272. TextLabel_6.Position = UDim2.new(0, 0, 0, -15)
  273. TextLabel_6.Size = UDim2.new(0, 334, 0, 86)
  274. TextLabel_6.Font = Enum.Font.SourceSansBold
  275. TextLabel_6.Text = "Sir Dank Executor"
  276. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  277. TextLabel_6.TextSize = 50
  278.  
  279. ScrollingFrame.Parent = Executor
  280. ScrollingFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  281. ScrollingFrame.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  282. ScrollingFrame.Position = UDim2.new(0, 10, 0, 71)
  283. ScrollingFrame.Size = UDim2.new(0, 357, 0, 308)
  284. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 9, 0)
  285.  
  286. input.Name = "input"
  287. input.Parent = ScrollingFrame
  288. input.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  289. input.BorderSizePixel = 0
  290. input.Size = UDim2.new(0, 343, 0, 3961)
  291. input.Font = Enum.Font.SourceSans
  292. input.Text = "print(\"This Executor Sucks\")"
  293. input.TextColor3 = Color3.new(0, 0, 0)
  294. input.TextSize = 25
  295. input.TextXAlignment = Enum.TextXAlignment.Left
  296. input.TextYAlignment = Enum.TextYAlignment.Top
  297.  
  298. exebut.Name = "exebut"
  299. exebut.Parent = Executor
  300. exebut.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  301. exebut.BorderSizePixel = 0
  302. exebut.Position = UDim2.new(0, 10, 0, 389)
  303. exebut.Size = UDim2.new(0, 154, 0, 40)
  304. exebut.Font = Enum.Font.SourceSansBold
  305. exebut.Text = "Execute"
  306. exebut.TextColor3 = Color3.new(0, 0, 0)
  307. exebut.TextScaled = true
  308. exebut.TextSize = 14
  309. exebut.TextWrapped = true
  310.  
  311. clearbut.Name = "clearbut"
  312. clearbut.Parent = Executor
  313. clearbut.BackgroundColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  314. clearbut.BorderSizePixel = 0
  315. clearbut.Position = UDim2.new(0, 191, 0, 389)
  316. clearbut.Size = UDim2.new(0, 149, 0, 40)
  317. clearbut.Font = Enum.Font.SourceSansBold
  318. clearbut.Text = "Clear"
  319. clearbut.TextColor3 = Color3.new(0, 0, 0)
  320. clearbut.TextScaled = true
  321. clearbut.TextSize = 14
  322. clearbut.TextWrapped = true
  323.  
  324. OpenFrame.Name = "OpenFrame"
  325. OpenFrame.Parent = LoginGUI
  326. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  327. OpenFrame.BorderColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  328. OpenFrame.BorderSizePixel = 3
  329. OpenFrame.Position = UDim2.new(0, 0, 0, 257)
  330. OpenFrame.Size = UDim2.new(0, 100, 0, 32)
  331.  
  332. Open.Name = "Open"
  333. Open.Parent = OpenFrame
  334. Open.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  335. Open.Size = UDim2.new(0, 100, 0, 32)
  336. Open.Font = Enum.Font.SourceSansBold
  337. Open.Text = "Open"
  338. Open.TextColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  339. Open.TextScaled = true
  340. Open.TextSize = 14
  341. Open.TextWrapped = true
  342.  
  343. HelpPage.Name = "HelpPage"
  344. HelpPage.Parent = LoginGUI
  345. HelpPage.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  346. HelpPage.BorderColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  347. HelpPage.BorderSizePixel = 4
  348. HelpPage.Position = UDim2.new(0.394406945, 0, 0.09765625, 0)
  349. HelpPage.Size = UDim2.new(0, 330, 0, 408)
  350.  
  351. TextLabel_7.Parent = HelpPage
  352. TextLabel_7.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  353. TextLabel_7.BorderSizePixel = 0
  354. TextLabel_7.Position = UDim2.new(0.0303030312, 0, 0, 0)
  355. TextLabel_7.Size = UDim2.new(0, 275, 0, 50)
  356. TextLabel_7.Font = Enum.Font.SourceSansBold
  357. TextLabel_7.Text = "Help Page"
  358. TextLabel_7.TextColor3 = Color3.new(0.74902, 0.74902, 0.74902)
  359. TextLabel_7.TextScaled = true
  360. TextLabel_7.TextSize = 14
  361. TextLabel_7.TextWrapped = true
  362.  
  363. TextLabel_8.Parent = HelpPage
  364. TextLabel_8.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  365. TextLabel_8.BorderSizePixel = 0
  366. TextLabel_8.Position = UDim2.new(0.0272727273, 0, 0.142156869, 0)
  367. TextLabel_8.Size = UDim2.new(0, 310, 0, 62)
  368. TextLabel_8.Font = Enum.Font.SourceSansBold
  369. TextLabel_8.Text = "Forgotten About Your Username? Go Check my Discord"
  370. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  371. TextLabel_8.TextScaled = true
  372. TextLabel_8.TextSize = 14
  373. TextLabel_8.TextWrapped = true
  374. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  375.  
  376. TextLabel_9.Parent = HelpPage
  377. TextLabel_9.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  378. TextLabel_9.BorderSizePixel = 0
  379. TextLabel_9.Position = UDim2.new(0.0272727273, 0, 0.379901946, 0)
  380. TextLabel_9.Size = UDim2.new(0, 310, 0, 62)
  381. TextLabel_9.Font = Enum.Font.SourceSansBold
  382. TextLabel_9.Text = "Just Tell me If There is Some Bugs i need to Fix!"
  383. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  384. TextLabel_9.TextScaled = true
  385. TextLabel_9.TextSize = 14
  386. TextLabel_9.TextWrapped = true
  387. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  388.  
  389. TextLabel_10.Parent = HelpPage
  390. TextLabel_10.BackgroundColor3 = Color3.new(0.458824, 0.458824, 0.458824)
  391. TextLabel_10.BorderSizePixel = 0
  392. TextLabel_10.Position = UDim2.new(0.0303030312, 0, 0.811274529, 0)
  393. TextLabel_10.Size = UDim2.new(0, 310, 0, 62)
  394. TextLabel_10.Font = Enum.Font.SourceSansBold
  395. TextLabel_10.Text = "xd jay #4796"
  396. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  397. TextLabel_10.TextScaled = true
  398. TextLabel_10.TextSize = 14
  399. TextLabel_10.TextWrapped = true
  400. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  401.  
  402. X4.Name = "X4"
  403. X4.Parent = HelpPage
  404. X4.BackgroundColor3 = Color3.new(0.819608, 0.0627451, 0.0627451)
  405. X4.BackgroundTransparency = 0.30000001192093
  406. X4.BorderSizePixel = 0
  407. X4.Position = UDim2.new(0.863636374, 0, 0, 0)
  408. X4.Size = UDim2.new(0, 45, 0, 34)
  409. X4.Font = Enum.Font.SourceSansBold
  410. X4.Text = "X"
  411. X4.TextColor3 = Color3.new(0, 0, 0)
  412. X4.TextScaled = true
  413. X4.TextSize = 14
  414. X4.TextWrapped = true
  415. -- Scripts:
  416. loginbut.MouseButton1Down:connect(function()
  417. if user.Text == "JayDevanX" and pass.Text == "WasHere" then
  418. LoginFrame.Visible = false
  419. MainFrame.Visible = true
  420. end
  421. end)
  422.  
  423.  
  424. MainFrame.Visible = false
  425. Executor.Visible = false
  426.  
  427. Script2.MouseButton1Down:connect(function()
  428. MainFrame.Visible = false
  429. Executor.Visible = true
  430. end)
  431.  
  432. exebut.MouseButton1Down:connect(function()
  433. loadstring(input.Text())
  434. end)
  435.  
  436.  
  437. clearbut.MouseButton1Down:connect(function()
  438. input.Text = ""
  439. end)
  440.  
  441.  
  442. X3.MouseButton1Down:connect(function()
  443. MainFrame.Visible = false
  444. OpenFrame.Visible = true
  445. end)
  446.  
  447.  
  448. exebut.MouseButton1Down:connect(function()
  449. loadstring(input.Text)()
  450. end)
  451.  
  452. clearbut.MouseButton1Down:connect(function()
  453. input.Text = ""
  454. end)
  455.  
  456.  
  457. X2.MouseButton1Down:connect(function()
  458. Executor.Visible = false
  459. MainFrame.Visible = true
  460. end)
  461.  
  462.  
  463.  
  464. X.MouseButton1Down:connect(function()
  465. LoginFrame.Visible = false
  466. end)
  467.  
  468.  
  469. TextButton.MouseButton1Down:connect(function()
  470. HelpPage.Visible = true
  471. end)
  472.  
  473.  
  474.  
  475. X4.MouseButton1Down:connect(function()
  476. HelpPage.Visible = false
  477. end)
  478.  
  479.  
  480. Open.MouseButton1Down:connect(function()
  481. MainFrame.Visible = true
  482. LoginFrame.Visible = false
  483. end)
  484.  
  485.  
  486. OpenFrame.Visible = false
  487. HelpPage.Visible = false
  488. MainFrame.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement