Advertisement
0905331691aa

Untitled

Dec 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 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 == "Dual Flintlock" 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 == "Dual Flintlock" then
  22. v.Parent = game.Players.LocalPlayer
  23. end
  24. end
  25. end
  26.  
  27. vô load cây kiếm load càng nhìu càng tốt (nhìu quá lag)
  28.  
  29.  
  30.  
  31.  
  32.  
  33. Buớc 3:
  34. local weapon = game.Players.LocalPlayer.Backpack
  35. _G.weapon = false
  36. while _G.weapon do
  37. wait()
  38. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  39. if v.Name == "Dual Flintlock" then
  40. v.Parent = game.Players.LocalPlayer
  41. end
  42. end
  43. end
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. Buớc 4:
  53. local weapon = game.Players.LocalPlayer.Backpack
  54. _G.weapon = true
  55. while _G.weapon do
  56. wait()
  57. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  58. if v.Name == "Dual Flintlock" then
  59. v.Parent = game.Players.LocalPlayer.Backpack
  60. end
  61. end
  62. end
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. Buớc 5
  70. local weapon = game.Players.LocalPlayer.Backpack
  71. _G.weapon = false
  72. while _G.weapon do
  73. wait()
  74. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  75. if v.Name == "Dual Flintlock" then
  76. v.Parent = game.Players.LocalPlayer.Backpack
  77. end
  78. end
  79. end
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. Buớc 6
  87. local weapon = game.Players.LocalPlayer.Backpack
  88. _G.weapon = true
  89. while _G.weapon do
  90. wait()
  91. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  92. if v.Name == "Dual Flintlock" then
  93. v.Parent = game.Players.LocalPlayer.Character
  94. end
  95. end
  96. end
  97.  
  98.  
  99.  
  100. Buớc 7:
  101. local weapon = game.Players.LocalPlayer.Backpack
  102. _G.weapon = true
  103. while _G.weapon do
  104. wait(0.1)
  105. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  106. if v.Name == "Dual Flintlock" then v:Activate() end
  107. end
  108. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement