Advertisement
Waffle212

Untitled

Mar 27th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.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 Noclip = Instance.new("TextButton")
  10. local destructive = Instance.new("TextButton")
  11. local animation = Instance.new("TextButton")
  12. local tpclick = 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.Active = true
  21. scripthub.BackgroundColor3 = Color3.new(1, 1, 1)
  22. scripthub.BorderColor3 = Color3.new(1, 1, 1)
  23. scripthub.Position = UDim2.new(0.353919238, 0, 0.420204997, 0)
  24. scripthub.Size = UDim2.new(0, 281, 0, 324)
  25.  
  26. TextLabel.Parent = scripthub
  27. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  28. TextLabel.Size = UDim2.new(0, 281, 0, 50)
  29. TextLabel.Font = Enum.Font.SourceSans
  30. TextLabel.Text = "Script Hub"
  31. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  32. TextLabel.TextScaled = true
  33. TextLabel.TextSize = 14
  34. TextLabel.TextWrapped = true
  35.  
  36. adminmenu.Name = "admin menu"
  37. adminmenu.Parent = scripthub
  38. adminmenu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  39. adminmenu.Position = UDim2.new(0, 0, 0.216049388, 0)
  40. adminmenu.Size = UDim2.new(0, 111, 0, 50)
  41. adminmenu.Font = Enum.Font.SourceSans
  42. adminmenu.Text = "Admin Menu"
  43. adminmenu.TextColor3 = Color3.new(0, 0, 0)
  44. adminmenu.TextScaled = true
  45. adminmenu.TextSize = 14
  46. adminmenu.TextWrapped = true
  47.  
  48. remotespy.Name = "remote spy"
  49. remotespy.Parent = scripthub
  50. remotespy.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  51. remotespy.Position = UDim2.new(0.604982197, 0, 0.216049388, 0)
  52. remotespy.Size = UDim2.new(0, 111, 0, 50)
  53. remotespy.Font = Enum.Font.SourceSans
  54. remotespy.Text = "Remote Spy"
  55. remotespy.TextColor3 = Color3.new(0, 0, 0)
  56. remotespy.TextScaled = true
  57. remotespy.TextSize = 14
  58. remotespy.TextWrapped = true
  59.  
  60. Noclip.Name = "Noclip"
  61. Noclip.Parent = scripthub
  62. Noclip.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  63. Noclip.Position = UDim2.new(0.604982197, 0, 0.469135821, 0)
  64. Noclip.Size = UDim2.new(0, 111, 0, 50)
  65. Noclip.Font = Enum.Font.SourceSans
  66. Noclip.Text = "Noclip"
  67. Noclip.TextColor3 = Color3.new(0, 0, 0)
  68. Noclip.TextScaled = true
  69. Noclip.TextSize = 14
  70. Noclip.TextWrapped = true
  71.  
  72. destructive.Name = "destructive"
  73. destructive.Parent = scripthub
  74. destructive.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  75. destructive.Position = UDim2.new(0.604982197, 0, 0.728395104, 0)
  76. destructive.Size = UDim2.new(0, 111, 0, 50)
  77. destructive.Font = Enum.Font.SourceSans
  78. destructive.Text = "BigFuckingGui"
  79. destructive.TextColor3 = Color3.new(0, 0, 0)
  80. destructive.TextScaled = true
  81. destructive.TextSize = 14
  82. destructive.TextWrapped = true
  83.  
  84. animation.Name = "animation"
  85. animation.Parent = scripthub
  86. animation.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  87. animation.Position = UDim2.new(0, 0, 0.728395104, 0)
  88. animation.Size = UDim2.new(0, 111, 0, 50)
  89. animation.Font = Enum.Font.SourceSans
  90. animation.Text = "FE Animation Gui"
  91. animation.TextColor3 = Color3.new(0, 0, 0)
  92. animation.TextScaled = true
  93. animation.TextSize = 14
  94. animation.TextWrapped = true
  95.  
  96. tpclick.Name = "tp click"
  97. tpclick.Parent = scripthub
  98. tpclick.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  99. tpclick.Position = UDim2.new(0, 0, 0.469135851, 0)
  100. tpclick.Size = UDim2.new(0, 111, 0, 50)
  101. tpclick.Font = Enum.Font.SourceSans
  102. tpclick.Text = "Ctrl + click to tp"
  103. tpclick.TextColor3 = Color3.new(0, 0, 0)
  104. tpclick.TextScaled = true
  105. tpclick.TextSize = 14
  106. tpclick.TextWrapped = true
  107.  
  108. CLOSE.Name = "CLOSE"
  109. CLOSE.Parent = scripthub
  110. CLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  111. CLOSE.BackgroundTransparency = 1
  112. CLOSE.Position = UDim2.new(0.893238425, 0, 0, 0)
  113. CLOSE.Size = UDim2.new(0, 30, 0, 16)
  114. CLOSE.Font = Enum.Font.SourceSans
  115. CLOSE.Text = "X"
  116. CLOSE.TextColor3 = Color3.new(0, 0, 0)
  117. CLOSE.TextScaled = true
  118. CLOSE.TextSize = 14
  119. CLOSE.TextWrapped = true
  120. -- Scripts:
  121. function SCRIPT_YRLE89_FAKESCRIPT() -- adminmenu.LocalScript
  122. local script = Instance.new('LocalScript')
  123. script.Parent = adminmenu
  124. script.Parent.MouseButton1Click:Connect(function()
  125. loadstring(game:HttpGet("https://pastebin.com/raw/jPrrwew4", true))()
  126. end)
  127.  
  128. end
  129. coroutine.resume(coroutine.create(SCRIPT_YRLE89_FAKESCRIPT))
  130. function SCRIPT_NKBH78_FAKESCRIPT() -- remotespy.LocalScript
  131. local script = Instance.new('LocalScript')
  132. script.Parent = remotespy
  133. script.Parent.MouseButton1Click:Connect(function()
  134. loadstring(game:HttpGet("https://mrspyv2source.000webhostapp.com/", true))()
  135.  
  136. end)
  137.  
  138. end
  139. coroutine.resume(coroutine.create(SCRIPT_NKBH78_FAKESCRIPT))
  140. function SCRIPT_HCHA86_FAKESCRIPT() -- Noclip.LocalScript
  141. local script = Instance.new('LocalScript')
  142. script.Parent = Noclip
  143. script.Parent.MouseButton1Click:Connect(function()
  144. loadstring(game:HttpGet("https://pastebin.com/raw/hJxG9LaT",true))()
  145. local a = Instance.new("Message",workspace)
  146. a.Text = "OFF = on!!!"
  147. wait(3)
  148. a:Destroy()
  149. end)
  150.  
  151. end
  152. coroutine.resume(coroutine.create(SCRIPT_HCHA86_FAKESCRIPT))
  153. function SCRIPT_ODXX66_FAKESCRIPT() -- destructive.LocalScript
  154. local script = Instance.new('LocalScript')
  155. script.Parent = destructive
  156. script.Parent.MouseButton1Click:Connect(function()
  157. loadstring(game:HttpGet("https://pastebin.com/raw/ej3kF5K9", true))()
  158. end)
  159.  
  160. end
  161. coroutine.resume(coroutine.create(SCRIPT_ODXX66_FAKESCRIPT))
  162. function SCRIPT_QQQE72_FAKESCRIPT() -- animation.LocalScript
  163. local script = Instance.new('LocalScript')
  164. script.Parent = animation
  165. script.Parent.MouseButton1Click:Connect(function()
  166. loadstring(game:HttpGet(('https://pastebin.com/raw/fBRCgyL2'),true))()
  167. end)
  168.  
  169. end
  170. coroutine.resume(coroutine.create(SCRIPT_QQQE72_FAKESCRIPT))
  171. function SCRIPT_KBBL68_FAKESCRIPT() -- tpclick.LocalScript
  172. local script = Instance.new('LocalScript')
  173. script.Parent = tpclick
  174. script.Parent.MouseButton1Click:Connect(function()
  175. local Plr = game:GetService("Players").LocalPlayer
  176. local Mouse = Plr:GetMouse()
  177.  
  178. Mouse.Button1Down:connect(function()
  179. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  180. if not Mouse.Target then return end
  181. Plr.Character:MoveTo(Mouse.Hit.p)
  182. end)
  183. end)
  184.  
  185. end
  186. coroutine.resume(coroutine.create(SCRIPT_KBBL68_FAKESCRIPT))
  187. function SCRIPT_DEFO88_FAKESCRIPT() -- CLOSE.LocalScript
  188. local script = Instance.new('LocalScript')
  189. script.Parent = CLOSE
  190. script.Parent.MouseButton1Click:Connect(function()
  191. script.Parent.Parent.Visible = false
  192. end)
  193.  
  194. end
  195. coroutine.resume(coroutine.create(SCRIPT_DEFO88_FAKESCRIPT))
  196. function SCRIPT_DCCS84_FAKESCRIPT() -- scripthub.LocalScript
  197. local script = Instance.new('LocalScript')
  198. script.Parent = scripthub
  199. local UserInputService = game:GetService("UserInputService")
  200.  
  201. local gui = script.Parent
  202.  
  203. local dragging
  204. local dragInput
  205. local dragStart
  206. local startPos
  207.  
  208. local function update(input)
  209. local delta = input.Position - dragStart
  210. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  211. end
  212.  
  213. gui.InputBegan:Connect(function(input)
  214. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  215. dragging = true
  216. dragStart = input.Position
  217. startPos = gui.Position
  218.  
  219. input.Changed:Connect(function()
  220. if input.UserInputState == Enum.UserInputState.End then
  221. dragging = false
  222. end
  223. end)
  224. end
  225. end)
  226.  
  227. gui.InputChanged:Connect(function(input)
  228. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  229. dragInput = input
  230. end
  231. end)
  232.  
  233. UserInputService.InputChanged:Connect(function(input)
  234. if input == dragInput and dragging then
  235. update(input)
  236. end
  237. end)
  238.  
  239. end
  240. coroutine.resume(coroutine.create(SCRIPT_DCCS84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement