WorldOfOutlaws

One Piece Milienium ROBLOX

Feb 6th, 2019
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 KB | None | 0 0
  1. -- Script Made By Shiroe
  2. -- GUI Made By AltsMixel
  3.  
  4.  
  5. -- Frame
  6.  
  7. local OPM = Instance.new("ScreenGui")
  8. local Frame = Instance.new("Frame")
  9. local Open = Instance.new("TextButton")
  10. local Main = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local Credit = Instance.new("TextLabel")
  13. local MountainBandit = Instance.new("TextButton")
  14. local BuggyPirate = Instance.new("TextButton")
  15. local BuggyTheClown = Instance.new("TextButton")
  16. local DesertBandit = Instance.new("TextButton")
  17. local Crocodile = Instance.new("TextButton")
  18. local IceMonster = Instance.new("TextButton")
  19. local HakiMonkey = Instance.new("TextButton")
  20. local ViceAdmiral = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22.  
  23. -- About Gui
  24.  
  25. OPM.Name = "OPM"
  26. OPM.Parent = game.CoreGui
  27.  
  28. Frame.Parent = OPM
  29. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Frame.Position = UDim2.new(0.0144230956, 0, 0.489028215, 0)
  31. Frame.Size = UDim2.new(0, 104, 0, 50)
  32. Frame.Style = Enum.FrameStyle.DropShadow
  33.  
  34. Open.Name = "Open"
  35. Open.Parent = Frame
  36. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  37. Open.BorderSizePixel = 0
  38. Open.Position = UDim2.new(0.0263495073, 0, 0.150217295, 0)
  39. Open.Size = UDim2.new(0, 85, 0, 27)
  40. Open.Font = Enum.Font.GothamBlack
  41. Open.Text = "Open"
  42. Open.TextColor3 = Color3.new(1, 1, 1)
  43. Open.TextSize = 16
  44. Open.MouseButton1Down:connect(function()
  45. Main.Visible = true
  46. Frame.Visible = false
  47. end)
  48.  
  49. Main.Name = "Main"
  50. Main.Parent = OPM
  51. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  52. Main.BorderSizePixel = 0
  53. Main.Position = UDim2.new(0.241586536, 0, 0.117554866, 0)
  54. Main.Size = UDim2.new(0, 392, 0, 404)
  55. Main.Visible = false
  56. Main.Style = Enum.FrameStyle.DropShadow
  57. Main.Active = true
  58. Main.Draggable = true
  59.  
  60. -- Title GUI
  61.  
  62. Title.Name = "Title"
  63. Title.Parent = Main
  64. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Title.BorderSizePixel = 0
  66. Title.Position = UDim2.new(-0.040765021, 0, -0.02229953, 0)
  67. Title.Size = UDim2.new(0, 406, 0, 32)
  68. Title.Font = Enum.Font.SciFi
  69. Title.Text = "One Piece Millenium Mobs TP"
  70. Title.TextColor3 = Color3.new(1, 1, 1)
  71. Title.TextSize = 22
  72.  
  73. -- Credits
  74.  
  75. Credit.Name = "Credit"
  76. Credit.Parent = Main
  77. Credit.BackgroundColor3 = Color3.new(0, 0, 0)
  78. Credit.BorderSizePixel = 0
  79. Credit.Position = UDim2.new(-0.040765021, 0, 0.935621321, 0)
  80. Credit.Size = UDim2.new(0, 406, 0, 32)
  81. Credit.Font = Enum.Font.SciFi
  82. Credit.Text = "GUI By AltsMixel | Mobs TP By Shiroe "
  83. Credit.TextColor3 = Color3.new(1, 1, 1)
  84. Credit.TextSize = 22
  85.  
  86. -- Mountain Bandit Script
  87.  
  88. MountainBandit.Name = "Mountain Bandit"
  89. MountainBandit.Parent = Main
  90. MountainBandit.BackgroundColor3 = Color3.new(0, 0, 0)
  91. MountainBandit.BorderSizePixel = 0
  92. MountainBandit.Position = UDim2.new(0.0603933483, 0, 0.130741581, 0)
  93. MountainBandit.Size = UDim2.new(0, 144, 0, 38)
  94. MountainBandit.Font = Enum.Font.GothamSemibold
  95. MountainBandit.Text = "Mountain Bandit"
  96. MountainBandit.TextColor3 = Color3.new(1, 1, 1)
  97. MountainBandit.TextSize = 14
  98. MountainBandit.MouseButton1Down:connect(function()
  99. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  100. if v.Name == "Mountain Bandit" then
  101. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  102. v.HumanoidRootPart.Anchored = true
  103. end
  104. end
  105. end)
  106.  
  107. -- Buggy Pirate Script
  108.  
  109. BuggyPirate.Name = "Buggy Pirate"
  110. BuggyPirate.Parent = Main
  111. BuggyPirate.BackgroundColor3 = Color3.new(0, 0, 0)
  112. BuggyPirate.BorderSizePixel = 0
  113. BuggyPirate.Position = UDim2.new(0.0603933483, 0, 0.346088111, 0)
  114. BuggyPirate.Size = UDim2.new(0, 144, 0, 38)
  115. BuggyPirate.Font = Enum.Font.GothamSemibold
  116. BuggyPirate.Text = "Buggy Pirate"
  117. BuggyPirate.TextColor3 = Color3.new(1, 1, 1)
  118. BuggyPirate.TextSize = 14
  119. BuggyPirate.MouseButton1Down:connect(function()
  120. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  121. if v.Name == "Buggy Pirate" then
  122. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  123. v.HumanoidRootPart.Anchored = true
  124. end
  125. end
  126. end)
  127.  
  128. -- Buggy The Clown Script
  129.  
  130. BuggyTheClown.Name = "Buggy The Clown"
  131. BuggyTheClown.Parent = Main
  132. BuggyTheClown.BackgroundColor3 = Color3.new(0, 0, 0)
  133. BuggyTheClown.BorderSizePixel = 0
  134. BuggyTheClown.Position = UDim2.new(0.0603933483, 0, 0.558959424, 0)
  135. BuggyTheClown.Size = UDim2.new(0, 144, 0, 38)
  136. BuggyTheClown.Font = Enum.Font.GothamSemibold
  137. BuggyTheClown.Text = "Buggy The Clown"
  138. BuggyTheClown.TextColor3 = Color3.new(1, 1, 1)
  139. BuggyTheClown.TextSize = 14
  140. BuggyTheClown.MouseButton1Down:connect(function()
  141. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  142. if v.Name == "Buggy The Clown" then
  143. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  144. v.HumanoidRootPart.Anchored = true
  145. end
  146. end
  147. end)
  148.  
  149. -- Desert Bandit Script
  150.  
  151. DesertBandit.Name = "Desert Bandit"
  152. DesertBandit.Parent = Main
  153. DesertBandit.BackgroundColor3 = Color3.new(0, 0, 0)
  154. DesertBandit.BorderSizePixel = 0
  155. DesertBandit.Position = UDim2.new(0.0603933483, 0, 0.776781201, 0)
  156. DesertBandit.Size = UDim2.new(0, 144, 0, 38)
  157. DesertBandit.Font = Enum.Font.GothamSemibold
  158. DesertBandit.Text = "Desert Bandit"
  159. DesertBandit.TextColor3 = Color3.new(1, 1, 1)
  160. DesertBandit.TextSize = 14
  161. DesertBandit.MouseButton1Down:connect(function()
  162. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  163. if v.Name == "Desert Bandit" then
  164. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  165. v.HumanoidRootPart.Anchored = true
  166. end
  167. end
  168. end)
  169.  
  170. -- Crocodile Script
  171.  
  172. Crocodile.Name = "Crocodile"
  173. Crocodile.Parent = Main
  174. Crocodile.BackgroundColor3 = Color3.new(0, 0, 0)
  175. Crocodile.BorderSizePixel = 0
  176. Crocodile.Position = UDim2.new(0.557842314, 0, 0.776781201, 0)
  177. Crocodile.Size = UDim2.new(0, 144, 0, 38)
  178. Crocodile.Font = Enum.Font.GothamSemibold
  179. Crocodile.Text = "Crocodile"
  180. Crocodile.TextColor3 = Color3.new(1, 1, 1)
  181. Crocodile.TextSize = 14
  182. Crocodile.MouseButton1Down:connect(function()
  183. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  184. if v.Name == "Crocodile" then
  185. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  186. v.HumanoidRootPart.Anchored = true
  187. end
  188. end
  189. end)
  190.  
  191. -- Ice Monster Script
  192.  
  193. IceMonster.Name = "Ice Monster"
  194. IceMonster.Parent = Main
  195. IceMonster.BackgroundColor3 = Color3.new(0, 0, 0)
  196. IceMonster.BorderSizePixel = 0
  197. IceMonster.Position = UDim2.new(0.557842314, 0, 0.56638515, 0)
  198. IceMonster.Size = UDim2.new(0, 144, 0, 38)
  199. IceMonster.Font = Enum.Font.GothamSemibold
  200. IceMonster.Text = "Ice Monster"
  201. IceMonster.TextColor3 = Color3.new(1, 1, 1)
  202. IceMonster.TextSize = 14
  203. IceMonster.MouseButton1Down:connect(function()
  204. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  205. if v.Name == "Ice Monster" then
  206. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  207. v.HumanoidRootPart.Anchored = true
  208. end
  209. end
  210. end)
  211.  
  212. -- Haki Monkey Script
  213.  
  214. HakiMonkey.Name = "Haki Monkey"
  215. HakiMonkey.Parent = Main
  216. HakiMonkey.BackgroundColor3 = Color3.new(0, 0, 0)
  217. HakiMonkey.BorderSizePixel = 0
  218. HakiMonkey.Position = UDim2.new(0.557842314, 0, 0.34361288, 0)
  219. HakiMonkey.Size = UDim2.new(0, 144, 0, 38)
  220. HakiMonkey.Font = Enum.Font.GothamSemibold
  221. HakiMonkey.Text = "Haki Monkey"
  222. HakiMonkey.TextColor3 = Color3.new(1, 1, 1)
  223. HakiMonkey.TextSize = 14
  224. HakiMonkey.MouseButton1Down:connect(function()
  225. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  226. if v.Name == "Haki Monkey" then
  227. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  228. v.HumanoidRootPart.Anchored = true
  229. end
  230. end
  231. end)
  232.  
  233. -- Vice-Admiral Script
  234.  
  235. ViceAdmiral.Name = "Vice-Admiral"
  236. ViceAdmiral.Parent = Main
  237. ViceAdmiral.BackgroundColor3 = Color3.new(0, 0, 0)
  238. ViceAdmiral.BorderSizePixel = 0
  239. ViceAdmiral.Position = UDim2.new(0.557842314, 0, 0.128266335, 0)
  240. ViceAdmiral.Size = UDim2.new(0, 144, 0, 38)
  241. ViceAdmiral.Font = Enum.Font.GothamSemibold
  242. ViceAdmiral.Text = "Vice-Admiral"
  243. ViceAdmiral.TextColor3 = Color3.new(1, 1, 1)
  244. ViceAdmiral.TextSize = 14
  245. ViceAdmiral.MouseButton1Down:connect(function()
  246. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  247. if v.Name == "Vice-Admiral" then
  248. v.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  249. v.HumanoidRootPart.Anchored = true
  250. end
  251. end
  252. end)
  253.  
  254. -- Close
  255.  
  256. Close.Name = "Close"
  257. Close.Parent = Main
  258. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  259. Close.BorderSizePixel = 0
  260. Close.Position = UDim2.new(0.938187897, 0, -0.0230232105, 0)
  261. Close.Size = UDim2.new(0, 38, 0, 32)
  262. Close.Font = Enum.Font.GothamBold
  263. Close.Text = "X"
  264. Close.TextColor3 = Color3.new(1, 1, 1)
  265. Close.TextSize = 20
  266. Close.MouseButton1Down:connect(function()
  267. Frame.Visible = true
  268. Main.Visible = false
  269. end)
  270.  
  271. -- End
Add Comment
Please, Sign In to add comment