Advertisement
Upscalefanatic3

phantom forces Key Commands OP | ESP,Speed,Music,Aimbot,Fly

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