Advertisement
Guest User

mệt nhân quá (:

a guest
Dec 15th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.Head:Destroy()
  2. game.Players.LocalPlayer.CharacterAppearanceLoaded:connect(function()
  3. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  4. if v.ClassName == "Script" then
  5. v:Destroy()
  6. end
  7. end
  8. end)
  9.  
  10.  
  11.  
  12. local weapon = game.Players.LocalPlayer.Backpack
  13. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  14. if v.Name == "Gryphon" then
  15. v.Parent = game.Players.LocalPlayer
  16. end
  17. end
  18.  
  19.  
  20.  
  21. 2.local weapon = game.Players.LocalPlayer.Backpack
  22. _G.weapon = true
  23. while _G.weapon do
  24. wait()
  25. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  26. if v.Name == "Gryphon" then
  27. v.Parent = game.Players.LocalPlayer
  28. end
  29. end
  30. end
  31.  
  32.  
  33.  
  34. 3.local weapon = game.Players.LocalPlayer.Backpack
  35. _G.weapon = false excute xog r chuyển thành true nhé bọn loz
  36. while _G.weapon do
  37. wait()
  38. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  39. if v.Name == "Gryphon" then
  40. v.Parent = game.Players.LocalPlayer.Backpack
  41. end
  42. end
  43. end
  44.  
  45.  
  46.  
  47. 4.local weapon = game.Players.LocalPlayer.Backpack
  48. _G.weapon = true
  49. while _G.weapon do
  50. wait()
  51. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  52. if v.Name == "Gryphon" then
  53. v.Parent = game.Players.LocalPlayer.Character
  54. end
  55. end
  56. end
  57.  
  58.  
  59. 5.local weapon = game.Players.LocalPlayer.Backpack
  60. _G.weapon = true
  61. while _G.weapon do
  62. wait()
  63. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  64. if v.Name == "Gryphon" then v:Activate() end
  65. end
  66. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement