Advertisement
Guest User

One Piece Milennium Bring NPCS

a guest
Jan 23rd, 2019
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Gui = Instance.new("Frame")
  6. local Bandit = Instance.new("Frame")
  7. local Bandit_2 = Instance.new("TextButton")
  8. local DesertBandit = Instance.new("Frame")
  9. local DesertBandit_2 = Instance.new("TextButton")
  10. local NOOB = Instance.new("TextLabel")
  11. local Monkey = Instance.new("Frame")
  12. local Monkey_2 = Instance.new("TextButton")
  13. local Revolutionary = Instance.new("Frame")
  14. local Revolutionary_2 = Instance.new("TextButton")
  15. local BuggyPirate = Instance.new("Frame")
  16. local BuggyPirate_2 = Instance.new("TextButton")
  17. local IceMonster = Instance.new("Frame")
  18. local IceMonster_2 = Instance.new("TextButton")
  19. local Extra = Instance.new("TextLabel")
  20. local Top = Instance.new("Frame")
  21. local BuggyBoss = Instance.new("TextButton")
  22. local Crocodile = Instance.new("TextButton")
  23. local ViceAdmiral = Instance.new("TextButton")
  24. local Yeti = Instance.new("Frame")
  25. local Yeti_2 = Instance.new("TextButton")
  26. local X = Instance.new("TextButton")
  27. --Properties:
  28. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29.  
  30. Gui.Name = "Gui"
  31. Gui.Parent = ScreenGui
  32. Gui.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  33. Gui.BackgroundTransparency = 0.34999999403954
  34. Gui.Position = UDim2.new(0.103960402, 0, 0.325740308, 0)
  35. Gui.Size = UDim2.new(0, 368, 0, 166)
  36.  
  37. Bandit.Name = "Bandit"
  38. Bandit.Parent = Gui
  39. Bandit.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Bandit.BackgroundTransparency = 0.34999999403954
  41. Bandit.Position = UDim2.new(0.0374515951, 0, 0.0693251193, 0)
  42. Bandit.Size = UDim2.new(0, 113, 0, 27)
  43.  
  44. Bandit_2.Name = "Bandit"
  45. Bandit_2.Parent = Gui
  46. Bandit_2.Active = false
  47. Bandit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Bandit_2.Position = UDim2.new(0.054347869, 0, 0.096385546, 0)
  49. Bandit_2.Size = UDim2.new(0, 100, 0, 17)
  50. Bandit_2.Font = Enum.Font.SourceSans
  51. Bandit_2.Text = "Bandit"
  52. Bandit_2.TextColor3 = Color3.new(0, 0, 0)
  53. Bandit_2.TextSize = 14
  54. Bandit_2.MouseButton1Click:connect(function()
  55. for _,v in pairs(game.Workspace:GetDescendants()) do
  56. if string.find(v.Name, "Mountain Bandit") and v:FindFirstChild("HumanoidRootPart") then
  57. v:FindFirstChild("HumanoidRootPart").Anchored = true
  58. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  59. end
  60. end
  61. end)
  62.  
  63.  
  64. DesertBandit.Name = "Desert Bandit"
  65. DesertBandit.Parent = Gui
  66. DesertBandit.BackgroundColor3 = Color3.new(1, 1, 1)
  67. DesertBandit.BackgroundTransparency = 0.34999999403954
  68. DesertBandit.Position = UDim2.new(0.662451625, 0, 0.0693251193, 0)
  69. DesertBandit.Size = UDim2.new(0, 113, 0, 27)
  70.  
  71. DesertBandit_2.Name = "Desert Bandit"
  72. DesertBandit_2.Parent = Gui
  73. DesertBandit_2.Active = false
  74. DesertBandit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  75. DesertBandit_2.Position = UDim2.new(0.679347873, 0, 0.096385546, 0)
  76. DesertBandit_2.Size = UDim2.new(0, 100, 0, 17)
  77. DesertBandit_2.Font = Enum.Font.SourceSans
  78. DesertBandit_2.Text = "Desert Bandit"
  79. DesertBandit_2.TextColor3 = Color3.new(0, 0, 0)
  80. DesertBandit_2.TextSize = 14
  81. DesertBandit_2.MouseButton1Click:connect(function()
  82. for _,v in pairs(game.Workspace:GetDescendants()) do
  83. if string.find(v.Name, "Desert Bandit") and v:FindFirstChild("HumanoidRootPart") then
  84. v:FindFirstChild("HumanoidRootPart").Anchored = true
  85. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  86. end
  87. end
  88. end)
  89.  
  90. NOOB.Name = "Skroob"
  91. NOOB.Parent = Gui
  92. NOOB.Active = false
  93. NOOB.BackgroundColor3 = Color3.new(1, 1, 1)
  94. NOOB.BackgroundTransparency = 0.89999997615814
  95. NOOB.Position = UDim2.new(0.445652187, 0, 0, 0)
  96. NOOB.Size = UDim2.new(0, 39, 0, 166)
  97. NOOB.Font = Enum.Font.SourceSans
  98. NOOB.Text = "Skroob"
  99. NOOB.TextColor3 = Color3.new(0.972549, 0.768628, 0.529412)
  100. NOOB.TextSize = 14
  101.  
  102. Monkey.Name = "Monkey"
  103. Monkey.Parent = Gui
  104. Monkey.BackgroundColor3 = Color3.new(1, 1, 1)
  105. Monkey.BackgroundTransparency = 0.34999999403954
  106. Monkey.Position = UDim2.new(0.0374515951, 0, 0.334385365, 0)
  107. Monkey.Size = UDim2.new(0, 113, 0, 27)
  108.  
  109. Monkey_2.Name = "Monkey"
  110. Monkey_2.Parent = Gui
  111. Monkey_2.Active = false
  112. Monkey_2.BackgroundColor3 = Color3.new(1, 1, 1)
  113. Monkey_2.Position = UDim2.new(0.054347869, 0, 0.361445785, 0)
  114. Monkey_2.Size = UDim2.new(0, 100, 0, 17)
  115. Monkey_2.Font = Enum.Font.SourceSans
  116. Monkey_2.Text = "Monkey"
  117. Monkey_2.TextColor3 = Color3.new(0, 0, 0)
  118. Monkey_2.TextSize = 14
  119. Monkey_2.MouseButton1Click:connect(function()
  120. for _,v in pairs(game.Workspace:GetDescendants()) do
  121. if string.find(v.Name, "Haki Monkey") and v:FindFirstChild("HumanoidRootPart") then
  122. v:FindFirstChild("HumanoidRootPart").Anchored = true
  123. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  124. end
  125. end
  126. end)
  127.  
  128. Revolutionary.Name = "Revolutionary"
  129. Revolutionary.Parent = Gui
  130. Revolutionary.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Revolutionary.BackgroundTransparency = 0.34999999403954
  132. Revolutionary.Position = UDim2.new(0.0374515951, 0, 0.611493826, 0)
  133. Revolutionary.Size = UDim2.new(0, 113, 0, 27)
  134.  
  135. Revolutionary_2.Name = "Revolutionary"
  136. Revolutionary_2.Parent = Gui
  137. Revolutionary_2.Active = false
  138. Revolutionary_2.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Revolutionary_2.Position = UDim2.new(0.054347869, 0, 0.638554215, 0)
  140. Revolutionary_2.Size = UDim2.new(0, 100, 0, 17)
  141. Revolutionary_2.Font = Enum.Font.SourceSans
  142. Revolutionary_2.Text = "Revolutionary"
  143. Revolutionary_2.TextColor3 = Color3.new(0, 0, 0)
  144. Revolutionary_2.TextSize = 14
  145. Revolutionary_2.MouseButton1Click:connect(function()
  146. for _,v in pairs(game.Workspace:GetDescendants()) do
  147. if string.find(v.Name, "Revolutionary Troop") and v:FindFirstChild("HumanoidRootPart") then
  148. v:FindFirstChild("HumanoidRootPart").Anchored = true
  149. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  150. end
  151. end
  152. end)
  153.  
  154. BuggyPirate.Name = "Buggy Pirate"
  155. BuggyPirate.Parent = Gui
  156. BuggyPirate.BackgroundColor3 = Color3.new(1, 1, 1)
  157. BuggyPirate.BackgroundTransparency = 0.34999999403954
  158. BuggyPirate.Position = UDim2.new(0.662451625, 0, 0.328361303, 0)
  159. BuggyPirate.Size = UDim2.new(0, 113, 0, 27)
  160.  
  161. BuggyPirate_2.Name = "Buggy Pirate"
  162. BuggyPirate_2.Parent = Gui
  163. BuggyPirate_2.Active = false
  164. BuggyPirate_2.BackgroundColor3 = Color3.new(1, 1, 1)
  165. BuggyPirate_2.Position = UDim2.new(0.679347873, 0, 0.361445785, 0)
  166. BuggyPirate_2.Size = UDim2.new(0, 100, 0, 17)
  167. BuggyPirate_2.Font = Enum.Font.SourceSans
  168. BuggyPirate_2.Text = "Buggy Pirate"
  169. BuggyPirate_2.TextColor3 = Color3.new(0, 0, 0)
  170. BuggyPirate_2.TextSize = 14
  171. BuggyPirate_2.MouseButton1Click:connect(function()
  172. for _,v in pairs(game.Workspace:GetDescendants()) do
  173. if string.find(v.Name, "Buggy Pirate") and v:FindFirstChild("HumanoidRootPart") then
  174. v:FindFirstChild("HumanoidRootPart").Anchored = true
  175. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  176. end
  177. end
  178.  
  179. end)
  180.  
  181. IceMonster.Name = "Ice Monster"
  182. IceMonster.Parent = Gui
  183. IceMonster.BackgroundColor3 = Color3.new(1, 1, 1)
  184. IceMonster.BackgroundTransparency = 0.34999999403954
  185. IceMonster.Position = UDim2.new(0.659734249, 0, 0.605469704, 0)
  186. IceMonster.Size = UDim2.new(0, 113, 0, 27)
  187.  
  188. IceMonster_2.Name = "Ice Monster"
  189. IceMonster_2.Parent = Gui
  190. IceMonster_2.Active = false
  191. IceMonster_2.BackgroundColor3 = Color3.new(1, 1, 1)
  192. IceMonster_2.Position = UDim2.new(0.676630497, 0, 0.632530093, 0)
  193. IceMonster_2.Size = UDim2.new(0, 100, 0, 17)
  194. IceMonster_2.Font = Enum.Font.SourceSans
  195. IceMonster_2.Text = "Ice Monster"
  196. IceMonster_2.TextColor3 = Color3.new(0, 0, 0)
  197. IceMonster_2.TextSize = 14
  198. IceMonster_2.MouseButton1Click:connect(function()
  199. for _,v in pairs(game.Workspace:GetDescendants()) do
  200. if string.find(v.Name, "Ice Monster") and v:FindFirstChild("HumanoidRootPart") then
  201. v:FindFirstChild("HumanoidRootPart").Anchored = true
  202. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  203. end
  204. end
  205. end)
  206.  
  207.  
  208. Extra.Name = "Extra"
  209. Extra.Parent = Gui
  210. Extra.Active = false
  211. Extra.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  212. Extra.BackgroundTransparency = 0.40000000596046
  213. Extra.Position = UDim2.new(0.285326123, 0, -0.3493976, 0)
  214. Extra.Size = UDim2.new(0, 157, 0, 20)
  215. Extra.Font = Enum.Font.SourceSans
  216. Extra.Text = "Extra"
  217. Extra.TextColor3 = Color3.new(0, 0, 0)
  218. Extra.TextSize = 14
  219.  
  220. Top.Name = "Top"
  221. Top.Parent = Gui
  222. Top.Active = false
  223. Top.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  224. Top.BackgroundTransparency = 0.5
  225. Top.Position = UDim2.new(0, 0, -0.228915662, 0)
  226. Top.Size = UDim2.new(0, 368, 0, 38)
  227.  
  228. BuggyBoss.Name = "Buggy Boss"
  229. BuggyBoss.Parent = Gui
  230. BuggyBoss.Active = false
  231. BuggyBoss.BackgroundColor3 = Color3.new(1, 1, 1)
  232. BuggyBoss.Position = UDim2.new(0.0733695626, 0, -0.1746988, 0)
  233. BuggyBoss.Size = UDim2.new(0, 86, 0, 20)
  234. BuggyBoss.Font = Enum.Font.SourceSans
  235. BuggyBoss.Text = "Buggy Boss"
  236. BuggyBoss.TextColor3 = Color3.new(0, 0, 0)
  237. BuggyBoss.TextSize = 14
  238. BuggyBoss.MouseButton1Click:connect(function()
  239. for _,v in pairs(game.Workspace:GetDescendants()) do
  240. if string.find(v.Name, "Buggy The Clown") and v:FindFirstChild("HumanoidRootPart") then
  241. v:FindFirstChild("HumanoidRootPart").Anchored = true
  242. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  243. end
  244. end
  245. end)
  246.  
  247.  
  248. Crocodile.Name = "Crocodile"
  249. Crocodile.Parent = Gui
  250. Crocodile.Active = false
  251. Crocodile.BackgroundColor3 = Color3.new(1, 1, 1)
  252. Crocodile.Position = UDim2.new(0.380434781, 0, -0.1746988, 0)
  253. Crocodile.Size = UDim2.new(0, 86, 0, 20)
  254. Crocodile.Font = Enum.Font.SourceSans
  255. Crocodile.Text = "Crocodile"
  256. Crocodile.TextColor3 = Color3.new(0, 0, 0)
  257. Crocodile.TextSize = 14
  258. Crocodile.MouseButton1Click:connect(function()
  259. for _,v in pairs(game.Workspace:GetDescendants()) do
  260. if string.find(v.Name, "Crocodile") and v:FindFirstChild("HumanoidRootPart") then
  261. v:FindFirstChild("HumanoidRootPart").Anchored = true
  262. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  263. end
  264. end
  265. end)
  266.  
  267.  
  268. ViceAdmiral.Name = "Vice Admiral"
  269. ViceAdmiral.Parent = Gui
  270. ViceAdmiral.Active = false
  271. ViceAdmiral.BackgroundColor3 = Color3.new(1, 1, 1)
  272. ViceAdmiral.Position = UDim2.new(0.698369622, 0, -0.1746988, 0)
  273. ViceAdmiral.Size = UDim2.new(0, 86, 0, 20)
  274. ViceAdmiral.Font = Enum.Font.SourceSans
  275. ViceAdmiral.Text = "Vice Admiral"
  276. ViceAdmiral.TextColor3 = Color3.new(0, 0, 0)
  277. ViceAdmiral.TextSize = 14
  278. ViceAdmiral.MouseButton1Click:connect(function()
  279. for _,v in pairs(game.Workspace:GetDescendants()) do
  280. if string.find(v.Name, "Vice--Admiral") and v:FindFirstChild("HumanoidRootPart") then
  281. v:FindFirstChild("HumanoidRootPart").Anchored = true
  282. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  283. end
  284. end
  285. end)
  286.  
  287. Yeti.Name = "Yeti"
  288. Yeti.Parent = Gui
  289. Yeti.BackgroundColor3 = Color3.new(1, 1, 1)
  290. Yeti.BackgroundTransparency = 0.34999999403954
  291. Yeti.Position = UDim2.new(0.361413002, 0, 0.855421662, 0)
  292. Yeti.Size = UDim2.new(0, 101, 0, 24)
  293.  
  294. Yeti_2.Name = "Yeti"
  295. Yeti_2.Parent = Gui
  296. Yeti_2.Active = false
  297. Yeti_2.BackgroundColor3 = Color3.new(1, 1, 1)
  298. Yeti_2.Position = UDim2.new(0.361413032, 0, 0.891566277, 0)
  299. Yeti_2.Size = UDim2.new(0, 101, 0, 12)
  300. Yeti_2.Font = Enum.Font.SourceSans
  301. Yeti_2.Text = "Yeti"
  302. Yeti_2.TextColor3 = Color3.new(0, 0, 0)
  303. Yeti_2.TextSize = 14
  304. Yeti_2.MouseButton1Click:connect(function()
  305. for _,v in pairs(game.Workspace:GetDescendants()) do
  306. if string.find(v.Name, "Yeti") and v:FindFirstChild("HumanoidRootPart") then
  307. v:FindFirstChild("HumanoidRootPart").Anchored = true
  308. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-2)
  309. end
  310. end
  311. end)
  312.  
  313. X.Name = "X"
  314. X.Parent = ScreenGui
  315. X.BackgroundColor3 = Color3.new(1, 1, 1)
  316. X.BackgroundTransparency = 0.34999999403954
  317. X.Position = UDim2.new(0, 0, 0.933940768, 0)
  318. X.Size = UDim2.new(0, 65, 0, 29)
  319. X.Font = Enum.Font.SourceSans
  320. X.Text = "Open/Close"
  321. X.TextColor3 = Color3.new(0, 0, 0)
  322. X.TextSize = 14
  323. -- Scripts:
  324. function SCRIPT_OTIT66_FAKESCRIPT() -- X.LocalScript
  325. local script = Instance.new('LocalScript')
  326. script.Parent = X
  327. local Gui = script.Parent.Parent.Gui
  328. local open = false
  329.  
  330. script.Parent.MouseButton1Click:connect(function()
  331. if Gui.Visible == false then
  332. Gui.Visible = true
  333. else
  334. Gui.Visible = false
  335. end
  336. end)
  337.  
  338.  
  339. end
  340. coroutine.resume(coroutine.create(SCRIPT_OTIT66_FAKESCRIPT))
  341. warn("Gui Made By Xerocas and the person who made the npc script")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement