Advertisement
Guest User

Lapse

a guest
Jul 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. wait(1)
  2. --Keep this ^^^ or it wont work!
  3.  
  4. -- Farewell Infortality.
  5. -- Version: 2.82
  6. -- Instances:
  7. local Lapse = Instance.new("ScreenGui")
  8. local Login = Instance.new("Frame")
  9. local Login_2 = Instance.new("TextLabel")
  10. local PasswordBox = Instance.new("TextBox")
  11. local Submit = Instance.new("TextButton")
  12. local UsernameBox = Instance.new("TextBox")
  13. local Main = Instance.new("Frame")
  14. local Title = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. local Executor = Instance.new("TextButton")
  17. local Scripts = Instance.new("TextButton")
  18. local Credits = Instance.new("TextLabel")
  19. local ScriptsTab = Instance.new("Frame")
  20. local Close_2 = Instance.new("TextButton")
  21. local Title_2 = Instance.new("TextLabel")
  22. local GrabKnife = Instance.new("TextButton")
  23. --Properties:
  24. Lapse.Name = "Lapse"
  25. Lapse.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. Lapse.ResetOnSpawn = false
  27.  
  28. Login.Name = "Login"
  29. Login.Parent = Lapse
  30. Login.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  31. Login.Position = UDim2.new(0.0213740449, 0, 0.156657949, 0)
  32. Login.Size = UDim2.new(0, 300, 0, 561)
  33. Login.Style = Enum.FrameStyle.RobloxRound
  34.  
  35. Login_2.Name = "Login"
  36. Login_2.Parent = Login
  37. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Login_2.BackgroundTransparency = 1
  39. Login_2.Position = UDim2.new(0.176666677, 0, 0.0231729075, 0)
  40. Login_2.Size = UDim2.new(0, 183, 0, 49)
  41. Login_2.Font = Enum.Font.Highway
  42. Login_2.Text = "Login"
  43. Login_2.TextColor3 = Color3.new(1, 1, 1)
  44. Login_2.TextScaled = true
  45. Login_2.TextSize = 35
  46. Login_2.TextWrapped = true
  47.  
  48. PasswordBox.Name = "PasswordBox"
  49. PasswordBox.Parent = Login
  50. PasswordBox.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  51. PasswordBox.Position = UDim2.new(0.0633333325, 0, 0.361853838, 0)
  52. PasswordBox.Size = UDim2.new(0, 261, 0, 39)
  53. PasswordBox.Font = Enum.Font.Highway
  54. PasswordBox.PlaceholderText = "Password"
  55. PasswordBox.Text = ""
  56. PasswordBox.TextColor3 = Color3.new(1, 1, 1)
  57. PasswordBox.TextSize = 30
  58. PasswordBox.TextWrapped = true
  59. PasswordBox.TextXAlignment = Enum.TextXAlignment.Left
  60.  
  61. Submit.Name = "Submit"
  62. Submit.Parent = Login
  63. Submit.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  64. Submit.Position = UDim2.new(0.0633333325, 0, 0.493761122, 0)
  65. Submit.Size = UDim2.new(0, 261, 0, 50)
  66. Submit.Font = Enum.Font.Highway
  67. Submit.Text = "Log in"
  68. Submit.TextColor3 = Color3.new(1, 1, 1)
  69. Submit.TextSize = 30
  70.  
  71. Submit.MouseButton1Down:connect(function()
  72. Login.Visible = false
  73. Main.Visible = true
  74. end)
  75.  
  76.  
  77. UsernameBox.Name = "UsernameBox"
  78. UsernameBox.Parent = Login
  79. UsernameBox.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  80. UsernameBox.Position = UDim2.new(0.0633333325, 0, 0.226381466, 0)
  81. UsernameBox.Size = UDim2.new(0, 261, 0, 39)
  82. UsernameBox.Font = Enum.Font.Highway
  83. UsernameBox.PlaceholderText = "Username"
  84. UsernameBox.Text = ""
  85. UsernameBox.TextColor3 = Color3.new(1, 1, 1)
  86. UsernameBox.TextSize = 30
  87. UsernameBox.TextWrapped = true
  88. UsernameBox.TextXAlignment = Enum.TextXAlignment.Left
  89.  
  90. Main.Name = "Main"
  91. Main.Parent = Lapse
  92. Main.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  93. Main.Position = UDim2.new(0.290076345, 0, 0.156657964, 0)
  94. Main.Size = UDim2.new(0, 550, 0, 561)
  95. Main.Visible = false
  96. Main.Style = Enum.FrameStyle.RobloxRound
  97.  
  98. Title.Name = "Title"
  99. Title.Parent = Main
  100. Title.Active = true
  101. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  102. Title.BackgroundTransparency = 1
  103. Title.Position = UDim2.new(0.312727243, 0, 0, 0)
  104. Title.Size = UDim2.new(0, 200, 0, 50)
  105. Title.Font = Enum.Font.Highway
  106. Title.Text = "Lapse"
  107. Title.TextColor3 = Color3.new(1, 1, 1)
  108. Title.TextScaled = true
  109. Title.TextSize = 35
  110. Title.TextWrapped = true
  111.  
  112. Close.Name = "Close"
  113. Close.Parent = Main
  114. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Close.BackgroundTransparency = 1
  116. Close.Position = UDim2.new(0.910909116, 0, 0, 0)
  117. Close.Size = UDim2.new(0, 49, 0, 50)
  118. Close.Font = Enum.Font.SourceSans
  119. Close.Text = "X"
  120. Close.TextColor3 = Color3.new(1, 1, 1)
  121. Close.TextScaled = true
  122. Close.TextSize = 14
  123. Close.TextWrapped = true
  124.  
  125. Executor.Name = "Executor"
  126. Executor.Parent = Main
  127. Executor.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  128. Executor.BackgroundTransparency = 0.5
  129. Executor.Position = UDim2.new(0.0781818181, 0, 0.504456341, 0)
  130. Executor.Size = UDim2.new(0, 200, 0, 50)
  131. Executor.Font = Enum.Font.Highway
  132. Executor.Text = "Executor"
  133. Executor.TextColor3 = Color3.new(1, 1, 1)
  134. Executor.TextScaled = true
  135. Executor.TextSize = 35
  136. Executor.TextWrapped = true
  137.  
  138. Scripts.Name = "Scripts"
  139. Scripts.Parent = Main
  140. Scripts.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  141. Scripts.BackgroundTransparency = 0.5
  142. Scripts.Position = UDim2.new(0.532727301, 0, 0.504456341, 0)
  143. Scripts.Size = UDim2.new(0, 200, 0, 50)
  144. Scripts.Font = Enum.Font.Highway
  145. Scripts.Text = "Scripts"
  146. Scripts.TextColor3 = Color3.new(1, 1, 1)
  147. Scripts.TextScaled = true
  148. Scripts.TextSize = 35
  149. Scripts.TextWrapped = true
  150.  
  151. Credits.Name = "Credits"
  152. Credits.Parent = Main
  153. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  154. Credits.BackgroundTransparency = 1
  155. Credits.Position = UDim2.new(0.00363636389, 0, 0.941176474, 0)
  156. Credits.Size = UDim2.new(0, 149, 0, 30)
  157. Credits.Font = Enum.Font.SourceSans
  158. Credits.Text = "Lapse, made by Grandifal"
  159. Credits.TextColor3 = Color3.new(1, 1, 1)
  160. Credits.TextSize = 14
  161. Credits.TextStrokeColor3 = Color3.new(1, 1, 1)
  162.  
  163. ScriptsTab.Name = "ScriptsTab"
  164. ScriptsTab.Parent = Lapse
  165. ScriptsTab.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  166. ScriptsTab.Position = UDim2.new(0.733587742, 0, 0.156657964, 0)
  167. ScriptsTab.Size = UDim2.new(0, 268, 0, 561)
  168. ScriptsTab.Visible = false
  169. ScriptsTab.Style = Enum.FrameStyle.RobloxRound
  170.  
  171. Close_2.Name = "Close"
  172. Close_2.Parent = ScriptsTab
  173. Close_2.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Close_2.BackgroundTransparency = 1
  175. Close_2.Position = UDim2.new(0.836618304, 0, -0.000204783864, 0)
  176. Close_2.Size = UDim2.new(0, 49, 0, 50)
  177. Close_2.Font = Enum.Font.SourceSans
  178. Close_2.Text = "X"
  179. Close_2.TextColor3 = Color3.new(1, 1, 1)
  180. Close_2.TextScaled = true
  181. Close_2.TextSize = 14
  182. Close_2.TextWrapped = true
  183.  
  184. Title_2.Name = "Title"
  185. Title_2.Parent = ScriptsTab
  186. Title_2.Active = true
  187. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  188. Title_2.BackgroundTransparency = 1
  189. Title_2.Position = UDim2.new(0.0440705344, 0, 0, 0)
  190. Title_2.Size = UDim2.new(0, 200, 0, 50)
  191. Title_2.Font = Enum.Font.Highway
  192. Title_2.Text = "Scripts"
  193. Title_2.TextColor3 = Color3.new(1, 1, 1)
  194. Title_2.TextScaled = true
  195. Title_2.TextSize = 35
  196. Title_2.TextWrapped = true
  197.  
  198. GrabKnife.Name = "GrabKnife"
  199. GrabKnife.Parent = ScriptsTab
  200. GrabKnife.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  201. GrabKnife.Position = UDim2.new(0.0111940289, 0, 0.13903743, 0)
  202. GrabKnife.Size = UDim2.new(0, 245, 0, 48)
  203. GrabKnife.Font = Enum.Font.SourceSans
  204. GrabKnife.Text = "Grab Knife"
  205. GrabKnife.TextColor3 = Color3.new(1, 1, 1)
  206. GrabKnife.TextSize = 35
  207. GrabKnife.TextStrokeColor3 = Color3.new(1, 1, 1)
  208. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement