Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. Phantom Forces wall Script. Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Raw download clone embed print report -Press 'E' to toggle. This script allows you to see through walls and shoot through them k thx bai.
Feb 28th, 2018
Roblox Hacks For Phantom Forces
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Roblox Phantom Forces Wallhack
- --Press 'E' to toggle. This script allows you to see through walls and shoot through them k thx bai
- local Move = game.Workspace.Map local ReplicatedStorage = game:GetService('ReplicatedStorage') local Players = game:GetService('Players') local mouse = Players.LocalPlayer:GetMouse() local a = false mouse.KeyDown:Connect(function(key) if key 'e' then if a false then Move.Parent = ReplicatedStorage Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true a = true elseif a true then Move.Parent = game.Workspace Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false a = false end end end)