Advertisement
FredSyfer

Phantom Forces Njh

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