Advertisement
Waffle212

Untitled

Apr 13th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local scripthub = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local adminmenu = Instance.new("TextButton")
  8. local RemoteSpy = Instance.new("TextButton")
  9. local ctrltp = Instance.new("TextButton")
  10. local noclip = Instance.new("TextButton")
  11. local FEanimationgui = Instance.new("TextButton")
  12. local biggui = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. scripthub.Name = "script hub"
  19. scripthub.Parent = ScreenGui
  20. scripthub.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  21. scripthub.Position = UDim2.new(0.12970297, 0, 0.490483165, 0)
  22. scripthub.Size = UDim2.new(0, 292, 0, 334)
  23. scripthub.Visible = false
  24.  
  25. TextLabel.Parent = scripthub
  26. TextLabel.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  27. TextLabel.Size = UDim2.new(0, 292, 0, 50)
  28. TextLabel.Font = Enum.Font.SourceSans
  29. TextLabel.Text = "Script Hub"
  30. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  31. TextLabel.TextScaled = true
  32. TextLabel.TextSize = 14
  33. TextLabel.TextWrapped = true
  34.  
  35. adminmenu.Name = "admin menu"
  36. adminmenu.Parent = scripthub
  37. adminmenu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  38. adminmenu.Position = UDim2.new(0, 0, 0.224550903, 0)
  39. adminmenu.Size = UDim2.new(0, 130, 0, 50)
  40. adminmenu.Font = Enum.Font.SourceSans
  41. adminmenu.Text = "Admin Menu"
  42. adminmenu.TextColor3 = Color3.new(0, 0, 0)
  43. adminmenu.TextScaled = true
  44. adminmenu.TextSize = 14
  45. adminmenu.TextWrapped = true
  46.  
  47. RemoteSpy.Name = "Remote Spy"
  48. RemoteSpy.Parent = scripthub
  49. RemoteSpy.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  50. RemoteSpy.Position = UDim2.new(0.55479455, 0, 0.224550903, 0)
  51. RemoteSpy.Size = UDim2.new(0, 130, 0, 50)
  52. RemoteSpy.Font = Enum.Font.SourceSans
  53. RemoteSpy.Text = "Remote Spy"
  54. RemoteSpy.TextColor3 = Color3.new(0, 0, 0)
  55. RemoteSpy.TextScaled = true
  56. RemoteSpy.TextSize = 14
  57. RemoteSpy.TextWrapped = true
  58.  
  59. ctrltp.Name = "ctrl tp"
  60. ctrltp.Parent = scripthub
  61. ctrltp.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  62. ctrltp.Position = UDim2.new(0.55479455, 0, 0.479041934, 0)
  63. ctrltp.Size = UDim2.new(0, 130, 0, 50)
  64. ctrltp.Font = Enum.Font.SourceSans
  65. ctrltp.Text = "Ctrl + Click to tp"
  66. ctrltp.TextColor3 = Color3.new(0, 0, 0)
  67. ctrltp.TextScaled = true
  68. ctrltp.TextSize = 14
  69. ctrltp.TextWrapped = true
  70.  
  71. noclip.Name = "noclip"
  72. noclip.Parent = scripthub
  73. noclip.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  74. noclip.Position = UDim2.new(1.86264515e-08, 0, 0.479041934, 0)
  75. noclip.Size = UDim2.new(0, 130, 0, 50)
  76. noclip.Font = Enum.Font.SourceSans
  77. noclip.Text = "Hold \"E\" to Noclip"
  78. noclip.TextColor3 = Color3.new(0, 0, 0)
  79. noclip.TextScaled = true
  80. noclip.TextSize = 14
  81. noclip.TextWrapped = true
  82.  
  83. FEanimationgui.Name = "FE animation gui"
  84. FEanimationgui.Parent = scripthub
  85. FEanimationgui.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  86. FEanimationgui.Position = UDim2.new(1.86264515e-08, 0, 0.730538964, 0)
  87. FEanimationgui.Size = UDim2.new(0, 130, 0, 50)
  88. FEanimationgui.Font = Enum.Font.SourceSans
  89. FEanimationgui.Text = "FE animation gui"
  90. FEanimationgui.TextColor3 = Color3.new(0, 0, 0)
  91. FEanimationgui.TextScaled = true
  92. FEanimationgui.TextSize = 14
  93. FEanimationgui.TextWrapped = true
  94.  
  95. biggui.Name = "big gui"
  96. biggui.Parent = scripthub
  97. biggui.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  98. biggui.Position = UDim2.new(0.55479455, 0, 0.730538905, 0)
  99. biggui.Size = UDim2.new(0, 130, 0, 50)
  100. biggui.Font = Enum.Font.SourceSans
  101. biggui.Text = "Big Gui"
  102. biggui.TextColor3 = Color3.new(0, 0, 0)
  103. biggui.TextScaled = true
  104. biggui.TextSize = 14
  105. biggui.TextWrapped = true
  106.  
  107. close.Name = "close"
  108. close.Parent = scripthub
  109. close.BackgroundColor3 = Color3.new(1, 1, 1)
  110. close.BackgroundTransparency = 1
  111. close.Position = UDim2.new(0.876712322, 0, 0, 0)
  112. close.Size = UDim2.new(0, 34, 0, 26)
  113. close.Font = Enum.Font.SourceSans
  114. close.Text = "X"
  115. close.TextColor3 = Color3.new(0, 0, 0)
  116. close.TextScaled = true
  117. close.TextSize = 14
  118. close.TextWrapped = true
  119. -- Scripts:
  120. function SCRIPT_YKEJ78_FAKESCRIPT() -- adminmenu.LocalScript
  121. local script = Instance.new('LocalScript')
  122. script.Parent = adminmenu
  123. script.Parent.MouseButton1Click:Connect(function()
  124. loadstring(game:HttpGet("https://pastebin.com/raw/jPrrwew4", true))()
  125. end)
  126.  
  127. end
  128. coroutine.resume(coroutine.create(SCRIPT_YKEJ78_FAKESCRIPT))
  129. function SCRIPT_XVZH80_FAKESCRIPT() -- RemoteSpy.LocalScript
  130. local script = Instance.new('LocalScript')
  131. script.Parent = RemoteSpy
  132. script.Parent.MouseButton1Click:Connect(function()
  133. loadstring(game:HttpGet("https://mrspyv2source.000webhostapp.com/", true))()
  134.  
  135. end)
  136.  
  137.  
  138. end
  139. coroutine.resume(coroutine.create(SCRIPT_XVZH80_FAKESCRIPT))
  140. function SCRIPT_DLBM66_FAKESCRIPT() -- ctrltp.LocalScript
  141. local script = Instance.new('LocalScript')
  142. script.Parent = ctrltp
  143. script.Parent.MouseButton1Click:Connect(function()
  144. local Plr = game:GetService("Players").LocalPlayer
  145. local Mouse = Plr:GetMouse()
  146.  
  147. Mouse.Button1Down:connect(function()
  148. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  149. if not Mouse.Target then return end
  150. Plr.Character:MoveTo(Mouse.Hit.p)
  151. end)
  152. end)
  153.  
  154. end
  155. coroutine.resume(coroutine.create(SCRIPT_DLBM66_FAKESCRIPT))
  156. function SCRIPT_UXKI88_FAKESCRIPT() -- noclip.LocalScript
  157. local script = Instance.new('LocalScript')
  158. script.Parent = noclip
  159. script.Parent.MouseButton1Click:Connect(function()
  160. noclip = false
  161. game:GetService('RunService').Stepped:connect(function()
  162. if noclip then
  163. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  164. end
  165. end)
  166. plr = game.Players.LocalPlayer
  167. mouse = plr:GetMouse()
  168. mouse.KeyDown:connect(function(key)
  169.  
  170. if key == "e" then
  171. noclip = not noclip
  172. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  173. end
  174. end)
  175. print('Loaded')
  176. print('Press "E" to noclip')
  177. end)
  178.  
  179.  
  180. end
  181. coroutine.resume(coroutine.create(SCRIPT_UXKI88_FAKESCRIPT))
  182. function SCRIPT_IXIK81_FAKESCRIPT() -- FEanimationgui.LocalScript
  183. local script = Instance.new('LocalScript')
  184. script.Parent = FEanimationgui
  185. script.Parent.MouseButton1Click:Connect(function()
  186. loadstring(game:HttpGet(('https://pastebin.com/raw/9mBqcfFx'),true))()
  187. end)
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_IXIK81_FAKESCRIPT))
  191. function SCRIPT_IZGU82_FAKESCRIPT() -- biggui.LocalScript
  192. local script = Instance.new('LocalScript')
  193. script.Parent = biggui
  194. script.Parent.MouseButton1Click:Connect(function()
  195. loadstring(game:HttpGet("https://pastebin.com/raw/ej3kF5K9", true))()
  196. end)
  197.  
  198.  
  199. end
  200. coroutine.resume(coroutine.create(SCRIPT_IZGU82_FAKESCRIPT))
  201. function SCRIPT_HEJQ77_FAKESCRIPT() -- close.LocalScript
  202. local script = Instance.new('LocalScript')
  203. script.Parent = close
  204. script.Parent.MouseButton1Click:Connect(function()
  205. script.Parent.Parent.Visible = false
  206. end)
  207.  
  208. end
  209. coroutine.resume(coroutine.create(SCRIPT_HEJQ77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement