takuyahd

Script Ninja Legends Free Gamepasses

Nov 27th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. local gamepasses = {7235693}
  2. for _,v in next, gamepasses do
  3. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  4. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  5. OwO.Name = "Faster Sword"
  6. OwO.Value = tostring(v)
  7. end
  8. end
  9.  
  10. local gamepasses = {7235671}
  11. for _,v in next, gamepasses do
  12. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  13. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  14. OwO.Name = "x2 Ninjitsu"
  15. OwO.Value = tostring(v)
  16. end
  17. end
  18.  
  19. local gamepasses = {7235680}
  20. for _,v in next, gamepasses do
  21. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  22. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  23. OwO.Name = "x2 Speed"
  24. OwO.Value = tostring(v)
  25. end
  26. end
  27.  
  28. local gamepasses = {7235685}
  29. for _,v in next, gamepasses do
  30. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  31. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  32. OwO.Name = "x2 Damage"
  33. OwO.Value = tostring(v)
  34. end
  35. end
  36.  
  37. local gamepasses = {7235688}
  38. for _,v in next, gamepasses do
  39. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  40. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  41. OwO.Name = "x2 Health"
  42. OwO.Value = tostring(v)
  43. end
  44. end
  45.  
  46. local gamepasses = {7235698}
  47. for _,v in next, gamepasses do
  48. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  49. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  50. OwO.Name = "Infinite Ninjitsu"
  51. OwO.Value = tostring(v)
  52. end
  53. end
  54.  
  55. local gamepasses = {7361190}
  56. for _,v in next, gamepasses do
  57. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  58. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  59. OwO.Name = "+20 Capacity"
  60. OwO.Value = tostring(v)
  61. end
  62. end
  63.  
  64. local gamepasses = {7361206}
  65. for _,v in next, gamepasses do
  66. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  67. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  68. OwO.Name = "+60 Capacity"
  69. OwO.Value = tostring(v)
  70. end
  71. end
  72.  
  73. local gamepasses = {7361232}
  74. for _,v in next, gamepasses do
  75. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  76. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  77. OwO.Name = "+4 Pet Slots"
  78. OwO.Value = tostring(v)
  79. end
  80. end
  81.  
  82. local gamepasses = {7442984}
  83. for _,v in next, gamepasses do
  84. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  85. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  86. OwO.Name = "Infinite Ammo"
  87. OwO.Value = tostring(v)
  88. end
  89. end
  90.  
  91. local gamepasses = {7504500}
  92. for _,v in next, gamepasses do
  93. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  94. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  95. OwO.Name = "+100 Capacity"
  96. OwO.Value = tostring(v)
  97. end
  98. end
  99.  
  100. local gamepasses = {7557569}
  101. for _,v in next, gamepasses do
  102. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  103. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  104. OwO.Name = "+200 Capacity"
  105. OwO.Value = tostring(v)
  106. end
  107. end
  108.  
  109. local gamepasses = {7557657}
  110. for _,v in next, gamepasses do
  111. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  112. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  113. OwO.Name = "+2 Pet Slots"
  114. OwO.Value = tostring(v)
  115. end
  116. end
Add Comment
Please, Sign In to add comment