FuZe_Bleed

phantom forces/Games

Sep 27th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.35 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Name = Instance.new("TextBox")
  9. local Shutdown = Instance.new("TextButton")
  10. local Goto = Instance.new("TextButton")
  11. local Lego = Instance.new("TextLabel")
  12. local Remotes = Instance.new("TextButton")
  13. local Kill = Instance.new("TextButton")
  14. local Important = Instance.new("TextLabel")
  15. local Exit = Instance.new("TextButton")
  16. local p = game.Players.LocalPlayer
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Frame.Parent = ScreenGui
  23. Frame.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  24. Frame.BackgroundTransparency = 0.5
  25. Frame.Position = UDim2.new(0.667438269, 0, 0.415647924, 0)
  26. Frame.Size = UDim2.new(0.194444448, 0, 0.281173587, 0)
  27. Frame.Selectable = true
  28. Frame.Active = true
  29. Frame.Draggable = true
  30.  
  31. Name.Name = "Name"
  32. Name.Parent = Frame
  33. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  34. Name.BackgroundTransparency = 0.40000000596046
  35. Name.Position = UDim2.new(0.226190478, 0, 0.11304348, 0)
  36. Name.Size = UDim2.new(0, 200, 0, 50)
  37. Name.Font = Enum.Font.Arial
  38. Name.Text = "Name here"
  39. Name.TextColor3 = Color3.new(0, 0, 0)
  40. Name.TextSize = 20
  41. Name.TextWrapped = true
  42.  
  43. Shutdown.Name = "Shutdown"
  44. Shutdown.Parent = Frame
  45. Shutdown.BackgroundColor3 = Color3.new(0, 0, 0)
  46. Shutdown.BackgroundTransparency = 0.40000000596046
  47. Shutdown.Position = UDim2.new(0.0357142873, 0, 0.699999988, 0)
  48. Shutdown.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  49. Shutdown.Font = Enum.Font.SourceSans
  50. Shutdown.Text = "Shutdown"
  51. Shutdown.TextColor3 = Color3.new(0, 0, 0)
  52. Shutdown.TextScaled = true
  53. Shutdown.TextSize = 30
  54. Shutdown.TextWrapped = true
  55.  
  56. Goto.Name = "Goto"
  57. Goto.Parent = Frame
  58. Goto.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Goto.BackgroundTransparency = 0.40000000596046
  60. Goto.Position = UDim2.new(0.0357142873, 0, 0.456521749, 0)
  61. Goto.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  62. Goto.Font = Enum.Font.SourceSans
  63. Goto.Text = "Goto"
  64. Goto.TextColor3 = Color3.new(0, 0, 0)
  65. Goto.TextScaled = true
  66. Goto.TextSize = 30
  67. Goto.TextWrapped = true
  68.  
  69. Lego.Name = "Lego"
  70. Lego.Parent = Frame
  71. Lego.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Lego.BackgroundTransparency = 1
  73. Lego.Position = UDim2.new(0.123015873, 0, -0.0304347817, 0)
  74. Lego.Size = UDim2.new(0.738095224, 0, 0.121739127, 0)
  75. Lego.Font = Enum.Font.SourceSans
  76. Lego.Text = "Re Made by FuZe_Bleed"
  77. Lego.TextColor3 = Color3.new(0, 0, 0)
  78. Lego.TextSize = 30
  79.  
  80. Remotes.Name = "Remotes"
  81. Remotes.Parent = Frame
  82. Remotes.BackgroundColor3 = Color3.new(0, 0, 0)
  83. Remotes.BackgroundTransparency = 0.40000000596046
  84. Remotes.Position = UDim2.new(0.508000016, 0, 0.699999988, 0)
  85. Remotes.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  86. Remotes.Font = Enum.Font.SourceSans
  87. Remotes.Text = "Remotes"
  88. Remotes.TextColor3 = Color3.new(0, 0, 0)
  89. Remotes.TextScaled = true
  90. Remotes.TextSize = 30
  91. Remotes.TextWrapped = true
  92.  
  93. Kill.Name = "Kill"
  94. Kill.Parent = Frame
  95. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  96. Kill.BackgroundTransparency = 0.40000000596046
  97. Kill.Position = UDim2.new(0.508000016, 0, 0.456999987, 0)
  98. Kill.Size = UDim2.new(0.408730149, 0, 0.152173907, 0)
  99. Kill.Font = Enum.Font.SourceSans
  100. Kill.Text = "Kill"
  101. Kill.TextColor3 = Color3.new(0, 0, 0)
  102. Kill.TextScaled = true
  103. Kill.TextSize = 30
  104. Kill.TextWrapped = true
  105.  
  106. Important.Name = "Important"
  107. Important.Parent = ScreenGui
  108. Important.BackgroundColor3 = Color3.new(0, 0, 0)
  109. Important.BackgroundTransparency = 0.5
  110. Important.Position = UDim2.new(0.22453703, 0, 0.342298299, 0)
  111. Important.Size = UDim2.new(0.273919761, 0, 0.376528114, 0)
  112. Important.Font = Enum.Font.SourceSans
  113. Important.Text = "UpDate Soon ;)"
  114. Important.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  115. Important.TextScaled = true
  116. Important.TextSize = 1
  117. Important.TextWrapped = true
  118. Important.Selectable = true
  119. Important.Active = true
  120. Important.Draggable = true
  121.  
  122. Exit.Name = "Exit"
  123. Exit.Parent = Important
  124. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  125. Exit.BackgroundTransparency = 1.0199999809265
  126. Exit.Position = UDim2.new(0.892957747, 0, -0.0487012975, 0)
  127. Exit.Size = UDim2.new(0.125, 0, 0.212713942, 0)
  128. Exit.Font = Enum.Font.SourceSans
  129. Exit.Text = "X"
  130. Exit.TextColor3 = Color3.new(1, 0, 0)
  131. Exit.TextSize = 25
  132.  
  133. Kill.MouseButton1Down:connect(function()
  134. Name = (Name.Text)
  135.  
  136. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  137. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  138. l.Parent = game.Players.LocalPlayer.Character
  139. l.Name = "Humanoid"
  140. wait(0.1)
  141. game.Players.LocalPlayer.Character["1"]:Destroy()
  142. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  143. game.Players.LocalPlayer.Character.Animate.Disabled = true
  144. wait(0.1)
  145. game.Players.LocalPlayer.Character.Animate.Disabled = false
  146. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  147. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  148. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  149. end
  150. wait(0.1)
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Name].Character.HumanoidRootPart.CFrame
  152. wait(0.1)
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Name].Character.HumanoidRootPart.CFrame
  154. wait(0.2)
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-10000,-100, -10000))
  156. end)
  157.  
  158.  
  159. Shutdown.MouseButton1Down:connect(function()
  160. loadstring('\102\111\114\32\105\61\49\44\32\52\56\32\100\111\10\32\32\32\32\115\112\97\119\110\40\102\117\110\99\116\105\111\110\40\41\10\32\32\32\32\112\114\105\110\116\40\34\65\68\68\69\68\32\76\79\79\80\34\41\10\32\32\32\32\32\32\32\32\119\104\105\108\101\32\116\114\117\101\32\100\111\10\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\58\115\101\114\118\105\99\101\40\34\82\117\110\83\101\114\118\105\99\101\34\41\46\82\101\110\100\101\114\83\116\101\112\112\101\100\58\119\97\105\116\40\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\102\111\114\32\105\61\49\44\32\54\52\32\100\111\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\103\97\109\101\46\80\108\97\121\101\114\115\58\67\104\97\116\40\34\47\101\32\105\32\108\111\118\101\32\114\111\98\108\111\120\34\41\10\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\32\101\110\100\41\10\32\32\32\32\119\97\105\116\40\41\10\101\110\100')()
  161. end)
  162.  
  163. Goto.MouseButton1Down:connect(function()
  164. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:FindFirstChild(Name.Text).Character.HumanoidRootPart.Position)
  165. end)
  166.  
  167. Remotes.MouseButton1Down:connect(function()
  168. local ToFind = {
  169. RemoteFunction = true,
  170. RemoteEvent = true,
  171. BindableFunction = true,
  172. BindableEvent = true
  173. }
  174.  
  175. local Found = {}
  176.  
  177. local function Search(Parent, Arguments)
  178. Parent = Parent:GetChildren()
  179. for index, child in next, Parent do
  180. for class in next, Arguments do
  181. if child.ClassName == class then
  182. if Found[class] then
  183. local Directory = Found[class]
  184. Found[class][#Directory + 1] = child
  185. else
  186. Found[class] = {child}
  187. end
  188. end
  189. end
  190. if #Parent > 0 then
  191. Search(child, Arguments)
  192. end
  193. end
  194. end
  195.  
  196. Search(workspace, ToFind)
  197. Search(game:GetService("ReplicatedStorage"), ToFind)
  198.  
  199. for index, value in next, Found do
  200. warn(index .. "(s)")
  201. for _, child in next, value do
  202. print(child:GetFullName())
  203. end
  204. warn("End of " .. index .. "(s)")
  205. end
  206. end)
  207.  
  208. Exit.MouseButton1Down:connect(function()
  209. game.CoreGui.ScreenGui.Important.Visible = false
  210. game.CoreGui.ScreenGui.Exit.Visible = false
  211.  
  212. end)
Add Comment
Please, Sign In to add comment