Advertisement
asdadsasd

OPOS GUI

Nov 17th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.04 KB | None | 0 0
  1. --Made By Thuận--
  2. -- Instances:
  3.  
  4. local OPOS = Instance.new("ScreenGui")
  5. local AutoFram = Instance.new("Frame")
  6. local AutoFarmStuff = Instance.new("TextLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local Haki = Instance.new("TextLabel")
  9. local ON = Instance.new("TextButton")
  10. local OFF = Instance.new("TextButton")
  11. local Rokushiki = Instance.new("TextLabel")
  12. local ON_2 = Instance.new("TextButton")
  13. local OFF_2 = Instance.new("TextButton")
  14. local Ryusoken = Instance.new("TextLabel")
  15. local ON_3 = Instance.new("TextButton")
  16. local OFF_3 = Instance.new("TextButton")
  17. local BlackLeg = Instance.new("TextLabel")
  18. local ON_4 = Instance.new("TextButton")
  19. local OFF_4 = Instance.new("TextButton")
  20. local Electro = Instance.new("TextLabel")
  21. local ON_5 = Instance.new("TextButton")
  22. local OFF_5 = Instance.new("TextButton")
  23. local OneSS = Instance.new("TextLabel")
  24. local ON_6 = Instance.new("TextButton")
  25. local OFF_6 = Instance.new("TextButton")
  26. local Boss = Instance.new("Frame")
  27. local AutoFramBoss = Instance.new("TextLabel")
  28. local TextLabel_2 = Instance.new("TextLabel")
  29. local BlackBeard = Instance.new("TextLabel")
  30. local ON_7 = Instance.new("TextButton")
  31. local OFF_7 = Instance.new("TextButton")
  32. local WhiteBeard = Instance.new("TextLabel")
  33. local OFF_8 = Instance.new("TextButton")
  34. local ON_8 = Instance.new("TextButton")
  35. local NormalStuff = Instance.new("Frame")
  36. local MoreStuff = Instance.new("TextLabel")
  37. local TextLabel_3 = Instance.new("TextLabel")
  38. local DupeTool = Instance.new("TextButton")
  39. local TPCHest = Instance.new("TextButton")
  40. local TPDF = Instance.new("TextButton")
  41. local ToolName = Instance.new("TextBox")
  42. local TextLabel_4 = Instance.new("TextLabel")
  43.  
  44. --Properties:
  45.  
  46. OPOS.Name = "OPOS"
  47. OPOS.Parent = game.CoreGui
  48. OPOS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  49.  
  50. AutoFram.Name = "Auto Fram"
  51. AutoFram.Parent = OPOS
  52. AutoFram.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  53. AutoFram.BorderColor3 = Color3.new(0, 0, 0)
  54. AutoFram.BorderSizePixel = 3
  55. AutoFram.Position = UDim2.new(0.632110119, 0, 0.0158415847, 0)
  56. AutoFram.Size = UDim2.new(0, 161, 0, 187)
  57. AutoFram.Active = true
  58. AutoFram.Draggable = true
  59.  
  60. AutoFarmStuff.Name = "Auto Farm Stuff"
  61. AutoFarmStuff.Parent = AutoFram
  62. AutoFarmStuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  63. AutoFarmStuff.Size = UDim2.new(0, 161, 0, 26)
  64. AutoFarmStuff.Font = Enum.Font.Fantasy
  65. AutoFarmStuff.Text = "Auto Farm Stuff"
  66. AutoFarmStuff.TextColor3 = Color3.new(1, 1, 1)
  67. AutoFarmStuff.TextScaled = true
  68. AutoFarmStuff.TextSize = 14
  69. AutoFarmStuff.TextWrapped = true
  70.  
  71. TextLabel.Parent = AutoFarmStuff
  72. TextLabel.BackgroundColor3 = Color3.new(0, 1, 0)
  73. TextLabel.Position = UDim2.new(0, 0, 0.967033088, 0)
  74. TextLabel.Size = UDim2.new(0, 161, 0, 2)
  75. TextLabel.Font = Enum.Font.SourceSans
  76. TextLabel.Text = ""
  77. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  78. TextLabel.TextSize = 14
  79.  
  80. Haki.Name = "Haki"
  81. Haki.Parent = AutoFram
  82. Haki.BackgroundColor3 = Color3.new(0, 0, 0)
  83. Haki.Position = UDim2.new(0, 0, 0.177234575, 0)
  84. Haki.Size = UDim2.new(0, 94, 0, 18)
  85. Haki.Font = Enum.Font.Fantasy
  86. Haki.Text = "Haki"
  87. Haki.TextColor3 = Color3.new(1, 1, 1)
  88. Haki.TextScaled = true
  89. Haki.TextSize = 14
  90. Haki.TextWrapped = true
  91.  
  92. ON.Name = "ON"
  93. ON.Parent = Haki
  94. ON.BackgroundColor3 = Color3.new(0, 0, 0)
  95. ON.Position = UDim2.new(1.44680846, 0, 2.60770321e-08, 0)
  96. ON.Size = UDim2.new(0, 25, 0, 17)
  97. ON.Font = Enum.Font.Fantasy
  98. ON.Text = "ON"
  99. ON.TextColor3 = Color3.new(1, 1, 1)
  100. ON.TextScaled = true
  101. ON.TextSize = 14
  102. ON.TextWrapped = true
  103. ON.MouseButton1Down:connect(function()
  104. _G.Farming = true
  105.  
  106. local Haki = true -- This will train Haki levels
  107.  
  108. while _G.Farming == true do
  109. wait()
  110. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  111. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  112.  
  113. if Haki == true and v.Name:match("Haki") then
  114. v.Parent = game.Players.LocalPlayer.Character
  115. end
  116. end
  117. end
  118. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  119. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  120. if Haki == true and v.Name:match("Haki") then
  121. v.ActionEvent:FireServer()
  122. wait()
  123. v.ActionEvent:FireServer()
  124. wait()
  125. end
  126. end
  127. end
  128. end
  129. end)
  130.  
  131. OFF.Name = "OFF"
  132. OFF.Parent = Haki
  133. OFF.BackgroundColor3 = Color3.new(0, 0, 0)
  134. OFF.Position = UDim2.new(1.08510649, 0, 0, 0)
  135. OFF.Size = UDim2.new(0, 26, 0, 17)
  136. OFF.Font = Enum.Font.Fantasy
  137. OFF.Text = "OFF"
  138. OFF.TextColor3 = Color3.new(1, 1, 1)
  139. OFF.TextScaled = true
  140. OFF.TextSize = 14
  141. OFF.TextWrapped = true
  142. OFF.MouseButton1Down:connect(function()
  143.  
  144. _G.Haki = false -- This will train Haki levels
  145.  
  146. while _G.Haki == true do
  147. wait()
  148. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  149. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  150.  
  151. if Haki == true and v.Name:match("Haki") then
  152. v.Parent = game.Players.LocalPlayer.Character
  153. end
  154. end
  155. end
  156. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  157. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  158. if Haki == true and v.Name:match("Haki") then
  159. v.ActionEvent:FireServer()
  160. wait()
  161. v.ActionEvent:FireServer()
  162. wait()
  163. end
  164. end
  165. end
  166. end
  167. end)
  168.  
  169. Rokushiki.Name = "Rokushiki"
  170. Rokushiki.Parent = AutoFram
  171. Rokushiki.BackgroundColor3 = Color3.new(0, 0, 0)
  172. Rokushiki.Position = UDim2.new(0, 0, 0.310924411, 0)
  173. Rokushiki.Size = UDim2.new(0, 94, 0, 18)
  174. Rokushiki.Font = Enum.Font.Fantasy
  175. Rokushiki.Text = "Rokushiki"
  176. Rokushiki.TextColor3 = Color3.new(1, 1, 1)
  177. Rokushiki.TextScaled = true
  178. Rokushiki.TextSize = 14
  179. Rokushiki.TextWrapped = true
  180.  
  181. ON_2.Name = "ON"
  182. ON_2.Parent = Rokushiki
  183. ON_2.BackgroundColor3 = Color3.new(0, 0, 0)
  184. ON_2.Position = UDim2.new(1.44680846, 0, -0.0555555299, 0)
  185. ON_2.Size = UDim2.new(0, 25, 0, 17)
  186. ON_2.Font = Enum.Font.Fantasy
  187. ON_2.Text = "ON"
  188. ON_2.TextColor3 = Color3.new(1, 1, 1)
  189. ON_2.TextScaled = true
  190. ON_2.TextSize = 14
  191. ON_2.TextWrapped = true
  192. ON_2.MouseButton1Down:connect(function()
  193. _G.Farming = true
  194.  
  195. local Rokushiki = true -- This will train Rokushiki levels
  196.  
  197.  
  198. while _G.Farming == true do
  199. wait()
  200. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  201. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  202. if Rokushiki == true and v.Name:match("Rokushiki") then
  203. v.Parent = game.Players.LocalPlayer.Character
  204. end
  205. end
  206. end
  207. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  208. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  209. if All == true then
  210. v.ActionEvent:FireServer()
  211. end
  212. if Rokushiki == true and v.Name:match("Rokushiki") then
  213. v.ActionEvent:FireServer()
  214. end
  215. end
  216. end
  217. end
  218. end)
  219.  
  220. OFF_2.Name = "OFF"
  221. OFF_2.Parent = Rokushiki
  222. OFF_2.BackgroundColor3 = Color3.new(0, 0, 0)
  223. OFF_2.Position = UDim2.new(1.08510649, 0, 0, 0)
  224. OFF_2.Size = UDim2.new(0, 26, 0, 17)
  225. OFF_2.Font = Enum.Font.Fantasy
  226. OFF_2.Text = "OFF"
  227. OFF_2.TextColor3 = Color3.new(1, 1, 1)
  228. OFF_2.TextScaled = true
  229. OFF_2.TextSize = 14
  230. OFF_2.TextWrapped = true
  231. OFF_2.MouseButton1Down:connect(function()
  232. _G.Farming = true
  233.  
  234. local Rokushiki = false -- This will train Rokushiki levels
  235.  
  236.  
  237. while _G.Farming == true do
  238. wait()
  239. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  240. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  241. if Rokushiki == true and v.Name:match("Rokushiki") then
  242. v.Parent = game.Players.LocalPlayer.Character
  243. end
  244. end
  245. end
  246. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  247. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  248. if All == true then
  249. v.ActionEvent:FireServer()
  250. end
  251. if Rokushiki == true and v.Name:match("Rokushiki") then
  252. v.ActionEvent:FireServer()
  253. end
  254. end
  255. end
  256. end
  257. end)
  258.  
  259. Ryusoken.Name = "Ryusoken"
  260. Ryusoken.Parent = AutoFram
  261. Ryusoken.BackgroundColor3 = Color3.new(0, 0, 0)
  262. Ryusoken.Position = UDim2.new(0, 0, 0.449961841, 0)
  263. Ryusoken.Size = UDim2.new(0, 94, 0, 18)
  264. Ryusoken.Font = Enum.Font.Fantasy
  265. Ryusoken.Text = "Ryusoken"
  266. Ryusoken.TextColor3 = Color3.new(1, 1, 1)
  267. Ryusoken.TextScaled = true
  268. Ryusoken.TextSize = 14
  269. Ryusoken.TextWrapped = true
  270.  
  271. ON_3.Name = "ON"
  272. ON_3.Parent = Ryusoken
  273. ON_3.BackgroundColor3 = Color3.new(0, 0, 0)
  274. ON_3.Position = UDim2.new(1.44680846, 0, 0.055555582, 0)
  275. ON_3.Size = UDim2.new(0, 25, 0, 17)
  276. ON_3.Font = Enum.Font.Fantasy
  277. ON_3.Text = "ON"
  278. ON_3.TextColor3 = Color3.new(1, 1, 1)
  279. ON_3.TextScaled = true
  280. ON_3.TextSize = 14
  281. ON_3.TextWrapped = true
  282. ON_3.MouseButton1Down:connect(function()
  283. _G.Farming = true
  284.  
  285. local Ryusoken = true -- This will train Ryusoken levels
  286.  
  287. while _G.Farming == true do
  288. wait()
  289. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  290. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  291. if Ryusoken == true and v.Name:match("Ryusoken") then
  292. v.Parent = game.Players.LocalPlayer.Character
  293. end
  294. end
  295. end
  296. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  297. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  298. if Ryusoken == true and v.Name:match("Ryusoken") then
  299. v.ActionEvent:FireServer()
  300. end
  301. end
  302. end
  303. end
  304. end)
  305.  
  306. OFF_3.Name = "OFF"
  307. OFF_3.Parent = Ryusoken
  308. OFF_3.BackgroundColor3 = Color3.new(0, 0, 0)
  309. OFF_3.Position = UDim2.new(1.08510649, 0, 0, 0)
  310. OFF_3.Size = UDim2.new(0, 26, 0, 17)
  311. OFF_3.Font = Enum.Font.Fantasy
  312. OFF_3.Text = "OFF"
  313. OFF_3.TextColor3 = Color3.new(1, 1, 1)
  314. OFF_3.TextScaled = true
  315. OFF_3.TextSize = 14
  316. OFF_3.TextWrapped = true
  317. OFF_3.MouseButton1Down:connect(function()
  318. _G.Farming = true
  319.  
  320. local Ryusoken = false -- This will train Ryusoken levels
  321.  
  322. while _G.Farming == true do
  323. wait()
  324. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  325. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  326. if Ryusoken == true and v.Name:match("Ryusoken") then
  327. v.Parent = game.Players.LocalPlayer.Character
  328. end
  329. end
  330. end
  331. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  332. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  333. if Ryusoken == true and v.Name:match("Ryusoken") then
  334. v.ActionEvent:FireServer()
  335. end
  336. end
  337. end
  338. end
  339. end)
  340.  
  341. BlackLeg.Name = "Black Leg"
  342. BlackLeg.Parent = AutoFram
  343. BlackLeg.BackgroundColor3 = Color3.new(0, 0, 0)
  344. BlackLeg.Position = UDim2.new(0, 0, 0.588999271, 0)
  345. BlackLeg.Size = UDim2.new(0, 94, 0, 18)
  346. BlackLeg.Font = Enum.Font.Fantasy
  347. BlackLeg.Text = "Black Leg"
  348. BlackLeg.TextColor3 = Color3.new(1, 1, 1)
  349. BlackLeg.TextScaled = true
  350. BlackLeg.TextSize = 14
  351. BlackLeg.TextWrapped = true
  352.  
  353. ON_4.Name = "ON"
  354. ON_4.Parent = BlackLeg
  355. ON_4.BackgroundColor3 = Color3.new(0, 0, 0)
  356. ON_4.Position = UDim2.new(1.44680846, 0, -0.0555555299, 0)
  357. ON_4.Size = UDim2.new(0, 25, 0, 17)
  358. ON_4.Font = Enum.Font.Fantasy
  359. ON_4.Text = "ON"
  360. ON_4.TextColor3 = Color3.new(1, 1, 1)
  361. ON_4.TextScaled = true
  362. ON_4.TextSize = 14
  363. ON_4.TextWrapped = true
  364. ON_4.MouseButton1Down:connect(function()
  365. _G.Farming = true
  366.  
  367. local BlackLeg = true -- This will train BlackLeg levels
  368.  
  369. while _G.Farming == true do
  370. wait()
  371. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  372. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  373. if BlackLeg == true and v.Name:match("Black Leg") then
  374. v.Parent = game.Players.LocalPlayer.Character
  375. end
  376. end
  377. end
  378. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  379. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  380. if BlackLeg == true and v.Name:match("Black Leg") then
  381. v.ActionEvent:FireServer()
  382. end
  383. end
  384. end
  385. end
  386. end)
  387.  
  388. OFF_4.Name = "OFF"
  389. OFF_4.Parent = BlackLeg
  390. OFF_4.BackgroundColor3 = Color3.new(0, 0, 0)
  391. OFF_4.Position = UDim2.new(1.08510649, 0, 0, 0)
  392. OFF_4.Size = UDim2.new(0, 26, 0, 17)
  393. OFF_4.Font = Enum.Font.Fantasy
  394. OFF_4.Text = "OFF"
  395. OFF_4.TextColor3 = Color3.new(1, 1, 1)
  396. OFF_4.TextScaled = true
  397. OFF_4.TextSize = 14
  398. OFF_4.TextWrapped = true
  399. OFF_4.MouseButton1Down:connect(function()
  400. _G.Farming = true
  401.  
  402. local BlackLeg = false -- This will train BlackLeg levels
  403.  
  404. while _G.Farming == true do
  405. wait()
  406. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  407. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  408. if BlackLeg == true and v.Name:match("Black Leg") then
  409. v.Parent = game.Players.LocalPlayer.Character
  410. end
  411. end
  412. end
  413. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  414. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  415. if BlackLeg == true and v.Name:match("Black Leg") then
  416. v.ActionEvent:FireServer()
  417. end
  418. end
  419. end
  420. end
  421. end)
  422.  
  423. Electro.Name = "Electro"
  424. Electro.Parent = AutoFram
  425. Electro.BackgroundColor3 = Color3.new(0, 0, 0)
  426. Electro.Position = UDim2.new(0, 0, 0.728036702, 0)
  427. Electro.Size = UDim2.new(0, 94, 0, 18)
  428. Electro.Font = Enum.Font.Fantasy
  429. Electro.Text = "Electro"
  430. Electro.TextColor3 = Color3.new(1, 1, 1)
  431. Electro.TextScaled = true
  432. Electro.TextSize = 14
  433. Electro.TextWrapped = true
  434.  
  435. ON_5.Name = "ON"
  436. ON_5.Parent = Electro
  437. ON_5.BackgroundColor3 = Color3.new(0, 0, 0)
  438. ON_5.Position = UDim2.new(1.44680846, 0, 2.60770321e-08, 0)
  439. ON_5.Size = UDim2.new(0, 25, 0, 17)
  440. ON_5.Font = Enum.Font.Fantasy
  441. ON_5.Text = "ON"
  442. ON_5.TextColor3 = Color3.new(1, 1, 1)
  443. ON_5.TextScaled = true
  444. ON_5.TextSize = 14
  445. ON_5.TextWrapped = true
  446. ON_5.MouseButton1Down:connect(function()
  447. _G.Farming = true
  448.  
  449.  
  450. local Electro = true -- This will train Electro levels
  451.  
  452. while _G.Farming == true do
  453. wait()
  454. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  455. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  456. if Electro == true and v.Name:match("Electro") then
  457. v.Parent = game.Players.LocalPlayer.Character
  458. end
  459. end
  460. end
  461. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  462. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  463. if Electro == true and v.Name:match("Electro") then
  464. v.ActionEvent:FireServer()
  465. end
  466. end
  467. end
  468. end
  469. end)
  470.  
  471. OFF_5.Name = "OFF"
  472. OFF_5.Parent = Electro
  473. OFF_5.BackgroundColor3 = Color3.new(0, 0, 0)
  474. OFF_5.Position = UDim2.new(1.08510649, 0, 0, 0)
  475. OFF_5.Size = UDim2.new(0, 26, 0, 17)
  476. OFF_5.Font = Enum.Font.Fantasy
  477. OFF_5.Text = "OFF"
  478. OFF_5.TextColor3 = Color3.new(1, 1, 1)
  479. OFF_5.TextScaled = true
  480. OFF_5.TextSize = 14
  481. OFF_5.TextWrapped = true
  482. OFF_5.MouseButton1Down:connect(function()
  483. _G.Farming = true
  484.  
  485.  
  486. local Electro = false -- This will train Electro levels
  487.  
  488. while _G.Farming == true do
  489. wait()
  490. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  491. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  492. if Electro == true and v.Name:match("Electro") then
  493. v.Parent = game.Players.LocalPlayer.Character
  494. end
  495. end
  496. end
  497. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  498. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  499. if Electro == true and v.Name:match("Electro") then
  500. v.ActionEvent:FireServer()
  501. end
  502. end
  503. end
  504. end
  505. end)
  506.  
  507. OneSS.Name = "OneSS"
  508. OneSS.Parent = AutoFram
  509. OneSS.BackgroundColor3 = Color3.new(0, 0, 0)
  510. OneSS.Position = UDim2.new(0, 0, 0.856378973, 0)
  511. OneSS.Size = UDim2.new(0, 94, 0, 18)
  512. OneSS.Font = Enum.Font.Fantasy
  513. OneSS.Text = "OneSS"
  514. OneSS.TextColor3 = Color3.new(1, 1, 1)
  515. OneSS.TextScaled = true
  516. OneSS.TextSize = 14
  517. OneSS.TextWrapped = true
  518.  
  519. ON_6.Name = "ON"
  520. ON_6.Parent = OneSS
  521. ON_6.BackgroundColor3 = Color3.new(0, 0, 0)
  522. ON_6.Position = UDim2.new(1.44680846, 0, 0.055555582, 0)
  523. ON_6.Size = UDim2.new(0, 25, 0, 17)
  524. ON_6.Font = Enum.Font.Fantasy
  525. ON_6.Text = "ON"
  526. ON_6.TextColor3 = Color3.new(1, 1, 1)
  527. ON_6.TextScaled = true
  528. ON_6.TextSize = 14
  529. ON_6.TextWrapped = true
  530. ON_6.MouseButton1Down:connect(function()
  531. _G.Farming = true
  532.  
  533.  
  534. local OneSS = true -- This will train One Sword Style levels
  535.  
  536.  
  537. while _G.Farming == true do
  538. wait()
  539. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  540. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  541. if OneSS == true and v:FindFirstChild("OneSSClient") then
  542. v.Parent = game.Players.LocalPlayer.Character
  543. end
  544. end
  545. end
  546. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  547. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  548. if OneSS == true and v:FindFirstChild("OneSSClient") then
  549. v.ActionEvent:FireServer("36 Pound Cannon")
  550. wait()
  551. v.ActionEvent:FireServer("Disaster Harbor Bird")
  552. wait()
  553. v.ActionEvent:FireServer("Lion's Strike")
  554. end
  555. end
  556. end
  557. end
  558. end)
  559.  
  560. OFF_6.Name = "OFF"
  561. OFF_6.Parent = OneSS
  562. OFF_6.BackgroundColor3 = Color3.new(0, 0, 0)
  563. OFF_6.Position = UDim2.new(1.08510649, 0, 0, 0)
  564. OFF_6.Size = UDim2.new(0, 26, 0, 17)
  565. OFF_6.Font = Enum.Font.Fantasy
  566. OFF_6.Text = "OFF"
  567. OFF_6.TextColor3 = Color3.new(1, 1, 1)
  568. OFF_6.TextScaled = true
  569. OFF_6.TextSize = 14
  570. OFF_6.TextWrapped = true
  571. OFF_6.MouseButton1Down:connect(function()
  572. _G.Farming = true
  573.  
  574.  
  575. local OneSS = false -- This will train One Sword Style levels
  576.  
  577.  
  578. while _G.Farming == true do
  579. wait()
  580. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  581. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  582. if OneSS == true and v:FindFirstChild("OneSSClient") then
  583. v.Parent = game.Players.LocalPlayer.Character
  584. end
  585. end
  586. end
  587. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  588. if v:IsA("Tool") and v:FindFirstChild("ActionEvent") then
  589. if OneSS == true and v:FindFirstChild("OneSSClient") then
  590. v.ActionEvent:FireServer("36 Pound Cannon")
  591. wait()
  592. v.ActionEvent:FireServer("Disaster Harbor Bird")
  593. wait()
  594. v.ActionEvent:FireServer("Lion's Strike")
  595. end
  596. end
  597. end
  598. end
  599. end)
  600.  
  601. Boss.Name = "Boss"
  602. Boss.Parent = OPOS
  603. Boss.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  604. Boss.BorderSizePixel = 3
  605. Boss.Position = UDim2.new(0.471559644, 0, 0.0158415847, 0)
  606. Boss.Size = UDim2.new(0, 156, 0, 110)
  607. Boss.Active = true
  608. Boss.Draggable = true
  609.  
  610. AutoFramBoss.Name = "Auto Fram Boss"
  611. AutoFramBoss.Parent = Boss
  612. AutoFramBoss.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  613. AutoFramBoss.Size = UDim2.new(0, 156, 0, 25)
  614. AutoFramBoss.Font = Enum.Font.Fantasy
  615. AutoFramBoss.Text = "Auto Farm Boss"
  616. AutoFramBoss.TextColor3 = Color3.new(1, 1, 1)
  617. AutoFramBoss.TextScaled = true
  618. AutoFramBoss.TextSize = 14
  619. AutoFramBoss.TextWrapped = true
  620.  
  621. TextLabel_2.Parent = AutoFramBoss
  622. TextLabel_2.BackgroundColor3 = Color3.new(0, 1, 0)
  623. TextLabel_2.Position = UDim2.new(0, 0, 1, 0)
  624. TextLabel_2.Size = UDim2.new(0, 156, 0, 2)
  625. TextLabel_2.Font = Enum.Font.SourceSans
  626. TextLabel_2.Text = ""
  627. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  628. TextLabel_2.TextSize = 14
  629.  
  630. BlackBeard.Name = "Black Beard"
  631. BlackBeard.Parent = Boss
  632. BlackBeard.BackgroundColor3 = Color3.new(0, 0, 0)
  633. BlackBeard.Position = UDim2.new(0, 0, 0.301298767, 0)
  634. BlackBeard.Size = UDim2.new(0, 82, 0, 31)
  635. BlackBeard.Font = Enum.Font.Fantasy
  636. BlackBeard.Text = "Black Beard"
  637. BlackBeard.TextColor3 = Color3.new(1, 1, 1)
  638. BlackBeard.TextScaled = true
  639. BlackBeard.TextSize = 14
  640. BlackBeard.TextWrapped = true
  641.  
  642. ON_7.Name = "ON"
  643. ON_7.Parent = BlackBeard
  644. ON_7.BackgroundColor3 = Color3.new(0, 0, 0)
  645. ON_7.Position = UDim2.new(1.07317078, 0, 0, 0)
  646. ON_7.Size = UDim2.new(0, 27, 0, 31)
  647. ON_7.Font = Enum.Font.Fantasy
  648. ON_7.Text = "ON"
  649. ON_7.TextColor3 = Color3.new(1, 1, 1)
  650. ON_7.TextScaled = true
  651. ON_7.TextSize = 14
  652. ON_7.TextWrapped = true
  653. ON_7.MouseButton1Down:connect(function()
  654. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Auto Farming Intiated] Target = {Black Beard}"
  655. if _G.NegroBeard then
  656.  
  657. _G.NegroBeard = true
  658. while _G.NegroBeard do
  659. wait()
  660. if backpack:findFirstChild("Combat")then
  661. char:EquipTool(backpack.Combat)
  662. end
  663. for i,v in pairs(game.workspace:GetChildren()) do
  664. if v.Name == "Blackbeard" then
  665. playh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  666. wait(0.3)
  667. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  668. wait(0.7)
  669. v.Humanoid.Health = 0
  670. game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishblackbeardquest"})
  671. else
  672. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Black Beard] is Dead"
  673. end
  674. end
  675. end
  676. end
  677. end)
  678.  
  679. OFF_7.Name = "OFF"
  680. OFF_7.Parent = BlackBeard
  681. OFF_7.BackgroundColor3 = Color3.new(0, 0, 0)
  682. OFF_7.Position = UDim2.new(1.53658545, 0, 0, 0)
  683. OFF_7.Size = UDim2.new(0, 27, 0, 31)
  684. OFF_7.Font = Enum.Font.Fantasy
  685. OFF_7.Text = "OFF"
  686. OFF_7.TextColor3 = Color3.new(1, 1, 1)
  687. OFF_7.TextScaled = true
  688. OFF_7.TextSize = 14
  689. OFF_7.TextWrapped = true
  690. OFF_7.MouseButton1Down:connect(function()
  691. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Auto Farming Intiated] Target = {Black Beard}"
  692. if _G.NegroBeard then
  693.  
  694. _G.NegroBeard = false
  695. while _G.NegroBeard do
  696. wait()
  697. if backpack:findFirstChild("Combat")then
  698. char:EquipTool(backpack.Combat)
  699. end
  700. for i,v in pairs(game.workspace:GetChildren()) do
  701. if v.Name == "Blackbeard" then
  702. plrh.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0, 4, 0), v.HumanoidRootPart.Position)
  703. wait(0.3)
  704. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  705. wait(0.7)
  706. v.Humanoid.Health = 0
  707. game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishblackbeardquest"})
  708. else
  709. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[Black Beard] is Dead"
  710. end
  711. end
  712. end
  713. end
  714. end)
  715.  
  716. WhiteBeard.Name = "White Beard"
  717. WhiteBeard.Parent = Boss
  718. WhiteBeard.BackgroundColor3 = Color3.new(0, 0, 0)
  719. WhiteBeard.Position = UDim2.new(0, 0, 0.683116913, 0)
  720. WhiteBeard.Size = UDim2.new(0, 82, 0, 31)
  721. WhiteBeard.Font = Enum.Font.Fantasy
  722. WhiteBeard.Text = "White Beard"
  723. WhiteBeard.TextColor3 = Color3.new(1, 1, 1)
  724. WhiteBeard.TextScaled = true
  725. WhiteBeard.TextSize = 14
  726. WhiteBeard.TextWrapped = true
  727.  
  728. OFF_8.Name = "OFF"
  729. OFF_8.Parent = WhiteBeard
  730. OFF_8.BackgroundColor3 = Color3.new(0, 0, 0)
  731. OFF_8.Position = UDim2.new(1.53658545, 0, 0, 0)
  732. OFF_8.Size = UDim2.new(0, 27, 0, 31)
  733. OFF_8.Font = Enum.Font.Fantasy
  734. OFF_8.Text = "OFF"
  735. OFF_8.TextColor3 = Color3.new(1, 1, 1)
  736. OFF_8.TextScaled = true
  737. OFF_8.TextSize = 14
  738. OFF_8.TextWrapped = true
  739. OFF_8.MouseButton1Down:connect(function()
  740. if _G.WhiteBeard then
  741.  
  742. _G.WhiteBeard = false
  743.  
  744. while _G.WhiteBeard do
  745. wait()
  746. if backpack:findFirstChild("Combat") then
  747. char:EquipTool(backpack.Combat)
  748. end
  749. for a,s in pairs(game.workspace:GetChildren()) do
  750. if s.Name == "Whitebeard" then
  751. plrh.CFrame = CFrame.new(s.HumanoidRootPart.Position + Vector3.new(0, 4, 0), s.HumanoidRootPart.Position)
  752. wait(0.3)
  753. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  754. wait(0.7)
  755. s.Humanoid.Health = 0
  756. game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishwhitebeardquest"})
  757. else
  758. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[White Beard] is Dead"
  759. end
  760. end
  761. end
  762. end
  763. end)
  764.  
  765. ON_8.Name = "ON"
  766. ON_8.Parent = WhiteBeard
  767. ON_8.BackgroundColor3 = Color3.new(0, 0, 0)
  768. ON_8.Position = UDim2.new(1.07317078, 0, 0, 0)
  769. ON_8.Size = UDim2.new(0, 27, 0, 31)
  770. ON_8.Font = Enum.Font.Fantasy
  771. ON_8.Text = "ON"
  772. ON_8.TextColor3 = Color3.new(1, 1, 1)
  773. ON_8.TextScaled = true
  774. ON_8.TextSize = 14
  775. ON_8.TextWrapped = true
  776. ON_8.MouseButton1Down:connect(function()
  777. if _G.WhiteBeard then
  778. _G.WhiteBeard = false
  779. else
  780. _G.WhiteBeard = true
  781. while _G.WhiteBeard do
  782. wait()
  783. if backpack:findFirstChild("Combat") then
  784. char:EquipTool(backpack.Combat)
  785. end
  786. for a,s in pairs(game.workspace:GetChildren()) do
  787. if s.Name == "Whitebeard" then
  788. plrh.CFrame = CFrame.new(s.HumanoidRootPart.Position + Vector3.new(0, 4, 0), s.HumanoidRootPart.Position)
  789. wait(0.3)
  790. game.workspace[game.Players.LocalPlayer.Name].Combat.ActionEvent:FireServer()
  791. wait(0.7)
  792. s.Humanoid.Health = 0
  793. game.ReplicatedStorage.DialogEvent:FireServer(unpack{"finishwhitebeardquest"})
  794. else
  795. game.Players.LocalPlayer.Character.Humanoid.WarningNotif.Value = "[White Beard] is Dead"
  796. end
  797. end
  798. end
  799. end
  800. end)
  801.  
  802. NormalStuff.Name = "Normal Stuff"
  803. NormalStuff.Parent = OPOS
  804. NormalStuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  805. NormalStuff.BorderSizePixel = 3
  806. NormalStuff.Position = UDim2.new(0.268807381, 0, 0.0158415698, 0)
  807. NormalStuff.Size = UDim2.new(0, 188, 0, 136)
  808. NormalStuff.Active = true
  809. NormalStuff.Draggable = true
  810.  
  811. MoreStuff.Name = "More Stuff"
  812. MoreStuff.Parent = NormalStuff
  813. MoreStuff.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  814. MoreStuff.Size = UDim2.new(0, 188, 0, 25)
  815. MoreStuff.Font = Enum.Font.Fantasy
  816. MoreStuff.Text = "More Stuff"
  817. MoreStuff.TextColor3 = Color3.new(1, 1, 1)
  818. MoreStuff.TextScaled = true
  819. MoreStuff.TextSize = 14
  820. MoreStuff.TextWrapped = true
  821.  
  822. TextLabel_3.Parent = MoreStuff
  823. TextLabel_3.BackgroundColor3 = Color3.new(0, 1, 0)
  824. TextLabel_3.Position = UDim2.new(-1.99461297e-07, 0, 0.959999979, 0)
  825. TextLabel_3.Size = UDim2.new(0, 188, 0, 2)
  826. TextLabel_3.Font = Enum.Font.SourceSans
  827. TextLabel_3.Text = ""
  828. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  829. TextLabel_3.TextSize = 14
  830.  
  831. DupeTool.Name = "Dupe Tool"
  832. DupeTool.Parent = NormalStuff
  833. DupeTool.BackgroundColor3 = Color3.new(0, 0, 0)
  834. DupeTool.Position = UDim2.new(-0.00531914877, 0, 0.243697584, 0)
  835. DupeTool.Size = UDim2.new(0, 93, 0, 31)
  836. DupeTool.Font = Enum.Font.Fantasy
  837. DupeTool.Text = "Dupe Tool"
  838. DupeTool.TextColor3 = Color3.new(1, 1, 1)
  839. DupeTool.TextScaled = true
  840. DupeTool.TextSize = 14
  841. DupeTool.TextWrapped = true
  842. DupeTool.MouseButton1Down:connect(function()
  843. local LocalPlayer = game:GetService("Players").LocalPlayer
  844. local function saveTools()
  845. LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  846. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  847. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  848. if string.find(tool.Name, ToolName.Text) and tool:IsA("Tool") then
  849. tool.Parent = LocalPlayer
  850. end
  851. end
  852. end)
  853. end
  854. LocalPlayer.CharacterAdded:Connect(function(char)
  855. for _, tool in pairs(LocalPlayer:GetChildren()) do
  856. if string.find(tool.Name, ToolName.Text) and tool:IsA("Tool") then
  857. tool.Parent = LocalPlayer.Backpack
  858. end
  859. end
  860. saveTools()
  861. end)
  862. saveTools()
  863. LocalPlayer.Character.Humanoid.Health = 0
  864. end)
  865.  
  866. TPCHest.Name = "TP CHest"
  867. TPCHest.Parent = NormalStuff
  868. TPCHest.BackgroundColor3 = Color3.new(0, 0, 0)
  869. TPCHest.Position = UDim2.new(-0.00531914877, 0, 0.54411763, 0)
  870. TPCHest.Size = UDim2.new(0, 189, 0, 27)
  871. TPCHest.Font = Enum.Font.Fantasy
  872. TPCHest.Text = "TP Chest"
  873. TPCHest.TextColor3 = Color3.new(1, 1, 1)
  874. TPCHest.TextSize = 23
  875. TPCHest.TextWrapped = true
  876. TPCHest.MouseButton1Down:connect(function()
  877. if _G.CollectChest then
  878. _G.CollectChest = false
  879. else
  880. _G.CollectChest = true
  881. while _G.CollectChest do
  882. local a=game:GetService('Players').LocalPlayer.Character.HumanoidRootPart;for b,c in pairs(game.Workspace:GetChildren())do if c.Name=='Chest'then a.CFrame=CFrame.new(c.Position)wait(.15)fireclickdetector(c.Click)end end
  883. end
  884. end
  885. end)
  886.  
  887. TPDF.Name = "TP DF"
  888. TPDF.Parent = NormalStuff
  889. TPDF.BackgroundColor3 = Color3.new(0, 0, 0)
  890. TPDF.Position = UDim2.new(-0.00531914877, 0, 0.801470578, 0)
  891. TPDF.Size = UDim2.new(0, 189, 0, 27)
  892. TPDF.Font = Enum.Font.Fantasy
  893. TPDF.Text = "TP Devil Fruit"
  894. TPDF.TextColor3 = Color3.new(1, 1, 1)
  895. TPDF.TextSize = 23
  896. TPDF.TextWrapped = true
  897. TPDF.MouseButton1Down:connect(function()
  898. for i,v in pairs(workspace:GetDescendants()) do
  899. if v:IsA('Tool') and string.find(v.Name, "Mi") then
  900. devilfruit = v.Handle.CFrame
  901. end
  902. end
  903.  
  904.  
  905. local ts = game:GetService("TweenService")
  906. local uis = game:GetService("UserInputService")
  907. local char = game.Players.LocalPlayer.Character
  908.  
  909. local part = char.HumanoidRootPart
  910. local ti = TweenInfo.new(5, Enum.EasingStyle.Linear) --- change the 5 to what ever speed you what ( isnt really speed )
  911. local tp = {CFrame = devilfruit}
  912. ts:Create(part, ti, tp):Play()
  913. end)
  914.  
  915. ToolName.Name = "Tool Name"
  916. ToolName.Parent = NormalStuff
  917. ToolName.BackgroundColor3 = Color3.new(0, 0, 0)
  918. ToolName.Position = UDim2.new(0.569148958, 0, 0.236344829, 0)
  919. ToolName.Size = UDim2.new(0, 80, 0, 31)
  920. ToolName.Font = Enum.Font.Fantasy
  921. ToolName.PlaceholderText = "Tool Name"
  922. ToolName.Text = ""
  923. ToolName.TextColor3 = Color3.new(1, 1, 1)
  924. ToolName.TextSize = 16
  925. ToolName.TextWrapped = true
  926.  
  927. TextLabel_4.Parent = NormalStuff
  928. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  929. TextLabel_4.BackgroundTransparency = 1
  930. TextLabel_4.Position = UDim2.new(0, 0, 1.05147064, 0)
  931. TextLabel_4.Size = UDim2.new(0, 202, 0, 28)
  932. TextLabel_4.Font = Enum.Font.Fantasy
  933. TextLabel_4.Text = "Made By Thuận & PHTA Gaming"
  934. TextLabel_4.TextColor3 = Color3.new(1, 0, 0)
  935. TextLabel_4.TextScaled = true
  936. TextLabel_4.TextSize = 14
  937. TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement