Advertisement
KevinJAme

ตีมอน

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