Advertisement
Guest User

asdasdasdassa

a guest
Dec 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Buớc 1:
  2. local weapon = game.Players.LocalPlayer.Backpack
  3. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  4. if v.Name == "Gryphon" then
  5. v.Parent = game.Players.LocalPlayer
  6. end
  7. end
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. Buớc 2:
  16. local weapon = game.Players.LocalPlayer.Backpack
  17. _G.weapon = true
  18. while _G.weapon do
  19. wait()
  20. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  21. if v.Name == "BlackLeg" then
  22. v.Parent = game.Players.LocalPlayer
  23. end
  24. end
  25. end
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. Buớc 3:
  33. local weapon = game.Players.LocalPlayer.Backpack
  34. _G.weapon = false
  35. while _G.weapon do
  36. wait()
  37. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  38. if v.Name == "BlackLeg" then
  39. v.Parent = game.Players.LocalPlayer
  40. end
  41. end
  42. end
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. Buớc 4:
  52. local weapon = game.Players.LocalPlayer.Backpack
  53. _G.weapon = true
  54. while _G.weapon do
  55. wait()
  56. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  57. if v.Name == "BlackLeg" then
  58. v.Parent = game.Players.LocalPlayer.Backpack
  59. end
  60. end
  61. end
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. Buớc 5
  69. local weapon = game.Players.LocalPlayer.Backpack
  70. _G.weapon = false
  71. while _G.weapon do
  72. wait()
  73. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  74. if v.Name == "BlackLeg" then
  75. v.Parent = game.Players.LocalPlayer.Backpack
  76. end
  77. end
  78. end
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. Buớc 6
  86. local weapon = game.Players.LocalPlayer.Backpack
  87. _G.weapon = true
  88. while _G.weapon do
  89. wait()
  90. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  91. if v.Name == "BlackLeg" then
  92. v.Parent = game.Players.LocalPlayer.Character
  93. end
  94. end
  95. end
  96.  
  97.  
  98.  
  99. Buớc 7:
  100. local weapon = game.Players.LocalPlayer.Backpack
  101. _G.weapon = true
  102. while _G.weapon do
  103. wait(0.1)
  104. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  105. if v.Name == "BlackLeg" then v:Activate() end
  106. end
  107. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement