Project_MAtrix_ZERGO

Roblox Phantom Force Script Hack

Mar 21st, 2019
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.79 KB | None | 0 0
  1. Script
  2. i = (game.Players.LocalPlayer.Name)
  3.  
  4. local Player = game.Players.LocalPlayer
  5. Mouse = Player:GetMouse()
  6.  
  7. local Loading = Instance.new("ScreenGui")
  8. Loading.Parent = game.Players[i].PlayerGui
  9.  
  10. local Hover = Instance.new("Sound")
  11. Hover.Parent = game.Players[i].PlayerGui
  12. Hover.SoundId = "http://www.roblox.com/asset/?ID=433434991"
  13.  
  14. local Open = Instance.new("Sound")
  15. Open.Parent = game.Players[i].PlayerGui
  16. Open.SoundId = "http://www.roblox.com/asset/?ID=169154227"
  17. Open.Pitch = 1.2
  18. Open.Volume = 1
  19.  
  20.  
  21. local Loaded = Instance.new("TextLabel")
  22. Loaded.Parent = Loading
  23. Loaded.Position = UDim2.new(0, 0, 0.2, 0)
  24. Loaded.Size = UDim2.new(1, 0, 0, 90)
  25. Loaded.BackgroundColor3 = Color3.new(0,0,0)
  26. Loaded.BackgroundTransparency = 1
  27. Loaded.TextScaled = true
  28. Loaded.Text = 'Loading Modz... (By FR34KY)'
  29. Loaded.Font = 'SourceSansBold'
  30. Loaded.TextColor3 = Color3.new(255, 255, 255)
  31. Loaded.TextStrokeTransparency = 0
  32. Loaded.TextStrokeColor3 = Color3.new(255,0,0)
  33. function Animate()
  34. Loaded.Text = 'Injecting Modz... (By Bitcoiner)'
  35. wait(1)
  36.  
  37.  
  38. end
  39. Animate()
  40. wait(1)
  41.  
  42. Loaded:Destroy()
  43.  
  44. local screenGui = Instance.new("ScreenGui")
  45. screenGui.Parent = game.Players[i].PlayerGui
  46.  
  47. local frame = Instance.new("Frame")
  48. frame.Parent = screenGui
  49. frame.Position = UDim2.new(0.74, 0, 0, 0)
  50. frame.Size = UDim2.new(0, 250, 1, 0)
  51. frame.BackgroundColor3 = Color3.new(0,0,0)
  52. frame.BorderColor3 = Color3.new(255,0,0)
  53. frame.BackgroundTransparency = 0
  54. frame.Visible = false
  55.  
  56.  
  57. local Selector = Instance.new("Frame")
  58. Selector.Parent = frame
  59. Selector.Position = UDim2.new(0, 0, 0.4, 0)
  60. Selector.Size = UDim2.new(1, 0, 0, 50)
  61. Selector.BackgroundColor3 = Color3.new(255,0,0)
  62. Selector.BackgroundTransparency = 0.7
  63. Selector.BorderSizePixel = 0
  64.  
  65.  
  66. local SpeedHackA = Instance.new("TextButton")
  67. SpeedHackA.Parent = frame
  68. SpeedHackA.Position = UDim2.new(0, 0, 0.2, 0)
  69. SpeedHackA.Size = UDim2.new(1, 0, 0, 50)
  70. SpeedHackA.BackgroundTransparency = 1
  71. SpeedHackA.Text = 'Speed Hack: ON'
  72. SpeedHackA.FontSize = 'Size32'
  73. SpeedHackA.Font = 'ArialBold'
  74. SpeedHackA.TextStrokeColor3 = Color3.new(255,0,0)
  75. SpeedHackA.TextStrokeTransparency = 0.5
  76. SpeedHackA.TextColor3 = Color3.new(255,255,255)
  77. SpeedHackA.Modal = true
  78. SpeedHackA.Visible = false
  79.  
  80. local Theme = Instance.new("TextLabel")
  81. Theme.Parent = frame
  82. Theme.Position = UDim2.new(0, 0, 0, 0)
  83. Theme.Size = UDim2.new(1, 0, 0, 50)
  84. Theme.BackgroundTransparency = 1
  85. Theme.Text = 'CH34T MENU'
  86. Theme.FontSize = 'Size32'
  87. Theme.Font = 'ArialBold'
  88. Theme.TextStrokeColor3 = Color3.new(255,0,0)
  89. Theme.TextStrokeTransparency = 0.5
  90. Theme.TextColor3 = Color3.new(255,255,255)
  91. Theme.TextWrapped = true
  92.  
  93.  
  94. local SpeedHackB = Instance.new("TextButton")
  95. SpeedHackB.Parent = frame
  96. SpeedHackB.Position = UDim2.new(0, 0, 0.2, 0)
  97. SpeedHackB.Size = UDim2.new(1, 0, 0, 50)
  98. SpeedHackB.BackgroundTransparency = 1
  99. SpeedHackB.Text = 'Perm Speed Hack: OFF'
  100. SpeedHackB.FontSize = 'Size32'
  101. SpeedHackB.Font = 'ArialBold'
  102. SpeedHackB.TextStrokeColor3 = Color3.new(255,0,0)
  103. SpeedHackB.TextStrokeTransparency = 0.5
  104. SpeedHackB.TextColor3 = Color3.new(255,255,255)
  105. SpeedHackB.Visible = true
  106. SpeedHackB.Modal = true
  107.  
  108. local AimbotScript = Instance.new("TextButton")
  109. AimbotScript.Parent = frame
  110. AimbotScript.Position = UDim2.new(0, 0, 0.3, 0)
  111. AimbotScript.Size = UDim2.new(1, 0, 0, 50)
  112. AimbotScript.BackgroundTransparency = 1
  113. AimbotScript.Text = 'Perm Aimbot: OFF'
  114. AimbotScript.FontSize = 'Size32'
  115. AimbotScript.Font = 'ArialBold'
  116. AimbotScript.TextStrokeColor3 = Color3.new(255,0,0)
  117. AimbotScript.TextStrokeTransparency = 0.5
  118. AimbotScript.TextColor3 = Color3.new(255,255,255)
  119.  
  120. local Fly = Instance.new("TextButton")
  121. Fly.Parent = frame
  122. Fly.Position = UDim2.new(0, 0, 0.4, 0)
  123. Fly.Size = UDim2.new(1, 0, 0, 50)
  124. Fly.BackgroundTransparency = 1
  125. Fly.Text = 'Perm Fly: OFF'
  126. Fly.FontSize = 'Size32'
  127. Fly.Font = 'ArialBold'
  128. Fly.TextStrokeColor3 = Color3.new(255,0,0)
  129. Fly.TextStrokeTransparency = 0.5
  130. Fly.TextColor3 = Color3.new(255,255,255)
  131. Fly.Visible = true
  132. Fly.Modal = true
  133.  
  134. local MusicMode = Instance.new("TextButton")
  135. MusicMode.Parent = frame
  136. MusicMode.Position = UDim2.new(0, 0, 0.5, 0)
  137. MusicMode.Size = UDim2.new(1, 0, 0, 50)
  138. MusicMode.BackgroundTransparency = 1
  139. MusicMode.Text = 'Music: OFF'
  140. MusicMode.FontSize = 'Size32'
  141. MusicMode.Font = 'ArialBold'
  142. MusicMode.TextStrokeColor3 = Color3.new(255,0,0)
  143. MusicMode.TextStrokeTransparency = 0.5
  144. MusicMode.TextColor3 = Color3.new(255,255,255)
  145. MusicMode.Visible = true
  146. MusicMode.Modal = true
  147.  
  148. Mouse.KeyDown:connect(function(Key)
  149. if(Key:lower() == "q") then
  150. if Selector.Position == UDim2.new(0, 0, 0.2, 0) then
  151. print('Selector Detceted')
  152. SpeedHackB.Text = 'Perm Speed Hack: ON'
  153. while true do
  154. wait(0.001)
  155. game.Workspace[i].Humanoid.WalkSpeed = 40
  156. end
  157.  
  158. end
  159.  
  160.  
  161.  
  162.  
  163. end
  164. end)
  165.  
  166. Mouse.KeyDown:connect(function(Key)
  167. if(Key:lower() == "q") then
  168. if Selector.Position == UDim2.new(0, 0, 0.5, 0) then
  169. print('Selector Detceted')
  170. MusicMode.Text = 'Music: ON'
  171. local SoundHe = Instance.new("Sound")
  172. SoundHe.Parent = game.Players[i].PlayerGui
  173. SoundHe.SoundId = "rbxassetid://257489832"
  174. SoundHe.Pitch = 1
  175. SoundHe.Volume = 1
  176. SoundHe.Name = "Moosic"
  177. wait(0.001)
  178. SoundHe.Parent = game.Workspace
  179. game.Workspace.Moosic:Play()
  180. end end
  181.  
  182.  
  183.  
  184. end)
  185.  
  186. Mouse.KeyDown:connect(function(Key)
  187. if(Key:lower() == "q") then
  188. if Selector.Position == UDim2.new(0, 0, 0.4, 0) then
  189. print('Selector Detceted')
  190. Fly.Text = 'Perm Fly: ON'
  191.  
  192. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  193. local mouse = game.Players.LocalPlayer:GetMouse()
  194. repeat wait() until mouse
  195. local plr = game.Players.LocalPlayer
  196. local torso = plr.Character.Torso
  197. local flying = true
  198. local deb = true
  199. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  200. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  201. local maxspeed = 50
  202. local speed = 0
  203. function Fly()
  204. local bg = Instance.new("BodyGyro", torso)
  205. bg.P = 9e4
  206. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  207. bg.cframe = torso.CFrame
  208. local bv = Instance.new("BodyVelocity", torso)
  209. bv.velocity = Vector3.new(0,0.1,0)
  210. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  211. repeat wait()
  212. plr.Character.Humanoid.PlatformStand = true
  213. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  214. speed = speed+.5+(speed/maxspeed)
  215. if speed > maxspeed then
  216. speed = maxspeed
  217. end
  218. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  219. speed = speed-1
  220. if speed < 0 then
  221. speed = 0
  222. end
  223. end
  224. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  225. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  226. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  227. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  228. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  229. else
  230. bv.velocity = Vector3.new(0,0.1,0)
  231. end
  232. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  233. until not flying
  234. ctrl = {f = 0, b = 0, l = 0, r = 0}
  235. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  236. speed = 0
  237. bg:Destroy()
  238. bv:Destroy()
  239. plr.Character.Humanoid.PlatformStand = false
  240. end
  241. mouse.KeyDown:connect(function(key)
  242. if key:lower() == "f" then
  243. if flying then flying = false
  244. else
  245. flying = true
  246. Fly()
  247. end
  248. elseif key:lower() == "w" then
  249. ctrl.f = 1
  250. elseif key:lower() == "s" then
  251. ctrl.b = -1
  252. elseif key:lower() == "a" then
  253. ctrl.l = -1
  254. elseif key:lower() == "d" then
  255. ctrl.r = 1
  256. end
  257. end)
  258. mouse.KeyUp:connect(function(key)
  259. if key:lower() == "w" then
  260. ctrl.f = 0
  261. elseif key:lower() == "s" then
  262. ctrl.b = 0
  263. elseif key:lower() == "a" then
  264. ctrl.l = 0
  265. elseif key:lower() == "d" then
  266. ctrl.r = 0
  267. end
  268. end)
  269. Fly()
  270.  
  271.  
  272. end
  273.  
  274.  
  275.  
  276.  
  277. end
  278. end)
  279.  
  280. Mouse.KeyDown:connect(function(Key)
  281. if(Key:lower() == "q") then
  282. if Selector.Position == UDim2.new(0, 0, 0.3, 0) then
  283. print('Selector Detceted')
  284. AimbotScript.Text = 'Perm Aimbot: ON'
  285. _G.HeadSize = 40
  286. _G.HeadOffset = 20
  287. _G.Enabled = true
  288. game:service'RunService'.Stepped:connect(function()
  289. if _G.Enabled then
  290. for i,v in pairs(game:service'Players':GetPlayers()) do
  291. if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
  292. --if v.Name ~= game:service'Players'.LocalPlayer.Name then
  293. pcall(function()
  294. v.Character.Head.CanCollide = false
  295. v.Character.Head.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  296. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,_G.HeadOffset,0)
  297. end)
  298. --end
  299. end
  300. end
  301. end
  302. end)
  303.  
  304.  
  305. end
  306.  
  307.  
  308.  
  309.  
  310. end
  311. end)
  312.  
  313.  
  314. function enter()
  315. Selector:TweenPosition(UDim2.new(0,0,0.3,0),'Out','Quad',0.22)
  316. Hover:Play()
  317. end
  318.  
  319.  
  320. AimbotScript.MouseEnter:connect(enter)
  321.  
  322. function enter()
  323. Selector:TweenPosition(UDim2.new(0,0,0.2,0),'Out','Quad',0.22)
  324. Hover:Play()
  325. end
  326.  
  327.  
  328. SpeedHackB.MouseEnter:connect(enter)
  329.  
  330. function enter()
  331. Selector:TweenPosition(UDim2.new(0,0,0.4,0),'Out','Quad',0.22)
  332. Hover:Play()
  333. end
  334.  
  335.  
  336. Fly.MouseEnter:connect(enter)
  337.  
  338. function enter()
  339. Selector:TweenPosition(UDim2.new(0,0,0.5,0),'Out','Quad',0.22)
  340. Hover:Play()
  341. end
  342.  
  343.  
  344. MusicMode.MouseEnter:connect(enter)
  345.  
  346.  
  347. Mouse.KeyDown:connect(function(Key)
  348. if Key:byte() == 32 then
  349. if frame.Visible == false then
  350. frame.Visible = true
  351. Open:Play()
  352. frame.BackgroundTransparency = 0.9
  353. wait(0.001)
  354. frame.BackgroundTransparency = 0.8
  355. wait(0.001)
  356. frame.BackgroundTransparency = 0.7
  357. wait(0.001)
  358. frame.BackgroundTransparency = 0.6
  359. wait(0.001)
  360. frame.BackgroundTransparency = 0.5
  361. wait(0.001)
  362. elseif frame.Visible == true then
  363. frame.BackgroundTransparency = 0.1
  364. wait(0.001)
  365. frame.BackgroundTransparency = 0.2
  366. wait(0.001)
  367. frame.BackgroundTransparency = 0.3
  368. wait(0.001)
  369. frame.BackgroundTransparency = 0.4
  370. wait(0.001)
  371. frame.BackgroundTransparency = 0.5
  372. wait(0.001)
  373. frame.Visible = false
  374. end
  375. end end)
  376.  
  377. Damage Box-
  378. local Player = game:GetService("Players").LocalPlayer
  379. game:GetService("RunService").Stepped:connect(function()
  380. for i,v in pairs (game:GetService("Players"):GetChildren()) do
  381. if v.TeamColor ~= Player.TeamColor and v.Name ~= Player.Name then
  382. v.Character.HumanoidRootPart.Size = Vector3.new(70,70,70)
  383. v.Character.HumanoidRootPart.Material = "Neon"
  384. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really red")
  385. v.Character.HumanoidRootPart.Transparency = 0.7
  386. elseif v.TeamColor == Player.TeamColor and v.Name ~= Player.Name then
  387. v.Character.HumanoidRootPart.Size = Vector3.new(0,0,0)
  388. v.Character.HumanoidRootPart.Transparency = 1
  389. end
  390. end
  391. end)
Add Comment
Please, Sign In to add comment