aassdsafsdaf

One Piece Ultimate v1.3

Nov 15th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 19.42 KB | None | 0 0
  1. local OnePieceUltimatev13 = Instance.new("ScreenGui")
  2. local Main = Instance.new("ImageLabel")
  3. local Top = Instance.new("ImageLabel")
  4. local Exit = Instance.new("TextButton")
  5. local Title = Instance.new("TextLabel")
  6. local Disc = Instance.new("TextLabel")
  7. local WrestlingFarm = Instance.new("TextButton")
  8. local DevilFruitTimer = Instance.new("TextButton")
  9. local TpDevilFruit = Instance.new("TextButton")
  10. local TurnOffFarm = Instance.new("TextButton")
  11. local DevilFruitFarm = Instance.new("TextButton")
  12. local SpamHit = Instance.new("TextButton")
  13. local GodMode = Instance.new("TextButton")
  14. local CoomingSoon = Instance.new("TextButton")
  15. local Open = Instance.new("TextButton")
  16. local Open_Roundify_12px = Instance.new("ImageLabel")
  17. local OpenText = Instance.new("TextLabel")
  18.  
  19. OnePieceUltimatev13.Name = "One Piece Ultimate v1.3"
  20. OnePieceUltimatev13.Parent = game.CoreGui
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = OnePieceUltimatev13
  24. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  25. Main.BackgroundTransparency = 1
  26. Main.Position = UDim2.new(0.335937589, 0, 0.301026225, 0)
  27. Main.Size = UDim2.new(0, 629, 0, 348)
  28. Main.Image = "rbxassetid://2851926732"
  29. Main.ImageColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  30. Main.ImageTransparency = 0.10000000149012
  31. Main.ScaleType = Enum.ScaleType.Slice
  32. Main.SliceCenter = Rect.new(12, 12, 12, 12)
  33. Main.Visible = false
  34. Main.Active = true
  35. Main.Draggable = false
  36.  
  37. Top.Name = "Top"
  38. Top.Parent = Main
  39. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Top.BackgroundTransparency = 1
  41. Top.Position = UDim2.new(0.0276075229, 0, 0.0469284952, 0)
  42. Top.Size = UDim2.new(0, 593, 0, 315)
  43. Top.Image = "rbxassetid://2851926732"
  44. Top.ImageColor3 = Color3.new(0, 1, 1)
  45. Top.ScaleType = Enum.ScaleType.Slice
  46. Top.SliceCenter = Rect.new(12, 12, 12, 12)
  47.  
  48. Exit.Name = "Exit"
  49. Exit.Parent = Top
  50. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  51. Exit.BackgroundTransparency = 1
  52. Exit.Position = UDim2.new(0.907715142, 0, 0.00303431926, 0)
  53. Exit.Size = UDim2.new(0, 56, 0, 40)
  54. Exit.Font = Enum.Font.Cartoon
  55. Exit.Text = "X"
  56. Exit.TextColor3 = Color3.new(1, 1, 1)
  57. Exit.TextSize = 40
  58. Exit.TextWrapped = true
  59. Exit.MouseButton1Down:connect(function()
  60.             Main.Visible = false
  61.             Open.Visible = true
  62.     end)
  63.  
  64. Title.Name = "Title"
  65. Title.Parent = Top
  66. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Title.BackgroundTransparency = 1
  68. Title.Position = UDim2.new(4.64980658e-05, 0, 0.00303431926, 0)
  69. Title.Size = UDim2.new(0, 595, 0, 40)
  70. Title.Font = Enum.Font.Cartoon
  71. Title.Text = "One Piece Ultimate v1.3"
  72. Title.TextColor3 = Color3.new(1, 1, 1)
  73. Title.TextSize = 40
  74.  
  75. Disc.Name = "Disc"
  76. Disc.Parent = Top
  77. Disc.BackgroundColor3 = Color3.new(1, 1, 1)
  78. Disc.BackgroundTransparency = 1
  79. Disc.Position = UDim2.new(0.313756406, 0, 0.898272395, 0)
  80. Disc.Size = UDim2.new(0, 224, 0, 32)
  81. Disc.Font = Enum.Font.Cartoon
  82. Disc.Text = "Disc: KeNz#3234"
  83. Disc.TextColor3 = Color3.new(1, 1, 1)
  84. Disc.TextSize = 30
  85.  
  86. WrestlingFarm.Name = "Wrestling Farm"
  87. WrestlingFarm.Parent = Main
  88. WrestlingFarm.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  89. WrestlingFarm.BorderSizePixel = 0
  90. WrestlingFarm.Position = UDim2.new(0.0515463911, 0, 0.261601031, 0)
  91. WrestlingFarm.Size = UDim2.new(0, 171, 0, 44)
  92. WrestlingFarm.Font = Enum.Font.Cartoon
  93. WrestlingFarm.Text = "Wrestling Farm"
  94. WrestlingFarm.TextColor3 = Color3.new(1, 1, 1)
  95. WrestlingFarm.TextSize = 25
  96. WrestlingFarm.MouseButton1Down:connect(function()
  97.     _G.On = true
  98. _G.Quest = "Arlong Pirates"
  99. _G.Weapon = "Wrestling"
  100. _G.UseSkills = true
  101. _G.Speed = 700
  102. local keysToPress = {0x45,0x52,0x51}
  103.  
  104. local plr = game.Players.LocalPlayer
  105. local pgui = plr:WaitForChild("PlayerGui")
  106. local rs = game:GetService("ReplicatedStorage")
  107. local ts = game:GetService("TweenService")
  108. local bypass = false
  109. local mt = getrawmetatable(game)
  110. local sCD = false
  111.  
  112. local function Tween(Part)
  113. if plr.Character and plr.Character.HumanoidRootPart and Part then
  114. local Time = (Part.Position - plr.Character.HumanoidRootPart.Position).magnitude/_G.Speed
  115. local Info = TweenInfo.new(Time, Enum.EasingStyle.Linear)
  116. local Tween = ts:Create(plr.Character.HumanoidRootPart,Info,{CFrame = Part.CFrame*CFrame.new(0,5,0)})
  117. Tween:Play()
  118. end
  119. end
  120.  
  121. local quest
  122.  
  123. for i,v in pairs(game.Workspace:GetDescendants()) do
  124. if v.Name == _G.Quest and v:FindFirstChild("ClickDetector") then
  125. quest = v
  126. end
  127. end
  128.  
  129. quest.CFrame = plr.Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  130.  
  131. fireclickdetector(quest.ClickDetector)
  132.  
  133. local function useSkills()
  134. spawn(function()
  135. if _G.UseSkills == true then
  136. sCD = true
  137. for i2,v2 in pairs(keysToPress) do
  138. keypress(v2)
  139. wait()
  140. keyrelease(v2)
  141. end
  142. wait(0.5)
  143. sCD = false
  144. end
  145. end)
  146. end
  147.  
  148. while _G.On == true do
  149. wait(0.1)
  150. pcall(function()
  151. if plr.Character then
  152. if pgui.Menu.QuestFrame.Visible == true then
  153. for i,v in pairs(game.Workspace.Mobs[_G.Quest]:GetChildren()) do
  154. if _G.On == true and plr.Character and pgui.Menu.QuestFrame.Visible == true and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then
  155. while _G.On == true and plr.Character and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 do
  156. Tween(v.HumanoidRootPart)
  157. plr.Character.Humanoid:ChangeState(11)
  158. local tool
  159. if not plr.Character:FindFirstChild(_G.Weapon) then
  160. for i2,v2 in pairs(plr.Character:GetChildren()) do
  161. if v2:IsA("Tool") then
  162. v2.Parent = plr.Backpack
  163. end
  164. end
  165. for i2,v2 in pairs(plr.Backpack:GetChildren()) do
  166. if v2.Name == _G.Weapon then
  167. v2.Parent = plr.Character
  168. tool = v2
  169. end
  170. end
  171. else
  172. tool = plr.Character:FindFirstChild(_G.Weapon)
  173. end
  174. if tool ~= nil then
  175. tool:Activate()
  176. end
  177. rs.RemoteEvents.AddStaminaRemote:FireServer("Stamina",999,false)
  178. wait()
  179. useSkills()
  180. end
  181. end
  182. end
  183. else
  184. for i,v in pairs(game.Workspace:GetDescendants()) do
  185. if v.Name == _G.Quest and v:FindFirstChild("ClickDetector") then
  186. quest = v
  187. end
  188. end
  189. quest.CFrame = plr.Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  190. fireclickdetector(quest.ClickDetector)
  191. end
  192. end
  193. end)
  194. end
  195.  
  196. end)
  197.  
  198. DevilFruitTimer.Name = "Devil Fruit Timer"
  199. DevilFruitTimer.Parent = Main
  200. DevilFruitTimer.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  201. DevilFruitTimer.BorderSizePixel = 0
  202. DevilFruitTimer.Position = UDim2.new(0.0515463911, 0, 0.472349733, 0)
  203. DevilFruitTimer.Size = UDim2.new(0, 171, 0, 44)
  204. DevilFruitTimer.Font = Enum.Font.Cartoon
  205. DevilFruitTimer.Text = "Devil Fruit Timer"
  206. DevilFruitTimer.TextColor3 = Color3.new(1, 1, 1)
  207. DevilFruitTimer.TextSize = 23
  208. DevilFruitTimer.MouseButton1Down:connect(function()
  209.     local DFTimer = Instance.new("ScreenGui")
  210. local DFTimer_2 = Instance.new("TextLabel")
  211. local Info = Instance.new("TextLabel")
  212. local DFSpawned = Instance.new("TextLabel")
  213. local No = Instance.new("TextButton")
  214. local Yes = Instance.new("TextButton")
  215.  
  216. DFTimer.Name = "DFTimer"
  217. DFTimer.Parent = game:WaitForChild("CoreGui")
  218. DFTimer.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  219.  
  220. DFTimer_2.Name = "DFTimer"
  221. DFTimer_2.Parent = DFTimer
  222. DFTimer_2.BackgroundColor3 = Color3.new(1, 1, 1)
  223. DFTimer_2.BackgroundTransparency = 1
  224. DFTimer_2.Position = UDim2.new(0.442708313, 0, 0.02715756, 0)
  225. DFTimer_2.Size = UDim2.new(0.114583336, 0, 0.0751689225, 0)
  226. DFTimer_2.Font = Enum.Font.Fantasy
  227. DFTimer_2.Text = "00 : 00"
  228. DFTimer_2.TextColor3 = Color3.new(1, 1, 1)
  229. DFTimer_2.TextScaled = true
  230. DFTimer_2.TextSize = 14
  231. DFTimer_2.TextStrokeTransparency = 0
  232. DFTimer_2.TextWrapped = true
  233.  
  234. Info.Name = "Info"
  235. Info.Parent = DFTimer
  236. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  237. Info.BackgroundTransparency = 1
  238. Info.Position = UDim2.new(0.435381532, 0, 0.102096133, 0)
  239. Info.Size = UDim2.new(0.129236907, 0, 0.0406173207, 0)
  240. Info.Font = Enum.Font.Fantasy
  241. Info.Text = "This timer calculates how much time it will take for the next DF to spawn."
  242. Info.TextColor3 = Color3.new(1, 1, 1)
  243. Info.TextScaled = true
  244. Info.TextSize = 14
  245. Info.TextStrokeTransparency = 0
  246. Info.TextWrapped = true
  247.  
  248. DFSpawned.Name = "DFSpawned"
  249. DFSpawned.Parent = DFTimer
  250. DFSpawned.BackgroundColor3 = Color3.new(1, 1, 1)
  251. DFSpawned.BackgroundTransparency = 1
  252. DFSpawned.Position = UDim2.new(0.375485718, 0, 0.223717779, 0)
  253. DFSpawned.Size = UDim2.new(0.248459429, 0, 0.114327386, 0)
  254. DFSpawned.Visible = false
  255. DFSpawned.Font = Enum.Font.Fantasy
  256. DFSpawned.Text = "A Mera Mera no mi has spawned, do you wish to take it?"
  257. DFSpawned.TextColor3 = Color3.new(1, 1, 1)
  258. DFSpawned.TextScaled = true
  259. DFSpawned.TextSize = 14
  260. DFSpawned.TextStrokeTransparency = 0
  261. DFSpawned.TextWrapped = true
  262.  
  263. No.Name = "No"
  264. No.Parent = DFSpawned
  265. No.BackgroundColor3 = Color3.new(1, 1, 1)
  266. No.BackgroundTransparency = 1
  267. No.Position = UDim2.new(0.241068855, 0, 1.1605103, 0)
  268. No.Size = UDim2.new(0.158695027, 0, 0.325655013, 0)
  269. No.Font = Enum.Font.Fantasy
  270. No.Text = "No!"
  271. No.TextColor3 = Color3.new(1, 0, 0)
  272. No.TextScaled = true
  273. No.TextSize = 14
  274. No.TextStrokeTransparency = 0
  275. No.TextWrapped = true
  276.  
  277. Yes.Name = "Yes"
  278. Yes.Parent = DFSpawned
  279. Yes.BackgroundColor3 = Color3.new(1, 1, 1)
  280. Yes.BackgroundTransparency = 1
  281. Yes.Position = UDim2.new(0.601624012, 0, 1.1605103, 0)
  282. Yes.Size = UDim2.new(0.158695027, 0, 0.325655013, 0)
  283. Yes.Font = Enum.Font.Fantasy
  284. Yes.Text = "Yes!"
  285. Yes.TextColor3 = Color3.new(0.333333, 1, 0)
  286. Yes.TextScaled = true
  287. Yes.TextSize = 14
  288. Yes.TextStrokeTransparency = 0
  289. Yes.TextWrapped = true
  290.  
  291. local plr = game.Players.LocalPlayer
  292. local TimeUntilNextDF
  293. local DF
  294.  
  295. game.Workspace.ChildAdded:Connect(function(child)
  296. if child:IsA("Tool") and string.match(child.Name,"no mi") and not child:FindFirstChild("Checked") then
  297. TimeUntilNextDF = os.time() + (60*30)
  298. local checked = Instance.new("IntValue",child)
  299. checked.Name = "Checked"
  300. local DF = child
  301. DFSpawned.Text = "A "..child.Name.." has spawned, do you wish to take it?"
  302. DFSpawned.Visible = true
  303. end
  304. end)
  305.  
  306. spawn(function()
  307. while wait(0.25) do
  308. local Time = os.time()
  309. if TimeUntilNextDF ~= nil and (TimeUntilNextDF - Time) >= 0 then
  310. local seconds = TimeUntilNextDF - Time
  311. DFTimer_2.Text = string.format("%02d:%02d",seconds/60%60, seconds%60)
  312. end
  313. end
  314. end)
  315.  
  316. No.MouseButton1Click:Connect(function()
  317. DFSpawned.Visible = false
  318. end)
  319.  
  320. Yes.MouseButton1Click:Connect(function()
  321. DFSpawned.Visible = false
  322. if plr.Character then
  323. for i,v in pairs(game.Workspace:GetChildren()) do
  324. if v:IsA("Tool") and string.find(v.Name,"no mi") then
  325. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  326. end
  327. end
  328. end
  329. end)
  330. end)
  331.  
  332. TpDevilFruit.Name = "Tp Devil Fruit"
  333. TpDevilFruit.Parent = Main
  334. TpDevilFruit.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  335. TpDevilFruit.BorderSizePixel = 0
  336. TpDevilFruit.Position = UDim2.new(0.0515463911, 0, 0.684637547, 0)
  337. TpDevilFruit.Size = UDim2.new(0, 171, 0, 44)
  338. TpDevilFruit.Font = Enum.Font.Cartoon
  339. TpDevilFruit.Text = "Tp Devil Fruit"
  340. TpDevilFruit.TextColor3 = Color3.new(1, 1, 1)
  341. TpDevilFruit.TextSize = 25
  342. TpDevilFruit.MouseButton1Down:connect(function()
  343.    local a=game.Players.LocalPlayer.Character.HumanoidRootPart;local b=game.Workspace;for c,d in pairs(b:GetChildren())do if d.ClassName=="Tool"then d.Handle.CFrame=a.CFrame end end
  344. end)
  345.  
  346. TurnOffFarm.Name = "Turn Off Farm"
  347. TurnOffFarm.Parent = Main
  348. TurnOffFarm.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  349. TurnOffFarm.BorderSizePixel = 0
  350. TurnOffFarm.Position = UDim2.new(0.365159899, 0, 0.304517627, 0)
  351. TurnOffFarm.Size = UDim2.new(0, 171, 0, 44)
  352. TurnOffFarm.Font = Enum.Font.Cartoon
  353. TurnOffFarm.Text = "Turn Off Farm"
  354. TurnOffFarm.TextColor3 = Color3.new(1, 1, 1)
  355. TurnOffFarm.TextSize = 25
  356. TurnOffFarm.MouseButton1Down:connect(function()
  357.     _G.On = false
  358. _G.Quest = "Arlong Pirates"
  359. _G.Weapon = "Wrestling"
  360. _G.UseSkills = true
  361. _G.Speed = 500
  362. local keysToPress = {0x45,0x52,0x51}
  363.  
  364. local plr = game.Players.LocalPlayer
  365. local pgui = plr:WaitForChild("PlayerGui")
  366. local rs = game:GetService("ReplicatedStorage")
  367. local ts = game:GetService("TweenService")
  368. local bypass = false
  369. local mt = getrawmetatable(game)
  370. local sCD = false
  371.  
  372. local function Tween(Part)
  373. if plr.Character and plr.Character.HumanoidRootPart and Part then
  374. local Time = (Part.Position - plr.Character.HumanoidRootPart.Position).magnitude/_G.Speed
  375. local Info = TweenInfo.new(Time, Enum.EasingStyle.Linear)
  376. local Tween = ts:Create(plr.Character.HumanoidRootPart,Info,{CFrame = Part.CFrame*CFrame.new(0,5,0)})
  377. Tween:Play()
  378. end
  379. end
  380.  
  381. local quest
  382.  
  383. for i,v in pairs(game.Workspace:GetDescendants()) do
  384. if v.Name == _G.Quest and v:FindFirstChild("ClickDetector") then
  385. quest = v
  386. end
  387. end
  388.  
  389. quest.CFrame = plr.Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  390.  
  391. fireclickdetector(quest.ClickDetector)
  392.  
  393. local function useSkills()
  394. spawn(function()
  395. if _G.UseSkills == true then
  396. sCD = true
  397. for i2,v2 in pairs(keysToPress) do
  398. keypress(v2)
  399. wait()
  400. keyrelease(v2)
  401. end
  402. wait(0.5)
  403. sCD = false
  404. end
  405. end)
  406. end
  407.  
  408. while _G.On == false do
  409. wait(0.1)
  410. pcall(function()
  411. if plr.Character then
  412. if pgui.Menu.QuestFrame.Visible == true then
  413. for i,v in pairs(game.Workspace.Mobs[_G.Quest]:GetChildren()) do
  414. if _G.On == true and plr.Character and pgui.Menu.QuestFrame.Visible == true and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then
  415. while _G.On == true and plr.Character and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 do
  416. Tween(v.HumanoidRootPart)
  417. plr.Character.Humanoid:ChangeState(11)
  418. local tool
  419. if not plr.Character:FindFirstChild(_G.Weapon) then
  420. for i2,v2 in pairs(plr.Character:GetChildren()) do
  421. if v2:IsA("Tool") then
  422. v2.Parent = plr.Backpack
  423. end
  424. end
  425. for i2,v2 in pairs(plr.Backpack:GetChildren()) do
  426. if v2.Name == _G.Weapon then
  427. v2.Parent = plr.Character
  428. tool = v2
  429. end
  430. end
  431. else
  432. tool = plr.Character:FindFirstChild(_G.Weapon)
  433. end
  434. if tool ~= nil then
  435. tool:Activate()
  436. end
  437. rs.RemoteEvents.AddStaminaRemote:FireServer("Stamina",999,false)
  438. wait()
  439. useSkills()
  440. end
  441. end
  442. end
  443. else
  444. for i,v in pairs(game.Workspace:GetDescendants()) do
  445. if v.Name == _G.Quest and v:FindFirstChild("ClickDetector") then
  446. quest = v
  447. end
  448. end
  449. quest.CFrame = plr.Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  450. fireclickdetector(quest.ClickDetector)
  451. end
  452. end
  453. end)
  454. end
  455. end)
  456.  
  457. DevilFruitFarm.Name = "Devil Fruit Farm"
  458. DevilFruitFarm.Parent = Main
  459. DevilFruitFarm.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  460. DevilFruitFarm.BorderSizePixel = 0
  461. DevilFruitFarm.Position = UDim2.new(0.363570064, 0, 0.580023825, 0)
  462. DevilFruitFarm.Size = UDim2.new(0, 171, 0, 44)
  463. DevilFruitFarm.Font = Enum.Font.Cartoon
  464. DevilFruitFarm.Text = "Devil Fruit Farm"
  465. DevilFruitFarm.TextColor3 = Color3.new(1, 1, 1)
  466. DevilFruitFarm.TextSize = 23
  467. DevilFruitFarm.MouseButton1Down:connect(function()
  468.     _G.On = true
  469. _G.Quest = "Arlong Pirates"
  470. _G.Weapon = "Ito Ito no mi"
  471. _G.UseSkills = true
  472. _G.Speed = 700
  473. local keysToPress = {0x45,0x52,0x51}
  474.  
  475. local plr = game.Players.LocalPlayer
  476. local pgui = plr:WaitForChild("PlayerGui")
  477. local rs = game:GetService("ReplicatedStorage")
  478. local ts = game:GetService("TweenService")
  479. local bypass = false
  480. local mt = getrawmetatable(game)
  481. local sCD = false
  482.  
  483. local function Tween(Part)
  484. if plr.Character and plr.Character.HumanoidRootPart and Part then
  485. local Time = (Part.Position - plr.Character.HumanoidRootPart.Position).magnitude/_G.Speed
  486. local Info = TweenInfo.new(Time, Enum.EasingStyle.Linear)
  487. local Tween = ts:Create(plr.Character.HumanoidRootPart,Info,{CFrame = Part.CFrame*CFrame.new(0,5,0)})
  488. Tween:Play()
  489. end
  490. end
  491.  
  492. local quest
  493.  
  494. for i,v in pairs(game.Workspace:GetDescendants()) do
  495. if v.Name == _G.Quest and v:FindFirstChild("ClickDetector") then
  496. quest = v
  497. end
  498. end
  499.  
  500. quest.CFrame = plr.Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  501.  
  502. fireclickdetector(quest.ClickDetector)
  503.  
  504. local function useSkills()
  505. spawn(function()
  506. if _G.UseSkills == true then
  507. sCD = true
  508. for i2,v2 in pairs(keysToPress) do
  509. keypress(v2)
  510. wait()
  511. keyrelease(v2)
  512. end
  513. wait(0.5)
  514. sCD = false
  515. end
  516. end)
  517. end
  518.  
  519. while _G.On == true do
  520. wait(0.1)
  521. pcall(function()
  522. if plr.Character then
  523. if pgui.Menu.QuestFrame.Visible == true then
  524. for i,v in pairs(game.Workspace.Mobs[_G.Quest]:GetChildren()) do
  525. if _G.On == true and plr.Character and pgui.Menu.QuestFrame.Visible == true and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 then
  526. while _G.On == true and plr.Character and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 do
  527. Tween(v.HumanoidRootPart)
  528. plr.Character.Humanoid:ChangeState(11)
  529. local tool
  530. if not plr.Character:FindFirstChild(_G.Weapon) then
  531. for i2,v2 in pairs(plr.Character:GetChildren()) do
  532. if v2:IsA("Tool") then
  533. v2.Parent = plr.Backpack
  534. end
  535. end
  536. for i2,v2 in pairs(plr.Backpack:GetChildren()) do
  537. if v2.Name == _G.Weapon then
  538. v2.Parent = plr.Character
  539. tool = v2
  540. end
  541. end
  542. else
  543. tool = plr.Character:FindFirstChild(_G.Weapon)
  544. end
  545. if tool ~= nil then
  546. tool:Activate()
  547. end
  548. rs.RemoteEvents.AddStaminaRemote:FireServer("Stamina",999,false)
  549. wait()
  550. useSkills()
  551. end
  552. end
  553. end
  554. else
  555. for i,v in pairs(game.Workspace:GetDescendants()) do
  556. if v.Name == _G.Quest and v:FindFirstChild("ClickDetector") then
  557. quest = v
  558. end
  559. end
  560. quest.CFrame = plr.Character.HumanoidRootPart.CFrame*CFrame.new(0,-6,0)
  561. fireclickdetector(quest.ClickDetector)
  562. end
  563. end
  564. end)
  565. end
  566. end)
  567.  
  568. SpamHit.Name = "Spam Hit"
  569. SpamHit.Parent = Main
  570. SpamHit.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  571. SpamHit.BorderSizePixel = 0
  572. SpamHit.Position = UDim2.new(0.680155635, 0, 0.263789535, 0)
  573. SpamHit.Size = UDim2.new(0, 171, 0, 44)
  574. SpamHit.Font = Enum.Font.Cartoon
  575. SpamHit.Text = "Spam Hit"
  576. SpamHit.TextColor3 = Color3.new(1, 1, 1)
  577. SpamHit.TextSize = 25
  578. SpamHit.MouseButton1Down:connect(function()
  579.     while true do
  580.     wait()
  581. game.ReplicatedStorage.RemoteEvents.PunchRemote:FireServer(false)
  582. end
  583. end)
  584.  
  585. GodMode.Name = "God Mode"
  586. GodMode.Parent = Main
  587. GodMode.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  588. GodMode.BorderSizePixel = 0
  589. GodMode.Position = UDim2.new(0.6785658, 0, 0.473559648, 0)
  590. GodMode.Size = UDim2.new(0, 171, 0, 44)
  591. GodMode.Font = Enum.Font.Cartoon
  592. GodMode.Text = "God Mode"
  593. GodMode.TextColor3 = Color3.new(1, 1, 1)
  594. GodMode.TextSize = 25
  595. GodMode.MouseButton1Down:connect(function()
  596.     while true do
  597.    wait()
  598. game.ReplicatedStorage.RemoteEvents.BlockingRemote:FireServer(true)
  599. end
  600. end)
  601.  
  602. CoomingSoon.Name = "Cooming Soon"
  603. CoomingSoon.Parent = Main
  604. CoomingSoon.BackgroundColor3 = Color3.new(0, 0.917647, 0.917647)
  605. CoomingSoon.BorderSizePixel = 0
  606. CoomingSoon.Position = UDim2.new(0.680155635, 0, 0.686203361, 0)
  607. CoomingSoon.Size = UDim2.new(0, 171, 0, 44)
  608. CoomingSoon.Font = Enum.Font.Cartoon
  609. CoomingSoon.Text = "Cooming Soon"
  610. CoomingSoon.TextColor3 = Color3.new(1, 1, 1)
  611. CoomingSoon.TextSize = 25
  612.  
  613. Open.Name = "Open"
  614. Open.Parent = OnePieceUltimatev13
  615. Open.BackgroundColor3 = Color3.new(0, 1, 1)
  616. Open.BackgroundTransparency = 1
  617. Open.BorderSizePixel = 0
  618. Open.Position = UDim2.new(0.952000022, 0, 0.931999981, 0)
  619. Open.Size = UDim2.new(0, 85, 0, 30)
  620. Open.Font = Enum.Font.SourceSansBold
  621. Open.Text = "Open"
  622. Open.TextColor3 = Color3.new(1, 1, 1)
  623. Open.TextSize = 20
  624. Open.TextWrapped = true
  625. Open.MouseButton1Down:connect(function()
  626.             Open.Visible = false
  627.             Main.Visible = true
  628.         end)
  629.  
  630. Open_Roundify_12px.Name = "Open_Roundify_12px"
  631. Open_Roundify_12px.Parent = Open
  632. Open_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  633. Open_Roundify_12px.BackgroundTransparency = 1
  634. Open_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  635. Open_Roundify_12px.Image = "rbxassetid://2851926732"
  636. Open_Roundify_12px.ImageColor3 = Color3.new(0, 1, 1)
  637. Open_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  638. Open_Roundify_12px.SliceCenter = Rect.new(12, 12, 12, 12)
  639.  
  640. OpenText.Name = "OpenText"
  641. OpenText.Parent = Open_Roundify_12px
  642. OpenText.BackgroundColor3 = Color3.new(1, 1, 1)
  643. OpenText.BackgroundTransparency = 1
  644. OpenText.Size = UDim2.new(0, 85, 0, 30)
  645. OpenText.Font = Enum.Font.SourceSansBold
  646. OpenText.Text = "Open"
  647. OpenText.TextColor3 = Color3.new(1, 1, 1)
  648. OpenText.TextSize = 20
Add Comment
Please, Sign In to add comment