Advertisement
Guest User

Phantom Forces Aimbot!

a guest
Aug 3rd, 2017
9,582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. --Press E to Invis/Visible Walls,
  2.  
  3. --This Script was showcashed by Arpon Adventure Gamer,
  4.  
  5. --While using the script you can't move,
  6.  
  7. AEnabled = false
  8. Advantage = function(i) if i == true and not game.Lighting:FindFirstChild("Map") then workspace:FindFirstChild("Map").Parent = game.Lighting game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Anchored = true AEnabled = true end if i == false and game.Lighting:FindFirstChild("Map") then game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Anchored = false AEnabled = false game.Lighting:FindFirstChild("Map").Parent = workspace end end
  9. mouse=game.Players.LocalPlayer:GetMouse()
  10. mouse.keyDown:connect(function(key)
  11. if (key) == "e" then
  12. if AEnabled == true then
  13. Advantage(false)
  14. else
  15. Advantage(true)
  16. end
  17. end
  18.  
  19. end)
  20.  
  21. -- Don't Edit the Script if you dont know about lua, Thanks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement