Guest User

Phantom forces script

a guest
Jan 4th, 2020
58,801
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. RUN THIS IN MENU
  2. CODE:
  3. local getrawmetatable = getrawmetatable or debug.getmetatable
  4. local make_writeable = make_writeable or setreadonly or changereadonly or change_writeable
  5. make_writeable(getrawmetatable(game), false)
  6. local backup = getrawmetatable(game).__namecall
  7. getrawmetatable(game).__namecall = function(u, ...)
  8. local m = ({...})[select('#', ...)]
  9. local packed = {...}
  10. local a = {}
  11. for i = 1, #packed - 1 do
  12. a[i] = packed[i]
  13. end
  14.  
  15.  
  16.  
  17.  
  18. RUN THIS WHEN DEPLOYED:
  19.  
  20. Code:
  21. local Move = game.Workspace.Map
  22. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  23. local Players = game:GetService("Players")
  24. local mouse = Players.LocalPlayer:GetMouse()
  25. local a = false
  26.  
  27. mouse.KeyDown:Connect(function(key)
  28. if key == "e" then
  29. if a == false then
  30. Move.Parent = ReplicatedStorage
  31. Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  32.  
  33.  
  34.  
  35. PRESS E AFTER YOU SPAWN AND RAN THE SCRIPT ABOVE! (Toggle)
Advertisement
Add Comment
Please, Sign In to add comment