Advertisement
Guest User

Test

a guest
Oct 27th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Hack = Instance.new("ScreenGui")
  5. local Logingui = Instance.new("Frame")
  6. local bar1 = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local submit = Instance.new("TextButton")
  9. local user = Instance.new("TextBox")
  10. local pass = Instance.new("TextBox")
  11. local MainFrame = Instance.new("Frame")
  12. local Frame = Instance.new("Frame")
  13. local exebut = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15. local TextButton_2 = Instance.new("TextButton")
  16. local Credits = Instance.new("TextLabel")
  17. local ScriptFrame = Instance.new("Frame")
  18. local sbar1 = Instance.new("Frame")
  19. local title_2 = Instance.new("TextLabel")
  20. local exebut_2 = Instance.new("TextButton")
  21. local gbv3 = Instance.new("TextButton")
  22. --Properties:
  23. Hack.Name = "Hack"
  24. Hack.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25.  
  26. Logingui.Name = "Logingui"
  27. Logingui.Parent = Hack
  28. Logingui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  29. Logingui.Position = UDim2.new(0.0702446699, 0, 0.174447179, 0)
  30. Logingui.Size = UDim2.new(0, 388, 0, 413)
  31.  
  32. bar1.Name = "bar1"
  33. bar1.Parent = Logingui
  34. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  35. bar1.Size = UDim2.new(0, 388, 0, 50)
  36.  
  37. title.Name = "title"
  38. title.Parent = bar1
  39. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  40. title.Position = UDim2.new(0, 0, -0.00796294212, 0)
  41. title.Size = UDim2.new(0, 388, 0, 50)
  42. title.Font = Enum.Font.SourceSans
  43. title.Text = "TheDarkOfEvil Gui"
  44. title.TextColor3 = Color3.new(0.494118, 0, 0)
  45. title.TextSize = 57
  46.  
  47. submit.Name = "submit"
  48. submit.Parent = bar1
  49. submit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  50. submit.Position = UDim2.new(0.293814421, 0, 6.25999975, 0)
  51. submit.Size = UDim2.new(0, 159, 0, 47)
  52. submit.Font = Enum.Font.SourceSans
  53. submit.Text = "Login"
  54. submit.TextColor3 = Color3.new(0.701961, 0, 0)
  55. submit.TextSize = 30
  56.  
  57. user.Name = "user"
  58. user.Parent = Logingui
  59. user.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  60. user.Position = UDim2.new(0.242268041, 0, 0.288135588, 0)
  61. user.Size = UDim2.new(0, 200, 0, 50)
  62. user.Font = Enum.Font.SourceSans
  63. user.Text = "Username"
  64. user.TextColor3 = Color3.new(0.701961, 0, 0)
  65. user.TextSize = 20
  66.  
  67. pass.Name = "pass"
  68. pass.Parent = Logingui
  69. pass.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  70. pass.Position = UDim2.new(0.242268041, 0, 0.474576235, 0)
  71. pass.Size = UDim2.new(0, 200, 0, 50)
  72. pass.Font = Enum.Font.SourceSans
  73. pass.Text = "Password"
  74. pass.TextColor3 = Color3.new(0.701961, 0, 0)
  75. pass.TextSize = 20
  76.  
  77. MainFrame.Name = "MainFrame"
  78. MainFrame.Parent = Hack
  79. MainFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  80. MainFrame.Position = UDim2.new(0.348855585, 0, 0.0884520859, 0)
  81. MainFrame.Size = UDim2.new(0, 382, 0, 368)
  82. MainFrame.Visible = false
  83.  
  84. Frame.Parent = MainFrame
  85. Frame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  86. Frame.Size = UDim2.new(0, 382, 0, 36)
  87.  
  88. exebut.Name = "exebut"
  89. exebut.Parent = MainFrame
  90. exebut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  91. exebut.BorderSizePixel = 0
  92. exebut.Position = UDim2.new(0.908665121, 0, 0, 0)
  93. exebut.Size = UDim2.new(0, 34, 0, 36)
  94. exebut.Font = Enum.Font.SourceSans
  95. exebut.Text = "X"
  96. exebut.TextColor3 = Color3.new(0.701961, 0, 0)
  97. exebut.TextSize = 20
  98.  
  99. TextButton.Parent = MainFrame
  100. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  101. TextButton.Position = UDim2.new(0.0985774994, 0, 0.70103091, 0)
  102. TextButton.Size = UDim2.new(0, 147, 0, 52)
  103. TextButton.Font = Enum.Font.Highway
  104. TextButton.Text = "Executor"
  105. TextButton.TextColor3 = Color3.new(0.701961, 0, 0)
  106. TextButton.TextSize = 24
  107.  
  108. TextButton_2.Parent = MainFrame
  109. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  110. TextButton_2.Position = UDim2.new(0.547792494, 0, 0.70103091, 0)
  111. TextButton_2.Size = UDim2.new(0, 147, 0, 52)
  112. TextButton_2.Font = Enum.Font.Highway
  113. TextButton_2.Text = "Scripts"
  114. TextButton_2.TextColor3 = Color3.new(0.701961, 0, 0)
  115. TextButton_2.TextSize = 24
  116.  
  117. Credits.Name = "Credits"
  118. Credits.Parent = MainFrame
  119. Credits.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  120. Credits.BorderSizePixel = 0
  121. Credits.Position = UDim2.new(0.00468384055, 0, 0.907216489, 0)
  122. Credits.Size = UDim2.new(0, 119, 0, 36)
  123. Credits.Font = Enum.Font.SourceSans
  124. Credits.Text = "Made by Darkolym"
  125. Credits.TextColor3 = Color3.new(0.701961, 0, 0)
  126. Credits.TextSize = 15
  127.  
  128. ScriptFrame.Name = "ScriptFrame"
  129. ScriptFrame.Parent = Hack
  130. ScriptFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  131. ScriptFrame.Position = UDim2.new(0.666140497, 0, 0.0884521008, 0)
  132. ScriptFrame.Size = UDim2.new(0, 373, 0, 398)
  133. ScriptFrame.Visible = false
  134.  
  135. sbar1.Name = "sbar1"
  136. sbar1.Parent = ScriptFrame
  137. sbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  138. sbar1.Size = UDim2.new(0, 373, 0, 36)
  139.  
  140. title_2.Name = "title"
  141. title_2.Parent = ScriptFrame
  142. title_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  143. title_2.BorderSizePixel = 0
  144. title_2.Size = UDim2.new(0, 214, 0, 36)
  145. title_2.Font = Enum.Font.SourceSans
  146. title_2.Text = "TheDarkOfEvil"
  147. title_2.TextColor3 = Color3.new(0.701961, 0, 0)
  148. title_2.TextSize = 24
  149.  
  150. exebut_2.Name = "exebut"
  151. exebut_2.Parent = ScriptFrame
  152. exebut_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  153. exebut_2.BorderSizePixel = 0
  154. exebut_2.Position = UDim2.new(0.906172454, 0, -0.00080871582, 0)
  155. exebut_2.Size = UDim2.new(0, 34, 0, 36)
  156. exebut_2.Font = Enum.Font.SourceSans
  157. exebut_2.Text = "X"
  158. exebut_2.TextColor3 = Color3.new(0.701961, 0, 0)
  159. exebut_2.TextSize = 20
  160.  
  161. gbv3.Name = "gbv3"
  162. gbv3.Parent = ScriptFrame
  163. gbv3.BackgroundColor3 = Color3.new(0, 0, 0)
  164. gbv3.Position = UDim2.new(0.0375335142, 0, 0.135678396, 0)
  165. gbv3.Size = UDim2.new(0, 109, 0, 42)
  166. gbv3.Font = Enum.Font.SourceSans
  167. gbv3.Text = "Grab Knife"
  168. gbv3.TextColor3 = Color3.new(0.701961, 0, 0)
  169. gbv3.TextSize = 24
  170. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement