Soluplayz

PHANDOM FORCES OP HACK

Mar 10th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.17 KB | None | 0 0
  1. -- Made by Solu#0382
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Drag = Instance.new("Frame")
  5. local Name = Instance.new("TextLabel")
  6. local Phantoms = Instance.new("TextButton")
  7. local More = Instance.new("TextButton")
  8. local Lx = Instance.new("TextButton")
  9. local Ghosts = Instance.new("TextButton")
  10. local More_2 = Instance.new("Frame")
  11. local InfiniteJump = Instance.new("TextButton")
  12. local CtrlDelete = Instance.new("TextButton")
  13. local CtrlDelete_2 = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local X = Instance.new("TextButton")
  16. local Open = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = ScreenGui
  22. Main.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  23. Main.BackgroundTransparency = 0.30000001192093
  24. Main.BorderSizePixel = 0
  25. Main.Position = UDim2.new(0.152156219, 0, 0.372590959, 0)
  26. Main.Size = UDim2.new(0, 185, 0, 245)
  27. Main.Visible = false
  28. Main.Active = true
  29. Main.Draggable = true
  30.  
  31. Drag.Name = "Drag"
  32. Drag.Parent = Main
  33. Drag.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  34. Drag.BackgroundTransparency = 0.20000000298023
  35. Drag.BorderSizePixel = 0
  36. Drag.Size = UDim2.new(0, 185, 0, 29)
  37.  
  38. Name.Name = "Name"
  39. Name.Parent = Drag
  40. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Name.BackgroundTransparency = 99
  42. Name.Position = UDim2.new(0.345945954, 0, 0, 0)
  43. Name.Size = UDim2.new(0, 71, 0, 29)
  44. Name.Font = Enum.Font.SciFi
  45. Name.Text = "PhantomKiller"
  46. Name.TextColor3 = Color3.new(1, 1, 1)
  47. Name.TextSize = 17
  48.  
  49. Phantoms.Name = "Phantoms"
  50. Phantoms.Parent = Main
  51. Phantoms.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  52. Phantoms.BorderSizePixel = 0
  53. Phantoms.Position = UDim2.new(0.0702702701, 0, 0.159183666, 0)
  54. Phantoms.Size = UDim2.new(0, 158, 0, 39)
  55. Phantoms.Font = Enum.Font.SciFi
  56. Phantoms.Text = "Kill Phantoms"
  57. Phantoms.TextColor3 = Color3.new(1, 1, 1)
  58. Phantoms.TextSize = 14
  59. Phantoms.TextStrokeColor3 = Color3.new(1, 1, 1)
  60. Phantoms.MouseButton1Down:connect(function()
  61.  
  62. local team = "Phantoms" --//-- Change "Ghosts"to enemy team(Ghosts or Phantoms) --\\--
  63. game:GetService("RunService").RenderStepped:connect(function()
  64. for i,v in pairs(game.Teams[team]:GetPlayers()) do
  65. v.Character.HumanoidRootPart.Anchored = true
  66. v.Character.HumanoidRootPart.CFrame = game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(8,0,0)
  67. end
  68. end)
  69. end)
  70.  
  71. More.Name = "More"
  72. More.Parent = Main
  73. More.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  74. More.BorderSizePixel = 0
  75. More.Position = UDim2.new(0.0702702701, 0, 0.775510192, 0)
  76. More.Size = UDim2.new(0, 158, 0, 39)
  77. More.Font = Enum.Font.SciFi
  78. More.Text = "More"
  79. More.TextColor3 = Color3.new(1, 1, 1)
  80. More.TextSize = 14
  81. More.TextStrokeColor3 = Color3.new(1, 1, 1)
  82. More.MouseButton1Down:connect(function()
  83. More_2.Visible = true
  84. end)
  85.  
  86. Lx.Name = "Lx"
  87. Lx.Parent = Main
  88. Lx.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  89. Lx.BorderSizePixel = 0
  90. Lx.Position = UDim2.new(0.0702702701, 0, 0.575510204, 0)
  91. Lx.Size = UDim2.new(0, 158, 0, 39)
  92. Lx.Font = Enum.Font.SciFi
  93. Lx.Text = "Phantom Lx 4"
  94. Lx.TextColor3 = Color3.new(1, 1, 1)
  95. Lx.TextSize = 14
  96. Lx.TextStrokeColor3 = Color3.new(1, 1, 1)
  97. Lx.MouseButton1Down:connect(function()
  98. loadstring(game:GetObjects('rbxassetid://2174390318')[1].Source)()
  99. end)
  100.  
  101. Ghosts.Name = "Ghosts"
  102. Ghosts.Parent = Main
  103. Ghosts.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  104. Ghosts.BorderSizePixel = 0
  105. Ghosts.Position = UDim2.new(0.0702702701, 0, 0.367346942, 0)
  106. Ghosts.Size = UDim2.new(0, 158, 0, 39)
  107. Ghosts.Font = Enum.Font.SciFi
  108. Ghosts.Text = "Kill Ghosts"
  109. Ghosts.TextColor3 = Color3.new(1, 1, 1)
  110. Ghosts.TextSize = 14
  111. Ghosts.TextStrokeColor3 = Color3.new(1, 1, 1)
  112. Ghosts.MouseButton1Down:connect(function()
  113.  
  114. local team = "Ghosts" --//-- Change "Ghosts"to enemy team(Ghosts or Phantoms) --\\--
  115. game:GetService("RunService").RenderStepped:connect(function()
  116. for i,v in pairs(game.Teams[team]:GetPlayers()) do
  117. v.Character.HumanoidRootPart.Anchored = true
  118. v.Character.HumanoidRootPart.CFrame = game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(8,0,0)
  119. end
  120. end)
  121. end)
  122.  
  123. More_2.Name = "More"
  124. More_2.Parent = Main
  125. More_2.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  126. More_2.BackgroundTransparency = 0.30000001192093
  127. More_2.BorderSizePixel = 0
  128. More_2.Position = UDim2.new(1.0702703, 0, 0, 0)
  129. More_2.Size = UDim2.new(0, 185, 0, 245)
  130. More_2.Visible = false
  131.  
  132. InfiniteJump.Name = "Infinite Jump"
  133. InfiniteJump.Parent = More_2
  134. InfiniteJump.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  135. InfiniteJump.BorderSizePixel = 0
  136. InfiniteJump.Position = UDim2.new(0.0702702701, 0, 0.159183666, 0)
  137. InfiniteJump.Size = UDim2.new(0, 158, 0, 39)
  138. InfiniteJump.Font = Enum.Font.SciFi
  139. InfiniteJump.Text = "Infinite Jump"
  140. InfiniteJump.TextColor3 = Color3.new(1, 1, 1)
  141. InfiniteJump.TextSize = 14
  142. InfiniteJump.TextStrokeColor3 = Color3.new(1, 1, 1)
  143. InfiniteJump.MouseButton1Down:connect(function()
  144. _G.infinjump = not _G.infinjump
  145.  
  146. local plr = game:GetService'Players'.LocalPlayer
  147. local m = plr:GetMouse()
  148. m.KeyDown:connect(function(k)
  149. if _G.infinjump then
  150. if k:byte() == 32 then
  151. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  152. plrh:ChangeState('Jumping')
  153. wait()
  154. plrh:ChangeState('Seated')
  155. end
  156. end
  157. end)
  158. end)
  159.  
  160. CtrlDelete.Name = "Ctrl Delete"
  161. CtrlDelete.Parent = More_2
  162. CtrlDelete.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  163. CtrlDelete.BorderSizePixel = 0
  164. CtrlDelete.Position = UDim2.new(0.0702702701, 0, 0.367346942, 0)
  165. CtrlDelete.Size = UDim2.new(0, 158, 0, 39)
  166. CtrlDelete.Font = Enum.Font.SciFi
  167. CtrlDelete.Text = "Ctrl Delete"
  168. CtrlDelete.TextColor3 = Color3.new(1, 1, 1)
  169. CtrlDelete.TextSize = 14
  170. CtrlDelete.TextStrokeColor3 = Color3.new(1, 1, 1)
  171. CtrlDelete.MouseButton1Down:connect(function()
  172. local Plr = game:GetService("Players").LocalPlayer
  173. local Mouse = Plr:GetMouse()
  174.  
  175. Mouse.Button1Down:connect(function()
  176. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  177. if not Mouse.Target then return end
  178. Mouse.Target:Destroy()
  179. end)
  180. end)
  181.  
  182. CtrlDelete_2.Name = "Ctrl Delete"
  183. CtrlDelete_2.Parent = More_2
  184. CtrlDelete_2.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  185. CtrlDelete_2.BorderSizePixel = 0
  186. CtrlDelete_2.Position = UDim2.new(0.0702702701, 0, 0.775510192, 0)
  187. CtrlDelete_2.Size = UDim2.new(0, 158, 0, 39)
  188. CtrlDelete_2.Font = Enum.Font.SciFi
  189. CtrlDelete_2.Text = "Destroy GUI"
  190. CtrlDelete_2.TextColor3 = Color3.new(1, 1, 1)
  191. CtrlDelete_2.TextSize = 14
  192. CtrlDelete_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  193. CtrlDelete_2.MouseButton1Down:connect(function()
  194. Main.Visible = false
  195. Drag.Visible = false
  196. Open.Visible = false
  197. end)
  198.  
  199. Close.Name = "Close"
  200. Close.Parent = More_2
  201. Close.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  202. Close.BackgroundTransparency = 99
  203. Close.BorderSizePixel = 0
  204. Close.Position = UDim2.new(0.664864838, 0, 0, 0)
  205. Close.Size = UDim2.new(0, 62, 0, 23)
  206. Close.Font = Enum.Font.SciFi
  207. Close.Text = "Close"
  208. Close.TextColor3 = Color3.new(1, 1, 1)
  209. Close.TextSize = 14
  210. Close.TextStrokeColor3 = Color3.new(1, 1, 1)
  211. Close.MouseButton1Down:connect(function()
  212. More_2.Visible = false
  213. end)
  214.  
  215. X.Name = "X"
  216. X.Parent = Main
  217. X.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  218. X.BackgroundTransparency = 99
  219. X.BorderSizePixel = 0
  220. X.Position = UDim2.new(0.875675678, 0, 0, 0)
  221. X.Size = UDim2.new(0, 23, 0, 23)
  222. X.Font = Enum.Font.SourceSansBold
  223. X.Text = "X"
  224. X.TextColor3 = Color3.new(1, 1, 1)
  225. X.TextSize = 17
  226. X.TextStrokeColor3 = Color3.new(1, 1, 1)
  227. X.MouseButton1Down:connect(function()
  228. Main.Visible = false
  229. Open.Visible = true
  230. end)
  231.  
  232. Open.Name = "Open"
  233. Open.Parent = ScreenGui
  234. Open.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  235. Open.BorderSizePixel = 0
  236. Open.Position = UDim2.new(0, 0, 0.317987144, 0)
  237. Open.Size = UDim2.new(0, 81, 0, 37)
  238. Open.Font = Enum.Font.SourceSansBold
  239. Open.Text = "Open"
  240. Open.TextColor3 = Color3.new(1, 1, 1)
  241. Open.TextSize = 17
  242. Open.MouseButton1Down:connect(function()
  243. Open.Visible = false
  244. Main.Visible = true
  245. end)
Add Comment
Please, Sign In to add comment