FurkyYT

One piece Milennium OP gui

Jan 26th, 2019
6,200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. --OPM Destroyer by lolresi(V3rmillion) or (disc) thosefryers#0513.
  2. --Big credits to FunTrat0r and cyclically
  3. wait()
  4.  
  5. local plr = game.Players.LocalPlayer
  6. local rplr = plr.Character
  7. local plrgui = plr.PlayerGui
  8. local mouse = plr:GetMouse()
  9. math.randomseed(tick())
  10.  
  11. game:GetService("StarterGui"):SetCore("SendNotification",{
  12. Title = "Successfully executed!",
  13. Text = "OPM Destroyer loaded & ready - Remember to vouch!",
  14. Duration = 6,
  15. })
  16.  
  17.  
  18. pcall(function()
  19. game.ReplicatedStorage.RemoteEvents.Admin:Destroy()
  20. game.ReplicatedStorage:FindFirstChildOfClass("RemoteEvent"):Remove()
  21.  
  22. if game.Players.LocalPlayer.PlayerValues:FindFirstChild("Banned")then
  23. game.Players.LocalPlayer.PlayerValues.Banned:Destroy()
  24. game:GetService("StarterGui"):SetCore("SendNotification",{
  25. Title = "OPM Killer",
  26. Text = "Ban prevention activated.",
  27. Duration = 4,
  28. })
  29. end
  30.  
  31. local opm = game.ReplicatedStorage.RemoteEvents.OnePieceM
  32. opm:Destroy()
  33. game:GetService("Players").LocalPlayer.PlayerGui.Ocean.SwimmingScript:Destroy()
  34. game:GetService("Players").LocalPlayer.PlayerGui.LocalUpdater:Destroy()
  35. game:GetService("Players").LocalPlayer.PlayerGui.Ocean.UnderwaterOverlayScript:Destroy()
  36. game.StarterGui.Ocean.UnderwaterOverlayScript:Destroy()
  37. game.StarterGui.Ocean.SwimmingScript:Destroy()
  38. local opm2 = game.ReplicatedStorage.RemoteEvents.OnePieceM
  39. opm2:Destroy()
  40. warn("Security destroyed.")
  41.  
  42.  
  43. --auto remove fake chest
  44. spawn(function()
  45. while true do
  46. for i,v in pairs (workspace.Chests:GetChildren()) do
  47. if v.Name == "Chest" then
  48. if not v:FindFirstChild("Value") then
  49. v:Destroy()
  50. end
  51. end
  52. end
  53. wait(0.1)
  54. end
  55. end)
  56. end) --end for pcall
  57.  
  58. local uis = game:GetService("UserInputService")
  59. uis.InputBegan:Connect(function(input)
  60. if input.KeyCode == Enum.KeyCode.T then
  61. if mouse.Target then
  62. plr.Character.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.x,mouse.Hit.y+5,mouse.Hit.z)
  63. end
  64. end
  65. end)
  66.  
  67. game:GetService("StarterGui"):SetCore("SendNotification",{
  68. Title = "OPM Killer",
  69. Text = "Automatic fake chest destroyer activated.",
  70. Duration = 4,
  71. })
  72.  
  73. --GUI's
  74. local mgui = Instance.new("ScreenGui", plrgui)
  75. mgui.Enabled = true
  76. mgui.ResetOnSpawn = false
  77. local mframe = Instance.new("ImageLabel", mgui)
  78. mframe.BackgroundTransparency = 1
  79. mframe.BackgroundColor3 = Color3.fromRGB(45,45,45)
  80. mframe.Position = UDim2.new(0.5, -120,0.5, -156)
  81. mframe.Size = UDim2.new(0, 240,0, 313)
  82. mframe.Active = true
  83. mframe.Selectable = true
  84. pcall(function()
  85. mframe.Draggable = true
  86. end)
  87. mframe.Image = 'rbxassetid://2260429633'
  88. mframe.ImageColor3 = Color3.fromRGB(35, 35, 35)
  89. mframe.ScaleType = Enum.ScaleType.Slice
  90. mframe.SliceCenter = Rect.new(12,12,13,13)
  91. mframe.SliceScale = 1
  92.  
  93. local title = Instance.new("TextLabel", mframe)
  94. title.BackgroundTransparency = 1
  95. title.Position = UDim2.new(0,0,0,0)
  96. title.Size = UDim2.new(0,240,0,44)
  97. title.TextScaled = true
  98. title.Font = Enum.Font.SourceSansLight
  99. title.Text = "One Piece Millenium Destroyer"
  100. title.TextColor3 = Color3.fromRGB(255,170,0)
  101.  
  102. local cred = Instance.new("TextLabel", mframe)
  103. cred.TextScaled = true
  104. cred.BackgroundTransparency = 1
  105. cred.Position = UDim2.new(0, 0,0.912, 0)
  106. cred.Size = UDim2.new(0, 240,0, 34)
  107. cred.Font = Enum.Font.SourceSansLight
  108. cred.TextColor3 = Color3.fromRGB(255,170,0)
  109. cred.Text = "made by lolresi on V3rm/thosefryers#0513"
  110.  
  111. local line1 = Instance.new("Frame", mframe)
  112. line1.BackgroundTransparency = 0
  113. line1.BackgroundColor3 = Color3.fromRGB(255,170,0)
  114. line1.Position = UDim2.new(0,0,0.142,0)
  115. line1.Size = UDim2.new(0,240,0,1)
  116.  
  117. local line2 = Instance.new("Frame", mframe)
  118. line2.BackgroundTransparency = 0
  119. line2.BackgroundColor3 = Color3.fromRGB(255,170,0)
  120. line2.Position = UDim2.new(0.517,0,0.164,0)
  121. line2.Size = UDim2.new(0,1,0,228)
  122.  
  123. local srvlag = Instance.new("TextButton", mframe)
  124. srvlag.Name = "def"
  125. local skyp = Instance.new("TextButton", mframe)
  126. skyp.Name = "skypiean"
  127. local lock = Instance.new("TextButton", mframe)
  128. lock.Name = "lock"
  129. local yeti = Instance.new("TextButton", mframe)
  130. yeti.Name = "yeti"
  131. local strength = Instance.new("TextButton", mframe)
  132. strength.Name = "streng"
  133. local rj = Instance.new("TextButton", mframe)
  134. rj.Name = "rj"
  135. local chest = Instance.new("TextButton", mframe)
  136. chest.Name = "chest"
  137. local fruit = Instance.new("TextButton", mframe)
  138. fruit.Name = "fruit"
  139.  
  140. local ui = {srvlag,skyp,lock,yeti,strength,rj,chest,fruit}
  141.  
  142. for i = 1, #ui do
  143. ui[i].BackgroundColor3 = Color3.fromRGB(255,170,0)
  144. ui[i].BackgroundTransparency = 0
  145. ui[i].BorderSizePixel = 3
  146. ui[i].Size = UDim2.new(0,99,0,28)
  147. ui[i].Font = Enum.Font.Gotham
  148. ui[i].TextScaled = true
  149.  
  150. end
  151.  
  152. srvlag.Text = "Mass Server Lag"
  153. srvlag.Position = UDim2.new(0.553, 0,0.406, 0)
  154.  
  155. skyp.Text = "Spawn Skypiean"
  156. skyp.Position = UDim2.new(0.553, 0,0.732, 0)
  157.  
  158. lock.Text = "SLock"
  159. lock.Position = UDim2.new(0.037, 0,0.732, 0)
  160.  
  161. yeti.Text = "Spawn Yeti"
  162. yeti.Position = UDim2.new(0.553, 0,0.23, 0)
  163.  
  164. strength.Text = "Farm Strength"
  165. strength.Position = UDim2.new(0.553, 0,0.575, 0)
  166.  
  167. rj.Text = "Rejoin"
  168. rj.Position = UDim2.new(0.037, 0,0.406, 0)
  169.  
  170. chest.Text = "TP All Chest"
  171. chest.Position = UDim2.new(0.037, 0,0.575, 0)
  172.  
  173. fruit.Text = "TP Fruits/Books"
  174. fruit.Position = UDim2.new(0.037, 0,0.23, 0)
  175.  
  176.  
  177. lock.MouseButton1Click:Connect(function()
  178. game.Workspace.Other.VIPServer.Value = true
  179. game.Workspace.Other.Snow.Value = false
  180. warn("Joinable server destroyed!")
  181.  
  182. end)
  183.  
  184. local chfl = game.Workspace.Chests
  185. warn("if no chests appear thats because there are no chests right now of value")
  186. chest.MouseButton1Click:Connect(function()
  187.  
  188. for i,v in pairs(chfl:GetChildren()) do
  189. if v.Name == 'Chest' then
  190. local cfr = rplr.HumanoidRootPart.CFrame
  191. v.CFrame = cfr
  192. wait(0.1)
  193. end
  194. end
  195. end)
  196.  
  197. yeti.MouseButton1Click:Connect(function()
  198. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  199. if v.Name == "Yeti" then
  200. v.HumanoidRootPart.CFrame = rplr.HumanoidRootPart.CFrame + rplr.HumanoidRootPart.CFrame.lookVector * 2
  201. v.HumanoidRootPart.Anchored = true
  202. warn("Spawned Yeti.")
  203. end
  204. end
  205. end)
  206.  
  207. skyp.MouseButton1Click:Connect(function()
  208. for i,v in pairs(game.Workspace.Enemys:GetChildren()) do
  209. if v.Name == "Skypiean" then
  210. v.HumanoidRootPart.CFrame = rplr.HumanoidRootPart.CFrame + rplr.HumanoidRootPart.CFrame.lookVector * 2
  211. v.HumanoidRootPart.Anchored = true
  212. warn("Spawned skypiean.")
  213. end
  214. end
  215. end)
  216.  
  217.  
  218. strength.MouseButton1Click:Connect(function()
  219. warn("Sorry, adding toggle soon.")
  220. spawn(function()
  221. while true do
  222. local Event = game:GetService("ReplicatedStorage").RemoteEvents.CombatBase
  223. Event:FireServer()
  224. wait()
  225. end
  226. end)
  227.  
  228. end)
  229.  
  230.  
  231. fruit.MouseButton1Click:Connect(function()
  232. warn("If you arent teleported anywhere that means there are no books or fruits.")
  233. local plr = rplr.HumanoidRootPart
  234. for i,v in pairs (workspace:GetDescendants()) do
  235. if v.Name == ('Handle') and v:FindFirstChild('TouchInterest') then
  236. plr.CFrame= v.CFrame+Vector3.new(math.random(-20,20),0,math.random(-20,20))
  237. end
  238. end
  239. end)
  240.  
  241. rj.MouseButton1Click:Connect(function()
  242. game:GetService("TeleportService"):Teleport(2701169630)
  243. end)
  244.  
  245. srvlag.MouseButton1Click:Connect(function()
  246. pcall(function()
  247. game:GetService("RunService").RenderStepped:Connect(function()
  248. warn("Oh! Alright we're mass lagging everyone now!")
  249. local evnts = game.ReplicatedStorage.RemoteEvents
  250. for i = 1, 100 do
  251. local m = Instance.new("Animation")
  252. m.AnimationId = math.random()
  253. plr.Character.Humanoid:LoadAnimation(m):Play()
  254. m:Destroy()
  255. end
  256. wait()
  257. end)
  258. end)
  259. end)
Add Comment
Please, Sign In to add comment