Advertisement
Guest User

Untitled

a guest
Jan 29th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.74 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Stuff = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local close = Instance.new("TextButton")
  11. local logingui = Instance.new("Frame")
  12. local Username = Instance.new("TextBox")
  13. local Password = Instance.new("TextBox")
  14. local Tag = Instance.new("TextLabel")
  15. local Submit = Instance.new("TextButton")
  16. local open = Instance.new("Frame")
  17. local openbutton = Instance.new("TextButton")
  18. --Properties:
  19. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Stuff.Name = "Stuff"
  23. Stuff.Parent = ScreenGui
  24. Stuff.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Stuff.Position = UDim2.new(0.129059836, 0, -0.000726953149, 0)
  26. Stuff.Size = UDim2.new(0, 945, 0, 336)
  27. Stuff.Visible = false
  28. Stuff.Active = true
  29. Stuff.Draggable = true
  30.  
  31. Frame.Parent = Stuff
  32. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  33. Frame.BorderSizePixel = 0
  34. Frame.Size = UDim2.new(0, 945, 0, 44)
  35.  
  36. TextButton.Parent = Stuff
  37. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  38. TextButton.BackgroundTransparency = 1
  39. TextButton.BorderSizePixel = 0
  40. TextButton.Size = UDim2.new(0, 95, 0, 71)
  41. TextButton.Font = Enum.Font.SourceSans
  42. TextButton.Text = "FOV"
  43. TextButton.TextColor3 = Color3.new(0, 0, 0)
  44. TextButton.TextSize = 14
  45.  
  46. TextButton_2.Parent = Stuff
  47. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. TextButton_2.BackgroundTransparency = 1
  49. TextButton_2.BorderSizePixel = 0
  50. TextButton_2.Position = UDim2.new(0, 0, 1.61363637, 0)
  51. TextButton_2.Size = UDim2.new(0, 95, 0, 50)
  52. TextButton_2.Font = Enum.Font.SourceSans
  53. TextButton_2.Text = "Aimlock"
  54. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  55. TextButton_2.TextSize = 14
  56.  
  57. TextLabel.Parent = Stuff
  58. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel.BackgroundTransparency = 1
  60. TextLabel.BorderSizePixel = 0
  61. TextLabel.Position = UDim2.new(0.384126991, 0, 0, 0)
  62. TextLabel.Size = UDim2.new(0, 200, 0, 44)
  63. TextLabel.Font = Enum.Font.SourceSans
  64. TextLabel.Text = "ElectroWare"
  65. TextLabel.TextColor3 = Color3.new(0.333333, 1, 1)
  66. TextLabel.TextScaled = true
  67. TextLabel.TextSize = 14
  68. TextLabel.TextWrapped = true
  69.  
  70. close.Name = "close"
  71. close.Parent = Stuff
  72. close.BackgroundColor3 = Color3.new(1, 1, 1)
  73. close.BackgroundTransparency = 1
  74. close.BorderSizePixel = 0
  75. close.Position = UDim2.new(0.941798925, 0, 0, 0)
  76. close.Size = UDim2.new(0, 55, 0, 50)
  77. close.Font = Enum.Font.SourceSans
  78. close.Text = "X"
  79. close.TextColor3 = Color3.new(0, 0, 0)
  80. close.TextScaled = true
  81. close.TextSize = 14
  82. close.TextWrapped = true
  83. close.MouseButton1Down:connect(function()
  84. Stuff.Visible = false
  85. open.Visible = true
  86. end)
  87.  
  88. logingui.Name = "logingui"
  89. logingui.Parent = ScreenGui
  90. logingui.BackgroundColor3 = Color3.new(0.184314, 0.580392, 1)
  91. logingui.BorderSizePixel = 0
  92. logingui.Position = UDim2.new(0.368376076, 0, 0.145877972, 0)
  93. logingui.Size = UDim2.new(0, 362, 0, 354)
  94.  
  95. Username.Name = "Username"
  96. Username.Parent = logingui
  97. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Username.BackgroundTransparency = 1
  99. Username.BorderSizePixel = 0
  100. Username.Position = UDim2.new(0, 0, 0.141242936, 0)
  101. Username.Size = UDim2.new(0, 362, 0, 48)
  102. Username.Font = Enum.Font.SourceSans
  103. Username.PlaceholderText = "Username"
  104. Username.Text = ""
  105. Username.TextColor3 = Color3.new(0, 0, 0)
  106. Username.TextScaled = true
  107. Username.TextSize = 14
  108. Username.TextWrapped = true
  109.  
  110. Password.Name = "Password"
  111. Password.Parent = logingui
  112. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Password.BackgroundTransparency = 1
  114. Password.BorderSizePixel = 0
  115. Password.Position = UDim2.new(-0.00258299708, 0, 0.379681915, 0)
  116. Password.Size = UDim2.new(0, 362, 0, 50)
  117. Password.Font = Enum.Font.SourceSans
  118. Password.PlaceholderText = "Password"
  119. Password.Text = ""
  120. Password.TextColor3 = Color3.new(0, 0, 0)
  121. Password.TextScaled = true
  122. Password.TextSize = 14
  123. Password.TextWrapped = true
  124.  
  125. Tag.Name = "Tag"
  126. Tag.Parent = logingui
  127. Tag.BackgroundColor3 = Color3.new(1, 1, 1)
  128. Tag.BackgroundTransparency = 1
  129. Tag.BorderSizePixel = 0
  130. Tag.Size = UDim2.new(0, 362, 0, 50)
  131. Tag.Font = Enum.Font.SourceSans
  132. Tag.Text = "ElectroWare"
  133. Tag.TextColor3 = Color3.new(0, 0, 0)
  134. Tag.TextScaled = true
  135. Tag.TextSize = 14
  136. Tag.TextWrapped = true
  137.  
  138. Submit.Name = "Submit"
  139. Submit.Parent = logingui
  140. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  141. Submit.BackgroundTransparency = 1
  142. Submit.BorderSizePixel = 0
  143. Submit.Position = UDim2.new(0.223756909, 0, 0.612994313, 0)
  144. Submit.Size = UDim2.new(0, 200, 0, 50)
  145. Submit.Font = Enum.Font.Cartoon
  146. Submit.Text = "Submit"
  147. Submit.TextColor3 = Color3.new(0, 0, 0)
  148. Submit.TextScaled = true
  149. Submit.TextSize = 14
  150. Submit.TextWrapped = true
  151. Submit.MouseButton1Down:connect(function()
  152. if Username.Text == "Electro" and Password.Text == "South@1858" then
  153. logingui.Visible = false
  154. Stuff.Visible = true
  155. end
  156. end)
  157.  
  158. open.Name = "open"
  159. open.Parent = ScreenGui
  160. open.BackgroundColor3 = Color3.new(1, 1, 1)
  161. open.BackgroundTransparency = 1
  162. open.BorderSizePixel = 0
  163. open.Position = UDim2.new(-0.0119658122, 0, 0.516975284, 0)
  164. open.Size = UDim2.new(0, 100, 0, 100)
  165. open.Visible = false
  166.  
  167. openbutton.Name = "openbutton"
  168. openbutton.Parent = open
  169. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  170. openbutton.BorderSizePixel = 0
  171. openbutton.Position = UDim2.new(0.129999995, 0, 0.248827159, 0)
  172. openbutton.Size = UDim2.new(0, 56, 0, 50)
  173. openbutton.Font = Enum.Font.Cartoon
  174. openbutton.Text = "X"
  175. openbutton.TextColor3 = Color3.new(0, 0, 0)
  176. openbutton.TextScaled = true
  177. openbutton.TextSize = 14
  178. openbutton.TextWrapped = true
  179. openbutton.MouseButton1Down:connect(function()
  180. Stuff.Visible = true
  181. open.Visible = false
  182. end)
  183.  
  184. -- Scripts:
  185. function SCRIPT_HOUS73_FAKESCRIPT() -- TextButton.Script
  186. local script = Instance.new('Script')
  187. script.Parent = TextButton
  188. script.Parent.MouseButton1Click:connect(function()
  189. workspace.CurrentCamera.FieldOfView = 10000
  190. end)
  191.  
  192.  
  193. end
  194. coroutine.resume(coroutine.create(SCRIPT_HOUS73_FAKESCRIPT))
  195. function SCRIPT_DHBV73_FAKESCRIPT() -- TextButton_2.Script
  196. local script = Instance.new('Script')
  197. script.Parent = TextButton_2
  198. script.Parent.MouseButton1Click:connect(function()
  199. loadstring(game:HttpGet("https://pastebin.com/raw/ggA1CfEg", true))()
  200. end)
  201.  
  202.  
  203. end
  204. coroutine.resume(coroutine.create(SCRIPT_DHBV73_FAKESCRIPT))
  205. function SCRIPT_IIJK80_FAKESCRIPT() -- TextButton_3.Script
  206. local script = Instance.new('Script')
  207. script.Parent = TextButton_3
  208. script.Parent.MouseButton1Click:connect(function()
  209. loadstring(game:HttpGet("https://pastebin.com/raw/VX0xZu0V", true))()
  210. end)
  211.  
  212.  
  213. end
  214. coroutine.resume(coroutine.create(SCRIPT_IIJK80_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement