Psykek

PFhaxx

Mar 26th, 2019
7,360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.33 KB | None | 0 0
  1. local PhantomLxUi = Instance.new("ScreenGui")
  2. local PhantomFrame = Instance.new("Frame")
  3. local Fly = Instance.new("TextButton")
  4. local EspChams = Instance.new("TextButton")
  5. local Esp = Instance.new("TextButton")
  6. local Credits = Instance.new("TextLabel")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local RemoveMap = Instance.new("TextButton")
  9. local Destroy = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local Toggle = Instance.new("TextButton")
  12.  
  13. -- the fucking buttons
  14.  
  15. PhantomLxUi.Name = "PhantomLxUi"
  16. PhantomLxUi.Parent = game.CoreGui
  17.  
  18. PhantomFrame.Name = "PhantomFrame"
  19. PhantomFrame.Parent = PhantomLxUi
  20. PhantomFrame.Active = true
  21. PhantomFrame.Draggable=true
  22. PhantomFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  23. PhantomFrame.BorderColor3 = Color3.new(1, 0.333333, 0)
  24. PhantomFrame.BorderSizePixel = 2
  25. PhantomFrame.Position = UDim2.new(0.308567107, 0, 0.130237818, 0)
  26. PhantomFrame.Selectable = true
  27. PhantomFrame.Size = UDim2.new(0, 566, 0, 482)
  28.  
  29. Fly.Name = "Fly"
  30. Fly.Parent = PhantomFrame
  31. Fly.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  32. Fly.BorderColor3 = Color3.new(1, 0.333333, 0)
  33. Fly.BorderSizePixel = 2
  34. Fly.Position = UDim2.new(0.0742049441, 0, 0.302904576, 0)
  35. Fly.Size = UDim2.new(0, 200, 0, 50)
  36. Fly.Font = Enum.Font.SourceSans
  37. Fly.Text = "Fly"
  38. Fly.TextColor3 = Color3.new(1, 1, 0)
  39. Fly.TextSize = 20
  40.  
  41. EspChams.Name = "Esp Chams"
  42. EspChams.Parent = PhantomFrame
  43. EspChams.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  44. EspChams.BorderColor3 = Color3.new(1, 0.333333, 0)
  45. EspChams.BorderSizePixel = 2
  46. EspChams.Position = UDim2.new(0.560070634, 0, 0.572614133, 0)
  47. EspChams.Size = UDim2.new(0, 200, 0, 50)
  48. EspChams.Font = Enum.Font.SourceSans
  49. EspChams.Text = "Esp Chams"
  50. EspChams.TextColor3 = Color3.new(1, 1, 0)
  51. EspChams.TextSize = 20
  52.  
  53. Esp.Name = "Esp"
  54. Esp.Parent = PhantomFrame
  55. Esp.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  56. Esp.BorderColor3 = Color3.new(1, 0.333333, 0)
  57. Esp.BorderSizePixel = 2
  58. Esp.Position = UDim2.new(0.0742049441, 0, 0.572614133, 0)
  59. Esp.Size = UDim2.new(0, 200, 0, 50)
  60. Esp.Font = Enum.Font.SourceSans
  61. Esp.Text = "Esp"
  62. Esp.TextColor3 = Color3.new(1, 1, 0)
  63. Esp.TextSize = 20
  64.  
  65. Credits.Name = "Credits"
  66. Credits.Parent = PhantomFrame
  67. Credits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  68. Credits.BorderColor3 = Color3.new(1, 0.333333, 0)
  69. Credits.BorderSizePixel = 2
  70. Credits.Position = UDim2.new(0, 0, 0.933609962, 0)
  71. Credits.Size = UDim2.new(0, 566, 0, 32)
  72. Credits.Font = Enum.Font.SourceSans
  73. Credits.Text = "Made by ThisW0ntGetBanned#7965, Youtube FlameExecutor :)"
  74. Credits.TextColor3 = Color3.new(1, 1, 0)
  75. Credits.TextSize = 20
  76.  
  77. ImageLabel.Parent = PhantomFrame
  78. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  79. ImageLabel.BackgroundTransparency = 1
  80. ImageLabel.Position = UDim2.new(0.157243818, 0, 0.0414937772, 0)
  81. ImageLabel.Size = UDim2.new(0, 365, 0, 66)
  82. ImageLabel.Image = "rbxassetid://2050622533"
  83.  
  84. RemoveMap.Name = "Remove Map"
  85. RemoveMap.Parent = PhantomFrame
  86. RemoveMap.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  87. RemoveMap.BorderColor3 = Color3.new(1, 0.333333, 0)
  88. RemoveMap.BorderSizePixel = 2
  89. RemoveMap.Position = UDim2.new(0.560070634, 0, 0.302904576, 0)
  90. RemoveMap.Size = UDim2.new(0, 200, 0, 50)
  91. RemoveMap.Font = Enum.Font.SourceSans
  92. RemoveMap.Text = "Remove Map"
  93. RemoveMap.TextColor3 = Color3.new(1, 1, 0)
  94. RemoveMap.TextSize = 20
  95.  
  96. Destroy.Name = "Destroy"
  97. Destroy.Parent = PhantomFrame
  98. Destroy.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  99. Destroy.BorderColor3 = Color3.new(1, 0.333333, 0)
  100. Destroy.BorderSizePixel = 2
  101. Destroy.Size = UDim2.new(0, 83, 0, 28)
  102. Destroy.Font = Enum.Font.SourceSans
  103. Destroy.Text = "Toggle close"
  104. Destroy.TextColor3 = Color3.new(1, 1, 0)
  105. Destroy.TextSize = 18
  106. Destroy.TextWrapped = true
  107.  
  108. Close.Name = "Close"
  109. Close.Parent = PhantomFrame
  110. Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  111. Close.BorderColor3 = Color3.new(1, 0.333333, 0)
  112. Close.BorderSizePixel = 2
  113. Close.Position = UDim2.new(0.853356898, 0, 0, 0)
  114. Close.Size = UDim2.new(0, 83, 0, 28)
  115. Close.Font = Enum.Font.SourceSans
  116. Close.Text = "Toggle close"
  117. Close.TextColor3 = Color3.new(1, 1, 0)
  118. Close.TextSize = 18
  119. Close.TextWrapped = true
  120.  
  121. Toggle.Name = "Toggle"
  122. Toggle.Parent = PhantomLxUi
  123. Toggle.BackgroundColor3 = Color3.new(0, 0, 1)
  124. Toggle.BorderSizePixel = 2
  125. Toggle.Position = UDim2.new(0, 0, 0.352208376, 0)
  126. Toggle.Size = UDim2.new(0, 200, 0, 50)
  127. Toggle.Visible = false
  128. Toggle.Font = Enum.Font.SourceSans
  129. Toggle.Text = "Toggle Open/close"
  130. Toggle.TextColor3 = Color3.new(0, 0, 0)
  131. Toggle.TextSize = 20
  132.  
  133. -- Script Nibba --
  134.  
  135. Close.MouseButton1Click:connect(function()
  136. PhantomFrame.Visible=false
  137. Toggle.Visible=true
  138. end)
  139.  
  140. Toggle.MouseButton1Click:connect(function()
  141. PhantomFrame.Visible=true
  142. Toggle.Visible=false
  143. end)
  144.  
  145. Destroy.MouseButton1Click:connect(function()
  146. PhantomFrame:Destroy()
  147. end)
  148.  
  149. Fly.MouseButton1Click:connect(function()
  150. local Player = game:GetService("Players").LocalPlayer;
  151. local UserInputService = game:GetService("UserInputService");
  152. local Bricks = {};
  153. local Space;
  154. local WalkInAir = false;
  155.  
  156. UserInputService.InputBegan:Connect(function(
  157. InputObject,
  158. GameProcessedEvent
  159. )
  160. if (
  161. (not GameProcessedEvent) and
  162. (InputObject.UserInputType == Enum.UserInputType.Keyboard)
  163. ) then
  164. if (InputObject.KeyCode == Enum.KeyCode.P) then
  165. for Key, Value in next, Bricks do
  166. Value:Destroy();
  167. end;
  168. elseif (InputObject.KeyCode == Enum.KeyCode.Space) then
  169. Space = true;
  170. elseif (InputObject.KeyCode == Enum.KeyCode.L) then
  171. WalkInAir = (not WalkInAir);
  172. end;
  173. end;
  174. end);
  175.  
  176. UserInputService.InputEnded:Connect(function(
  177. InputObject,
  178. GameProcessedEvent
  179. )
  180. if (
  181. (not GameProcessedEvent) and
  182. (InputObject.UserInputType == Enum.UserInputType.Keyboard)
  183. ) then
  184. if (InputObject.KeyCode == Enum.KeyCode.Space) then
  185. Space = nil;
  186. end;
  187. end;
  188. end);
  189.  
  190. local LastPosition = Vector3.new(0, 0, 0);
  191.  
  192. game:GetService("RunService").RenderStepped:Connect(function()
  193. local PositionChanged;
  194. local Torso = (
  195. Player.Character or
  196. Player.CharacterAdded:wait()
  197. ):WaitForChild("Torso");
  198. if ((Torso.Position - LastPosition).Magnitude > 0.75) then
  199. PositionChanged = true;
  200. end;
  201. if (Space or (WalkInAir and PositionChanged)) then
  202. local FlyBrick = Instance.new("Part",
  203. (
  204. Torso:GetChildren()[1] or
  205. Torso
  206. )
  207. );
  208. FlyBrick.Transparency = 1;
  209. FlyBrick.Anchored = true;
  210. FlyBrick.CFrame = (
  211. Torso.CFrame *
  212. CFrame.new(0, -2.25, 0)
  213. );
  214. FlyBrick.Size = Vector3.new(5, 0.05, 5);
  215. FlyBrick.BrickColor = BrickColor.new("Institutional white");
  216. FlyBrick.Locked = true;
  217. FlyBrick.TopSurface = Enum.SurfaceType.SmoothNoOutlines;
  218. FlyBrick.BottomSurface = FlyBrick.TopSurface;
  219. FlyBrick.RightSurface = FlyBrick.TopSurface;
  220. FlyBrick.LeftSurface = FlyBrick.TopSurface;
  221. FlyBrick.FrontSurface = FlyBrick.TopSurface;
  222. FlyBrick.BackSurface = FlyBrick.TopSurface;
  223. Bricks[#Bricks + 1] = FlyBrick;
  224. end;
  225. LastPosition = Torso.Position;
  226. end)
  227. end)
  228.  
  229. Esp.MouseButton1Click:connect(function()
  230. function Esp(player, username)
  231. if player ~= game:service("Players").LocalPlayer then
  232. if player.Character then
  233. local torso = player.Character:FindFirstChild("Torso")
  234. if torso then
  235. local base = Instance.new("BillboardGui")
  236. local esP = Instance.new("Frame", base)
  237. base.AlwaysOnTop = true
  238. base.Enabled = true
  239. base.Size = UDim2.new(4.5,0,6,0)
  240. base.StudsOffset = Vector3.new(0, -0.6, 0)
  241. esP.BackgroundColor3 = Color3.new(170,0,0)
  242. esP.BackgroundTransparency = 0.4
  243. esP.BorderSizePixel = 0.5
  244. esP.Size = UDim2.new(1,0,1,0)
  245. if base and workspace.CurrentCamera then
  246. base.Name = username
  247. base.Parent = workspace.CurrentCamera
  248. base.Adornee = torso
  249. end
  250. end
  251. end
  252. end
  253. end
  254.  
  255. function CheckEsp()
  256. for x,player in pairs(game:service("Players"):GetPlayers()) do
  257. if player then
  258. if player.TeamColor ~= game:service("Players").LocalPlayer.TeamColor then
  259. local char = player.Character
  260. if char then
  261. local torso = char:FindFirstChild("Torso")
  262. if torso then
  263. local currentcam = workspace.CurrentCamera
  264. local playerName = player.Name
  265. if currentcam:FindFirstChild(playerName) == nil then
  266. Esp(player, playerName)
  267. end
  268. end
  269. end
  270. end
  271. end
  272. end
  273. end
  274.  
  275. while wait(1) do
  276. CheckEsp()
  277. end
  278. end)
  279.  
  280. EspChams.MouseButton1Click:connect(function()
  281. -- Phantom forces Esp Chams, made by ThisW0ntGetbanned#7965, :/
  282. wait(0.5)
  283.  
  284. plrs = nil
  285. for _,p in pairs(game:GetChildren()) do
  286. if p.ClassName == ("Players") then
  287. plrs = p
  288. end
  289. end
  290.  
  291.  
  292. while true do
  293. wait(0.1)
  294. for _, v in pairs(plrs:GetChildren()) do
  295. if v.TeamColor ~= plrs.LocalPlayer.TeamColor and not v.Character.Head:FindFirstChild("BillboardGui") then -- ~=
  296. i = Instance.new("BillboardGui",v.Character.Head)
  297. i.Active = true
  298. i.AlwaysOnTop = true
  299. i.Size = UDim2.new(1,0,1,0)
  300. h = Instance.new("Frame",i)
  301. h.Size = UDim2.new(2,0,1,0)
  302. h.AnchorPoint = Vector2.new(0.25, 0)
  303. h.BackgroundColor3 = Color3.new(1,0,0)
  304. h.BorderSizePixel = 0
  305. h.BackgroundTransparency = 0.4
  306.  
  307. i2 = Instance.new("BillboardGui",v.Character.Torso)
  308. i2.Active = true
  309. i2.AlwaysOnTop = true
  310. i2.Size = UDim2.new(2,0,2,0)
  311. t = Instance.new("Frame",i2)
  312. t.Size = UDim2.new(1,0,1,0)
  313. t.AnchorPoint = Vector2.new(0, 0)
  314. t.BackgroundColor3 = Color3.new(0,1,0)
  315. t.BorderSizePixel = 0
  316. t.BackgroundTransparency = 0.4
  317.  
  318. i3 = Instance.new("BillboardGui",v.Character["Left Arm"])
  319. i3.Active = true
  320. i3.AlwaysOnTop = true
  321. i3.Size = UDim2.new(1,0,2,0)
  322. la = Instance.new("Frame",i3)
  323. la.Size = UDim2.new(1,0,1,0)
  324. la.AnchorPoint = Vector2.new(0, 0)
  325. la.BackgroundColor3 = Color3.new(0,0,1)
  326. la.BorderSizePixel = 0
  327. la.BackgroundTransparency = 0.4
  328.  
  329. i4 = Instance.new("BillboardGui",v.Character["Right Arm"])
  330. i4.Active = true
  331. i4.AlwaysOnTop = true
  332. i4.Size = UDim2.new(1,0,2,0)
  333. ra = Instance.new("Frame",i4)
  334. ra.Size = UDim2.new(1,0,1,0)
  335. ra.AnchorPoint = Vector2.new(0, 0)
  336. ra.BackgroundColor3 = Color3.new(0,0,1)
  337. ra.BorderSizePixel = 0
  338. ra.BackgroundTransparency = 0.4
  339.  
  340. i5 = Instance.new("BillboardGui",v.Character["Left Leg"])
  341. i5.Active = true
  342. i5.AlwaysOnTop = true
  343. i5.Size = UDim2.new(1,0,2,0)
  344. ll = Instance.new("Frame",i5)
  345. ll.Size = UDim2.new(1,0,1,0)
  346. ll.AnchorPoint = Vector2.new(0, 0)
  347. ll.BackgroundColor3 = Color3.new(0,0,1)
  348. ll.BorderSizePixel = 0
  349. ll.BackgroundTransparency = 0.4
  350.  
  351. i6 = Instance.new("BillboardGui",v.Character["Right Leg"])
  352. i6.Active = true
  353. i6.AlwaysOnTop = true
  354. i6.Size = UDim2.new(1,0,2,0)
  355. rl = Instance.new("Frame",i6)
  356. rl.Size = UDim2.new(1,0,1,0)
  357. rl.AnchorPoint = Vector2.new(0, 0)
  358. rl.BackgroundColor3 = Color3.new(0,0,1)
  359. rl.BorderSizePixel = 0
  360. rl.BackgroundTransparency = 0.4
  361.  
  362. end
  363. end
  364. end
  365. end)
  366.  
  367. RemoveMap.MouseButton1Click:connect(function()
  368. local Move = game.Workspace.Map
  369. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  370. local Players = game:GetService("Players")
  371. local mouse = Players.LocalPlayer:GetMouse()
  372. local a = false
  373.  
  374. mouse.KeyDown:Connect(function(key)
  375. if key == "e" then
  376. if a == false then
  377. Move.Parent = ReplicatedStorage
  378. Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  379. a = true
  380. elseif a == true then
  381. Move.Parent = game.Workspace
  382. Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  383. a = false
  384. end
  385. end
  386. end)
  387. end)
Add Comment
Please, Sign In to add comment