Advertisement
Guest User

Untitled

a guest
Jul 14th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.01 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GuiHack = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local bar1 = Instance.new("Frame")
  7. local bar2 = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local username = Instance.new("TextBox")
  10. local password = Instance.new("TextBox")
  11. local login = Instance.new("TextButton")
  12. local MainFrame = Instance.new("Frame")
  13. local mbar1 = Instance.new("Frame")
  14. local mbar2 = Instance.new("Frame")
  15. local mtitle1 = Instance.new("TextLabel")
  16. local mclose = Instance.new("TextButton")
  17. local executor = Instance.new("TextButton")
  18. local scripts = Instance.new("TextButton")
  19. local mcredits = Instance.new("TextLabel")
  20. local ScriptFrame = Instance.new("Frame")
  21. local sbar1 = Instance.new("Frame")
  22. local sbar2 = Instance.new("Frame")
  23. local Script1 = Instance.new("TextButton")
  24. local sclose = Instance.new("TextButton")
  25. --Properties:
  26. GuiHack.Name = "GuiHack"
  27. GuiHack.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28.  
  29. LoginFrame.Name = "LoginFrame"
  30. LoginFrame.Parent = GuiHack
  31. LoginFrame.Active = true
  32. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  33. LoginFrame.BorderSizePixel = 0
  34. LoginFrame.Position = UDim2.new(0.143418461, 0, -0.0119521916, 0)
  35. LoginFrame.Size = UDim2.new(0, 283, 0, 314)
  36.  
  37. bar1.Name = "bar1"
  38. bar1.Parent = LoginFrame
  39. bar1.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  40. bar1.BorderSizePixel = 0
  41. bar1.Position = UDim2.new(0, 0, 0.117834404, 0)
  42. bar1.Size = UDim2.new(0, 283, 0, 8)
  43.  
  44. bar2.Name = "bar2"
  45. bar2.Parent = LoginFrame
  46. bar2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  47. bar2.BorderSizePixel = 0
  48. bar2.Position = UDim2.new(0, 0, -0.00318471342, 0)
  49. bar2.Size = UDim2.new(0, 283, 0, 38)
  50.  
  51. title.Name = "title"
  52. title.Parent = LoginFrame
  53. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  54. title.BorderSizePixel = 0
  55. title.Position = UDim2.new(0.120141342, 0, 0.144289583, 0)
  56. title.Size = UDim2.new(0, 208, 0, 52)
  57. title.Font = Enum.Font.SourceSansBold
  58. title.Text = "Gui Hack"
  59. title.TextColor3 = Color3.new(1, 1, 1)
  60. title.TextScaled = true
  61. title.TextSize = 14
  62. title.TextWrapped = true
  63.  
  64. username.Name = "username"
  65. username.Parent = LoginFrame
  66. username.Active = false
  67. username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  68. username.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  69. username.BorderSizePixel = 4
  70. username.Position = UDim2.new(0.120141342, 0, 0.366336644, 0)
  71. username.Size = UDim2.new(0, 208, 0, 26)
  72. username.Font = Enum.Font.SourceSansSemibold
  73. username.PlaceholderColor3 = Color3.new(1, 1, 1)
  74. username.Text = "Username"
  75. username.TextColor3 = Color3.new(1, 1, 1)
  76. username.TextScaled = true
  77. username.TextSize = 14
  78. username.TextWrapped = true
  79. username.TextXAlignment = Enum.TextXAlignment.Left
  80.  
  81. password.Name = "password"
  82. password.Parent = LoginFrame
  83. password.Active = false
  84. password.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  85. password.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  86. password.BorderSizePixel = 4
  87. password.Position = UDim2.new(0.120141342, 0, 0.549504936, 0)
  88. password.Size = UDim2.new(0, 208, 0, 26)
  89. password.Font = Enum.Font.SourceSansSemibold
  90. password.PlaceholderColor3 = Color3.new(1, 1, 1)
  91. password.Text = "Password"
  92. password.TextColor3 = Color3.new(1, 1, 1)
  93. password.TextScaled = true
  94. password.TextSize = 14
  95. password.TextWrapped = true
  96. password.TextXAlignment = Enum.TextXAlignment.Left
  97.  
  98. login.Name = "login"
  99. login.Parent = LoginFrame
  100. login.Active = false
  101. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  102. login.BorderSizePixel = 0
  103. login.Position = UDim2.new(0.120141342, 0, 0.713375807, 0)
  104. login.Size = UDim2.new(0, 208, 0, 50)
  105. login.Font = Enum.Font.SourceSansSemibold
  106. login.Text = "Login"
  107. login.TextColor3 = Color3.new(1, 1, 1)
  108. login.TextScaled = true
  109. login.TextSize = 14
  110. login.TextWrapped = true
  111.  
  112. MainFrame.Name = "MainFrame"
  113. MainFrame.Parent = GuiHack
  114. MainFrame.Active = true
  115. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  116. MainFrame.Position = UDim2.new(0.100196466, 0, 0.603585601, 0)
  117. MainFrame.Size = UDim2.new(0, 597, 0, 401)
  118. MainFrame.Visible = false
  119.  
  120. mbar1.Name = "mbar1"
  121. mbar1.Parent = MainFrame
  122. mbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  123. mbar1.BorderSizePixel = 0
  124. mbar1.Size = UDim2.new(0, 597, 0, 36)
  125.  
  126. mbar2.Name = "mbar2"
  127. mbar2.Parent = MainFrame
  128. mbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  129. mbar2.BorderSizePixel = 0
  130. mbar2.Position = UDim2.new(0, 0, 0.0897755623, 0)
  131. mbar2.Size = UDim2.new(0, 597, 0, 8)
  132.  
  133. mtitle1.Name = "mtitle1"
  134. mtitle1.Parent = MainFrame
  135. mtitle1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  136. mtitle1.BorderSizePixel = 0
  137. mtitle1.Size = UDim2.new(0, 200, 0, 36)
  138. mtitle1.Font = Enum.Font.SourceSansBold
  139. mtitle1.Text = "Gui Hack"
  140. mtitle1.TextColor3 = Color3.new(1, 1, 1)
  141. mtitle1.TextScaled = true
  142. mtitle1.TextSize = 16
  143. mtitle1.TextWrapped = true
  144. mtitle1.TextXAlignment = Enum.TextXAlignment.Left
  145.  
  146. mclose.Name = "mclose"
  147. mclose.Parent = MainFrame
  148. mclose.Active = false
  149. mclose.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  150. mclose.BorderSizePixel = 0
  151. mclose.Position = UDim2.new(0.922948062, 0, 0, 0)
  152. mclose.Size = UDim2.new(0, 46, 0, 36)
  153. mclose.Font = Enum.Font.SourceSansSemibold
  154. mclose.Text = "X"
  155. mclose.TextColor3 = Color3.new(0.666667, 0, 0)
  156. mclose.TextScaled = true
  157. mclose.TextSize = 14
  158. mclose.TextWrapped = true
  159.  
  160. executor.Name = "executor"
  161. executor.Parent = MainFrame
  162. executor.Active = false
  163. executor.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  164. executor.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  165. executor.BorderSizePixel = 4
  166. executor.Position = UDim2.new(0.0167504176, 0, 0.855361581, 0)
  167. executor.Size = UDim2.new(0, 278, 0, 52)
  168. executor.Font = Enum.Font.SourceSansSemibold
  169. executor.Text = "Execute"
  170. executor.TextColor3 = Color3.new(1, 1, 1)
  171. executor.TextScaled = true
  172. executor.TextSize = 14
  173. executor.TextWrapped = true
  174.  
  175. scripts.Name = "scripts"
  176. scripts.Parent = MainFrame
  177. scripts.Active = false
  178. scripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  179. scripts.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  180. scripts.BorderSizePixel = 4
  181. scripts.Position = UDim2.new(0.497487426, 0, 0.855361581, 0)
  182. scripts.Size = UDim2.new(0, 292, 0, 52)
  183. scripts.Font = Enum.Font.SourceSansSemibold
  184. scripts.Text = "Scripts"
  185. scripts.TextColor3 = Color3.new(1, 1, 1)
  186. scripts.TextScaled = true
  187. scripts.TextSize = 14
  188. scripts.TextWrapped = true
  189.  
  190. mcredits.Name = "mcredits"
  191. mcredits.Parent = MainFrame
  192. mcredits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  193. mcredits.BorderSizePixel = 0
  194. mcredits.Position = UDim2.new(0.812395334, 0, 0.109725684, 0)
  195. mcredits.Size = UDim2.new(0, 112, 0, 69)
  196. mcredits.Font = Enum.Font.SourceSansBold
  197. mcredits.Text = "Made By Sudubaba"
  198. mcredits.TextColor3 = Color3.new(1, 1, 1)
  199. mcredits.TextScaled = true
  200. mcredits.TextSize = 16
  201. mcredits.TextWrapped = true
  202. mcredits.TextXAlignment = Enum.TextXAlignment.Left
  203.  
  204. ScriptFrame.Name = "ScriptFrame"
  205. ScriptFrame.Parent = GuiHack
  206. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  207. ScriptFrame.Position = UDim2.new(0.700392962, 0, 0.0478087664, 0)
  208. ScriptFrame.Size = UDim2.new(0, 245, 0, 326)
  209. ScriptFrame.Visible = false
  210.  
  211. sbar1.Name = "sbar1"
  212. sbar1.Parent = ScriptFrame
  213. sbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  214. sbar1.BorderSizePixel = 0
  215. sbar1.Size = UDim2.new(0, 245, 0, 37)
  216.  
  217. sbar2.Name = "sbar2"
  218. sbar2.Parent = ScriptFrame
  219. sbar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  220. sbar2.BorderSizePixel = 0
  221. sbar2.Position = UDim2.new(0, 0, 0.113496929, 0)
  222. sbar2.Size = UDim2.new(0, 245, 0, 6)
  223.  
  224. Script1.Name = "Script1"
  225. Script1.Parent = ScriptFrame
  226. Script1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  227. Script1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  228. Script1.BorderSizePixel = 4
  229. Script1.Position = UDim2.new(0.0897959173, 0, 0.15337424, 0)
  230. Script1.Size = UDim2.new(0, 200, 0, 50)
  231. Script1.Font = Enum.Font.SourceSansSemibold
  232. Script1.Text = "Grab Knife"
  233. Script1.TextColor3 = Color3.new(1, 1, 1)
  234. Script1.TextScaled = true
  235. Script1.TextSize = 14
  236. Script1.TextWrapped = true
  237.  
  238. sclose.Name = "sclose"
  239. sclose.Parent = ScriptFrame
  240. sclose.Active = false
  241. sclose.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  242. sclose.BorderSizePixel = 0
  243. sclose.Position = UDim2.new(0.812743962, 0, 0.00306748599, 0)
  244. sclose.Size = UDim2.new(0, 46, 0, 36)
  245. sclose.Font = Enum.Font.SourceSansSemibold
  246. sclose.Text = "X"
  247. sclose.TextColor3 = Color3.new(0.666667, 0, 0)
  248. sclose.TextScaled = true
  249. sclose.TextSize = 14
  250. sclose.TextWrapped = true
  251. -- Scripts:
  252. function SCRIPT_DDEE81_FAKESCRIPT() -- GuiHack.DraggableScript
  253. getfenv().script = Instance.new('LocalScript', GuiHack)
  254.  
  255. for _,v in ipairs(script.Parent:GetDescendants()) do
  256. if not v:IsA("LocalScript") then
  257. v.Draggable = true
  258. end
  259. end
  260.  
  261. end
  262. coroutine.resume(coroutine.create(SCRIPT_DDEE81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement