Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2024
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.29 KB | None | 0 0
  1. local redzlib = loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/RedzLibV5/main/Source.Lua"))()
  2. local Window = redzlib:MakeWindow({
  3. Title = "ريدز هوب معرب😍 : بلوكس فروت",
  4. SubTitle = "من صنع عبود / دريد",
  5. SaveFolder = "حفض بيانات ريدز | ممنوع حذف.lua"
  6. })
  7.  
  8. local AFKOptions = {}
  9.  
  10. local معلومات = Window:MakeTab({"معلومات", "Info"})
  11. معلومات:AddDiscordInvite({
  12. Name = "مطورين ريدز هوب عرب",
  13. Description = "سكربت ريدز معرب :
  14. المقدمه:المسؤولين عن السكربت : اسماء روب
  15. SDRO1OP / دريد
  16. QWERYUA14 / عبود
  17. حقوق صوديوم / دريد",
  18. Logo = "apple",
  19. Invite = "SDRO10P/ QWERYUA14"
  20. })
  21. local تفريمtab = Window:MakeTab({"تفريم", ""})
  22. if Sea3 then
  23. local تفريم البحرtab = Window:MakeTab({"تفريم بحر", ""})
  24. تفريم البحر:AddSection({"تفريم جزيرة كتسوني"})
  25. local KILabel = AutoSea:AddParagraph({"جزيرة كيتسوني : مش مرسبنه"})
  26. AutoSea:AddToggle({Name = "ذهاب تلقائي لجزيرة كيتسوني",Callback = function(Value)
  27. getgenv().AutoKitsuneIsland = Value;AutoKitsuneIsland()
  28. end})
  29. تفريم البحر:AddToggle({Name = "تبادل شعلات كيتسوني تلقائي",Callback = function(Value)
  30. getgenv().TradeAzureEmber = Value
  31. task.spawn(function()
  32. local Modules = ReplicatedStorage:WaitForChild("Modules", 9e9)
  33. local Net = Modules:WaitForChild("Net", 9e9)
  34. local KitsuneRemote = Net:WaitForChild("RF/KitsuneStatuePray", 9e9)
  35.  
  36. while getgenv().TradeAzureEmber do task.wait(1)
  37. KitsuneRemote:InvokeServer()
  38. end
  39. end)
  40. end})
  41. task.spawn(function()
  42. local Map = workspace:WaitForChild("Map", 9e9)
  43. task.spawn(function()
  44. while task.wait() do
  45. if Map:FindFirstChild("KitsuneIsland") then
  46. local plrPP = Player.Character and Player.Character.PrimaryPart
  47. if plrPP then
  48. Distance = tostring(math.floor((plrPP.Position - Map.KitsuneIsland.WorldPivot.p).Magnitude / 3))
  49. end
  50. end
  51. end
  52. end)
  53.  
  54. while task.wait() do
  55. if Map:FindFirstChild("KitsuneIsland") then
  56. KILabel:SetTitle("جزيرة كيتسوني : مرسينه😍 | مسافه : " .. Distance)
  57. else
  58. KILabel:SetTitle("جزيرة كيتسوني : مش مرسبنه")
  59. end
  60. end
  61. end)
  62. تفريم البحر:AddSection({"بحر"})
  63. تفريم البحر:AddToggle({Name = "تفريم بحر تلقائي",Callback = function(Value)
  64. getgenv().AutoFarmSea = Value;AutoFarmSea()
  65. end})
  66. تفريم البحر:AddButton({Name = "شراء قارب جديد",Callback = function()
  67. BuyNewBoat()
  68. end})
  69. تفريم البحر:AddSection({"مواد"})
  70. تفريم البحر:AddToggle({"تفريم قطع الخشب", false, function(Value)
  71. getgenv().AutoWoodPlanks = Value
  72. task.spawn(function()
  73. local Map = workspace:WaitForChild("Map", 9e9)
  74. local BoatCastle = Map:WaitForChild("Boat Castle", 9e9)
  75.  
  76. local function TreeModel()
  77. for _,Model in pairs(BoatCastle["IslandModel"]:GetChildren()) do
  78. if Model.Name == "Model" and Model:FindFirstChild("Tree") then
  79. return Model
  80. end
  81. end
  82. end
  83.  
  84. local function GetTree()
  85. local Tree = TreeModel()
  86. if Tree then
  87. local Nearest = math.huge
  88. local selected
  89. for _,tree in pairs(Tree:GetChildren()) do
  90. local plrPP = Player.Character and Player.Character.PrimaryPart
  91. if tree and tree.PrimaryPart and tree.PrimaryPart.Anchored then
  92. if plrPP and (plrPP.Position - tree.PrimaryPart.Position).Magnitude < Nearest then
  93. Nearest = (plrPP.Position - tree.PrimaryPart.Position).Magnitude
  94. selected = tree
  95. end
  96. end
  97. end
  98. return selected
  99. end
  100. end
  101.  
  102. local RandomEquip = ""
  103. task.spawn(function()
  104. while getgenv().AutoWoodPlanks do
  105. if VerifyToolTip("ضرب مدري شسمه") then
  106. RandomEquip = "Melee"task.wait(2)
  107. end
  108. if VerifyToolTip("فاكه") then
  109. RandomEquip = "Blox Fruit"task.wait(3)
  110. end
  111. if VerifyToolTip("سيف") then
  112. RandomEquip = "Sword"task.wait(2)
  113. end
  114. if VerifyToolTip("مسدس") then
  115. RandomEquip = "Gun"task.wait(2)
  116. end
  117. end
  118. end)
  119.  
  120. while getgenv().AutoWoodPlanks do task.wait()
  121. local Tree = GetTree()EquipToolTip(RandomEquip)
  122.  
  123. if Tree and Tree.PrimaryPart then
  124. PlayerTP(Tree.PrimaryPart.CFrame)
  125. local plrPP = Player.Character and Player.Character.PrimaryPart
  126. if plrPP and (plrPP.Position - Tree.PrimaryPart.Position).Magnitude < 10 then
  127. if getgenv().SeaSkillZ then
  128. KeyboardPress("Z")
  129. end
  130. if getgenv().SeaSkillX then
  131. KeyboardPress("X")
  132. end
  133. if getgenv().SeaSkillC then
  134. KeyboardPress("C")
  135. end
  136. if getgenv().SeaSkillV then
  137. KeyboardPress("V")
  138. end
  139. if getgenv().SeaSkillF then
  140. KeyboardPress("F")
  141. end
  142. if getgenv().SeaAimBotSkill then
  143. AimBotPart(Tree.PrimaryPart)
  144. end
  145. end
  146. end
  147. end
  148. end)
  149. end})
  150. تفريم البحر:AddSection({"وضع الذعر"})
  151. تفريم البحر:AddSlider({Name = "اختيار دم",Min = 20,Max = 70,Default = 25,Callback = function(Value)
  152. getgenv().HealthPanic = Value
  153. end})
  154. تفريم البحر:AddToggle({"وضع الذعر", true, function(Value)
  155. getgenv().PanicMode = Value
  156. end, "Sea/PanicMode"})
  157. تفريم البحر:AddSection({"اختيار تفريم"})
  158. تفريم البحر:AddParagraph({"سمج"})
  159. تفريم البحر:AddToggle({Name = "تيريرو شارك", Flag = "Sea/TerrorShark", Default = true,Callback = function(Value)
  160. getgenv().Terrorshark = Value
  161. end})
  162. تفريم البحر:AddToggle({Name = "سمج طعم مالح", Flag = "Sea/Piranha", Default = true,Callback = function(Value)
  163. getgenv().Piranha = Value
  164. end})
  165. تفريم البحر:AddToggle({Name = "طاقم سمج لعين🏴‍☠️", Flag = "Sea/FishCrewMember", Default = true,Callback = function(Value)
  166. getgenv().FishCrewMember = Value
  167. end})
  168. تفريم البحر:AddToggle({Name = "قروش", Flag = "Sea/Shark", Default = true,Callback = function(Value)
  169. getgenv().Shark = Value
  170. end})
  171. تفريم البحر:AddParagraph({"قوارب"})
  172. تفريم البحر:AddToggle({Name = "سفينة لواء القراصنة", Flag = "Sea/PirateBrigade", Default = true,Callback = function(Value)
  173. getgenv().PirateBrigade = Value
  174. end})
  175. تفريم البحر:AddToggle({Name = "سفينة لواء القراصنة الكبير", Flag = "Sea/PirateGrandBrigade", Default = true,Callback = function(Value)
  176. getgenv().PirateGrandBrigade = Value
  177. end})
  178. تفريم البحر:AddToggle({Name = "قارب سمج", Flag = "Sea/FishBoat", Default = true,Callback = function(Value)
  179. getgenv().FishBoat = Value
  180. end})
  181. AddTextLabel(تفريم البحر, {"سي بيست / ابو راس طويل"})
  182. تفريم البحر:AddToggle({Name = "Sea Beast",Default = true,Callback = function(Value)
  183. getgenv().SeaBeast = Value
  184. end})
  185. تفريم البحر:AddToggle({Name = "سي بيست / ابو رؤس طويله",Default = true,Callback = function(Value)
  186. getgenv().SeaBeastTriple = Value
  187. end})]]
  188. تفريم البحر:AddSection({"مهاراة"})
  189. تفريم البحر:AddToggle({Name = "AimBot Skill Enemie", Flag = "Mastery/Aimbot", Default = true,Callback = function(Value)
  190. getgenv().SeaAimBotSkill = Value
  191. end})
  192. تفريم البحر:AddToggle({Name = "Skill Z", Flag = "Mastery/Z", Default = true,Callback = function(Value)
  193. getgenv().SeaSkillZ = Value
  194. end})
  195. تفريم البحر:AddToggle({Name = "Skill X", Flag = "Mastery/X", Default = true,Callback = function(Value)
  196. getgenv().SeaSkillX = Value
  197. end})
  198. تفريم البحر:AddToggle({Name = "Skill C", Flag = "Mastery/C", Default = true,Callback = function(Value)
  199. getgenv().SeaSkillC = Value
  200. end})
  201. تفريم البحر:AddToggle({Name = "Skill V", Flag = "Mastery/V", Default = true,Callback = function(Value)
  202. getgenv().SeaSkillV = Value
  203. end})
  204. تفريم البحر:AddToggle({Name = "Skill F", Flag = "Mastery/F", Callback = function(Value)
  205. getgenv().SeaSkillF = Value
  206. end})
  207. تفريم البحر:AddSection({"ان بي سيز"})
  208. تفريم البحر:AddToggle({Name = "ذهاب لصياد قروش",Callback = function(Value)
  209. getgenv().NPCtween = Value
  210. task.spawn(function()
  211. while getgenv().NPCtween do task.wait()
  212. PlayerTP(CFrame.new(-16526, 108, 752))
  213. end
  214. end)
  215. end})
  216. تفريم البحر:AddToggle({Name = "ذهاب لصياد الوحوش",Callback = function(Value)
  217. getgenv().NPCtween = Value
  218. task.spawn(function()
  219. while getgenv().NPCtween do task.wait()
  220. PlayerTP(CFrame.new(-16281, 73, 263))
  221. end
  222. end)
  223. end})
  224. تفريم البحر:AddToggle({Name = "ذهاب للعميل سري",Callback = function(Value)
  225. getgenv().NPCtween = Value
  226. task.spawn(function()
  227. while getgenv().NPCtween do task.wait()
  228. PlayerTP(CFrame.new(-16471, 528, 539))
  229. end
  230. end)
  231. end})
  232. تفريم البحر:AddSection({"تكوينات"})
  233. تفريم البحر:AddDropdown({
  234. Name = "اختيار وجهة قارب",
  235. Options = {"1", "2", "3", "4", "5", "6", "inf"},
  236. Default = {"6"},
  237. Flag = "Sea/SeaLevel",
  238. Callback = function(Value)
  239. getgenv().SeaLevelTP = Value
  240. end
  241. })
  242. تفريم البحر:AddSlider({
  243. Name = "اختيار سرعة قارب",
  244. Min = 100,
  245. Max = 300,
  246. Increase = 10,
  247. Default = 250,
  248. Flag = "Sea/BoatSpeed",
  249. Callback = function(Value)
  250. getgenv().SeaBoatSpeed = Value
  251. end
  252. })
  253. end
  254. if Sea3 and IsOwner then
  255. local ميراجtab = Window:MakeTab({"ميراج", ""})
  256.  
  257. ميرج:AddToggle({"ذراع السحب التلقائي", false, function(Value)
  258.  
  259. end})
  260.  
  261. ميراجtab:AddToggle({"لعبة ألغاز الحجارة التلقائي", false, function(Value)
  262.  
  263. end})
  264.  
  265. ميراجTab:AddSection({"ميراج تلقائي"})
  266.  
  267. ميراجTab:AddToggle({"حصول على ميراج تلقائي", false, function(Value)
  268.  
  269. end})
  270.  
  271. ميراجTab:AddToggle({"حصول على ترس تلقائي", false, function(Value)
  272. getgenv().AutoMiragePuzzle = Value
  273.  
  274. local function GetGear()
  275.  
  276. end
  277.  
  278. local function LookToMoon()
  279. local MoonDirection = Lighting:GetMoonDirection()
  280. local LookToPos = Camera.CFrame.p + moonDir * 100
  281. Camera.CFrame = CFrame.lookAt(Camera.CFrame.p, LookToPos0)
  282. end
  283.  
  284. local Connection = RunService.Heartbeat:Connect(LookToMoon)
  285. while getgenv().AutoMiragePuzzle do task.wait()end
  286. if Connection then
  287. Connection:Disconnect()
  288. end
  289. end})
  290.  
  291. ميراجTab:AddSection({"الريس تلقائي"})
  292.  
  293. ميراجTab:AddToggle({"اكمل تريل تلقائي", false, function(Value)
  294. getgenv().AutoFinishTrial = Value
  295. task.spawn(function()
  296. local PlayerRace
  297. task.spawn(function()
  298. while getgenv().AutoFinishTrial do task.wait()
  299. PlayerRace = Player.Data.Race.Value
  300. end
  301. end)
  302.  
  303. while getgenv().AutoFinishTrial do task.wait()
  304. if PlayerRace and typeof(PlayerRace) == "string" then
  305. if PlayerRace == "Cyborg" then
  306. PlayerTP(CFrame.new(28654, 14898, -30))
  307. elseif PlayerRace == "Ghoul" then
  308. KillAura()
  309. elseif PlayerRace == "Human" then
  310. KillAura()
  311. elseif PlayerRace == "Mink" then
  312. for _,part in pairs(workspace:GetDescendants()) do
  313. if part.Name == "StartPoint" then
  314. PlayerTP(part.CFrame)
  315. end
  316. end
  317. elseif PlayerRace == "Skypiea" then
  318. pcall(function()
  319. for _,part in pairs(workspace.Map.SkyTrial.Model:GetDescendants()) do
  320. if part.Name == "snowisland_Cylinder.081" then
  321. PlayerTP(part.CFrame)
  322. end
  323. end
  324. end)
  325. end
  326. end
  327. end
  328. end)
  329. end})
  330. end
  331. local مهام | ايتيماتtab = Window:MakeTab({"مهام | ايتيمات", "sword"})
  332. local فواكه | رايداتtab = Window:MakeTab({"فواكه | رايدات", "Cherry"})
  333. local معلوماتtab = Window:MakeTab({"معلومات", "Search"})
  334. معلومات:AddSection({"لاعب"})
  335. local Nerd = معلومات:AddParagraph({"ذهاب للنيرد < معلومات عن ملابس >"})
  336. task.spawn(function()
  337. while task.wait() do
  338. Nerd:SetDesc(FireRemote("Nerd"))
  339. end
  340. end)]]
  341. if PlayerLevel.Value < MaxLavel then
  342. local ستاتtab = Window:MakeTab({"ستات", "signal"})
  343. local PointsSlider, Melee, Defense, Sword, Gun, DemonFruit = 1
  344.  
  345. local function AutoStats()
  346. local function AddStats(Stats)
  347. if Player.Data.Points.Value >= 1 then
  348. local Points = math.clamp(PointsSlider, 1, Player.Data.Points.Value)
  349. FireRemote("AddPoint", Stats, Points)
  350. end
  351. end
  352.  
  353. while getgenv().AutoStats do task.wait()
  354. if Melee then
  355. AddStats("Melee")
  356. end
  357. if Defense then
  358. AddStats("Defense")
  359. end
  360. if Sword then
  361. AddStats("Sword")
  362. end
  363. if Gun then
  364. AddStats("Gun")
  365. end
  366. if DemonFruit then
  367. AddStats("Demon Fruit")
  368. end
  369. end
  370. end
  371.  
  372. ستاتTab:AddToggle({
  373. Name = "الستات تلقائي",
  374. Flag = "Stats/AutoStats",
  375. Callback = function(Value)
  376. getgenv().AutoStats = Value
  377. AutoStats()
  378. end
  379. })
  380.  
  381. ستاتTab:AddSlider({
  382. Name = "اختار نقطه",
  383. Flag = "Stats/SelectPoints",
  384. Min = 1,
  385. Max = 100,
  386. Increase = 1,
  387. Default = 1,
  388. Callback = function(Value)
  389. PointsSlider = Value
  390. end
  391. })
  392.  
  393. ستاتTab:AddSection({"اختيار الستات"})
  394.  
  395. ستاتTab:AddToggle({Name = "Melee", Flag = "Stats/SelectMelee", Callback = function(Value)
  396. Melee = Value
  397. end})
  398. ستاتTab:AddToggle({Name = "Defense", Flag = "Stats/SelectDefense", Callback = function(Value)
  399. Defense = Value
  400. end})
  401. ستاتTab:AddToggle({Name = "Sword", Flag = "Stats/SelectSword", Callback = function(Value)
  402. Sword = Value
  403. end})
  404. ستاتTab:AddToggle({Name = "Gun", Flag = "Stats/SelectGun", Callback = function(Value)
  405. Gun = Value
  406. end})
  407. ستاتTab:AddToggle({Name = "Demon Fruit", Flag = "Stats/SelectDemonFruit", Callback = function(Value)
  408. DemonFruit = Value
  409. end})
  410. end
  411. local Teleport = Window:MakeTab({"تنقل", "Locate"})
  412. local Visual = Window:MakeTab({"مرئي", "User"})
  413. local Shop = Window:MakeTab({"متجر", "ShoppingCart"})
  414. local Misc = Window:MakeTab({"متفرقات", "Settings"})
  415.  
  416. تفريم:AddDropdown({
  417. Name = "ادواة تفريم",
  418. Options = {"ضرب", "سيف", "فاكه"},
  419. Default = {"Melee"},
  420. Flag = "Main/FarmTool",
  421. Callback = function(Value)
  422. getgenv().FarmTool = Value
  423. end
  424. })
  425.  
  426. if PlayerLevel.Value >= MaxLavel and Sea3 then
  427. تفريم:AddToggle({
  428. Name = "بدي تفرمات متعدده < بيتا >",
  429. Callback = function(Value)
  430. table.foreach(AFKOptions, function(_,Val)
  431. task.spawn(function()
  432. Val:Set(Value)
  433. end)
  434. end)
  435. end
  436. })
  437. end
  438.  
  439. تفريم:AddSection({"تفريم"})
  440.  
  441. تفريم:AddToggle({"تفريم الفل", false, function(Value)
  442. getgenv().AutoFarm_Level = Value;AutoFarm_Level()
  443. end, Description = "Lavel Farm"})
  444.  
  445. تفريم:AddToggle({"تفريم اقرب شيء لك", false, function(Value)
  446. getgenv().AutoFarmNearest = Value;AutoFarmNearest()
  447. end})
  448.  
  449. if Sea3 then
  450. table.insert(AFKOptions, MainFarm:AddToggle({"تفريم قراصنة البحر تلقائي", false, function(Value)
  451. getgenv().AutoPiratesSea = Value;AutoPiratesSea()
  452. end}))
  453. elseif Sea2 then
  454. تفريم:AddToggle({"تفريم مصنع تلقائي", false, function(Value)
  455. getgenv().AutoFactory = Value;AutoFactory()
  456. end})
  457. end
  458.  
  459. تفريم:AddSection({"عبد قريشين"})
  460.  
  461. local TimeLabel = تفريم:AddLabel({"Text", "وقت للهديه قادمه : nil"})
  462.  
  463. task.spawn(function()
  464. local Counter = workspace:WaitForChild("Countdown", 9e9)
  465. local SurfaceGui = Counter:WaitForChild("SurfaceGui", 9e9)
  466. local TextLabel = SurfaceGui:WaitForChild("TextLabel", 9e9)
  467.  
  468. while task.wait() do
  469. TimeLabel:SetTitle("Time to Next gift : " .. TextLabel.Text)
  470.  
  471. if TextLabel.Text ~= "STARTING!" then
  472. local TimerL, Timer = TextLabel.Text:split(":"), 0
  473. if tonumber(TimerL[2]) >= 1 then
  474. Timer = tonumber(TimerL[2]) * 60
  475. end
  476. Timer = Timer + tonumber(TimerL[3])
  477.  
  478. getgenv().TimeToGift = Timer
  479. else
  480. getgenv().TimeToGift = 0
  481. end
  482. end
  483. end)
  484.  
  485. if PlayerLevel.Value >= MaxLavel and Sea3 then
  486. تفريم:AddToggle({"Auto Farm Candy", false, function(Value)
  487. getgenv().AutoCandy = Value
  488. task.spawn(function()
  489. local Enemies1 = workspace:WaitForChild("Enemies", 9e9)
  490. local Enemies2 = ReplicatedStorage
  491.  
  492. local function GetProxyNPC()
  493. local Distance = math.huge
  494. local NPC = nil
  495. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  496.  
  497. for _,npc in pairs(Enemies1:GetChildren()) do
  498. if npc.Name == "Isle Champion" or npc.Name == "Sun-kissed Warrior" or npc.Name == "Island Boy" or npc.Name == "Isle Outlaw" then
  499. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  500. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  501. NPC = npc
  502. end
  503. end
  504. end
  505. for _,npc in pairs(Enemies2:GetChildren()) do
  506. if npc.Name == "Isle Champion" or npc.Name == "Sun-kissed Warrior" or npc.Name == "Island Boy" or npc.Name == "Isle Outlaw" then
  507. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  508. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  509. NPC = npc
  510. end
  511. end
  512. end
  513. return NPC
  514. end
  515.  
  516. while getgenv().AutoCandy do task.wait()
  517. if Configure("Candy") then
  518. else
  519. local Enemie = GetProxyNPC()
  520. if Enemie then
  521. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  522. pcall(function()PlayerClick()ActiveHaki()EquipTool()BringNPC(Enemie, true)end)
  523. end
  524. end
  525. end
  526. end)
  527. end})
  528. end
  529.  
  530. تفريم:AddToggle({"Auto Gift", false, function(Value)
  531. getgenv().AutoGift = Value
  532. task.spawn(function()
  533. local function GetGift()
  534. for _,part in pairs(workspace["_WorldOrigin"]:GetChildren()) do
  535. if part.Name == "Present" then
  536. if part:FindFirstChild("Box") and part.Box:FindFirstChild("ProximityPrompt") then
  537. return part, part.Box.ProximityPrompt
  538. end
  539. end
  540. end
  541. end
  542.  
  543. while getgenv().AutoGift do task.wait()
  544. local Gift, Prompt = GetGift()
  545.  
  546. if Gift and Gift.PrimaryPart then
  547. PlayerTP(Gift.PrimaryPart.CFrame)
  548. if Prompt then
  549. fireproximityprompt(Prompt)
  550. end
  551. elseif getgenv().TimeToGift < 90 then
  552. if Sea3 then
  553. PlayerTP(CFrame.new(-1076, 14, -14437))
  554. elseif Sea2 then
  555. PlayerTP(CFrame.new(-5219, 15, 1532))
  556. elseif Sea1 then
  557. PlayerTP(CFrame.new(1007, 15, -3805))
  558. end
  559. end
  560. end
  561. end)
  562. end})]]
  563.  
  564. if Sea3 then
  565. تفريم:AddSection({"تفريم العضام"})
  566.  
  567. table.insert(AFKOptions, تفريم:AddToggle({
  568. Name = "تفريم العضام تلقائي",
  569. Callback = function(Value)
  570. getgenv().AutoFarmBone = Value
  571. AutoFarmBone()
  572. end
  573. }))
  574.  
  575. table.insert(AFKOptions, تفريم:AddToggle({
  576. Name = "تفريم منجل التجويف التلقائي",
  577. Callback = function(Value)
  578. getgenv().AutoSoulReaper = Value
  579. AutoSoulReaper()
  580. end
  581. }))
  582.  
  583. table.insert(AFKOptions, تفريم:AddToggle({
  584. Name = "تقايض العضام تلقائي",
  585. Callback = function(Value)
  586. getgenv().AutoTradeBone = Value
  587. while getgenv().AutoTradeBone do task.wait()
  588. FireRemote("Bones", "Buy", 1, 1)
  589. end
  590. end
  591. }))
  592.  
  593. elseif Sea2 then
  594.  
  595. تفريم:AddSection({"تفريم ايكتو بلازمه"})
  596.  
  597. تفريم:AddToggle({
  598. Name = "تفريم الايكتو بلازمه تلقائي",
  599. Callback = function(Value)
  600. getgenv().AutoFarmEctoplasm = Value
  601. AutoFarmEctoplasm()
  602. end
  603. })
  604. end
  605.  
  606. تفريم:AddSection({"تفريم صناديق"})
  607.  
  608. تفريم:AddToggle({
  609. Name = "تفريم صناديق تلقائي < Tween >",
  610. Callback = function(Value)
  611. getgenv().AutoChestTween = Value
  612. AutoChestTween()
  613. end
  614. })
  615.  
  616. تفريم:AddToggle({
  617. Name = "تفريم صناديق تلقائي < Bypass >",
  618. Callback = function(Value)
  619. getgenv().AutoChestBypass = Value
  620. AutoChestBypass()
  621. end
  622. })
  623.  
  624. تفريم:AddSection({"بوسات"})
  625.  
  626. تفريم:AddButton({
  627. Name = "تحديث قائمة بوسات",
  628. Callback = function()
  629. pcall(function()UpdateBossList()end)
  630. end
  631. })
  632.  
  633. local BossList = تفريم:AddDropdown({
  634. Name = "قائمة بوسات",
  635. Callback = function(Value)
  636. getgenv().BossSelected = Value
  637. end
  638. })
  639.  
  640. function UpdateBossList()
  641. local NewOptions = {}
  642. for ___,NameBoss in pairs(BossListT) do
  643. if VerifyNPC(NameBoss) then
  644. table.insert(NewOptions, NameBoss)
  645. end
  646. end
  647. BossList:Set(NewOptions, true)
  648. end
  649. UpdateBossList()
  650.  
  651. تفريم:AddToggle({
  652. Name = "تفريم بوس مختار",
  653. Callback = function(Value)
  654. getgenv().AutoFarmBossSelected = Value
  655. AutoFarmBossSelected()
  656. end
  657. })
  658.  
  659. تفريم:AddToggle({
  660. Name = "تفريم جميع بوسات التلقائي",
  661. Callback = function(Value)
  662. getgenv().KillAllBosses = Value
  663. KillAllBosses()
  664. end
  665. })
  666.  
  667. تفريم:AddToggle({
  668. Name = "اخذ مهمه",
  669. Default = true,
  670. Callback = function(Value)
  671. getgenv().TakeQuestBoss = Value
  672. end
  673. })
  674.  
  675. تفريم:AddButton({
  676. Name = "ذهاب لسيرفير اخر",
  677. Callback = function()
  678. ServerHop()
  679. end
  680. })
  681.  
  682. تفريم:AddSection({"تفريم مواد"})
  683.  
  684. local MaterialList = {}
  685.  
  686. if Sea1 then
  687. MaterialList = {
  688. "Angel Wings",
  689. "Leather + Scrap Metal",
  690. "Magma Ore",
  691. "Fish Tail"
  692. }
  693. elseif Sea2 then
  694. MaterialList = {
  695. "Leather + Scrap Metal",
  696. "Magma Ore",
  697. "Mystic Droplet",
  698. "Radiactive Material",
  699. "Vampire Fang"
  700. }
  701. elseif Sea3 then
  702. MaterialList = {
  703. "Leather + Scrap Metal",
  704. "Fish Tail",
  705. "Gunpowder",
  706. "Mini Tusk",
  707. "Conjured Cocoa",
  708. "Dragon Scale"
  709. }
  710. end
  711.  
  712. تفريم:AddDropdown({
  713. Name = "قائمة مواد",
  714. Options = MaterialList,
  715. Flag = "Material/Selected",
  716. Callback = function(Value)
  717. getgenv().MaterialSelected = Value
  718. end
  719. })
  720.  
  721. تفريم:AddToggle({
  722. Name = "تفريم مواد تلقائي",
  723. Callback = function(Value)
  724. getgenv().AutoFarmMaterial = Value
  725. AutoFarmMaterial()
  726. end
  727. })
  728.  
  729. تفريم:AddSection({"الماستري"})
  730.  
  731. تفريم:AddSlider({
  732. Name = "اختيار دم",
  733. Min = 10,
  734. Max = 100,
  735. Default = 25,
  736. Callback = function(Value)
  737. getgenv().HealthSkill = Value
  738. end
  739. })
  740.  
  741. تفريم:AddDropdown({
  742. Name = "اختيار الاداة",
  743. Options = {"فاكه"},
  744. Default = {"Blox Fruit"},
  745. Callback = function(Value)
  746. getgenv().ToolMastery = Value
  747. end
  748. })
  749.  
  750. تفريم:AddToggle({
  751. Name = "تفريم الماستري تلقائي",
  752. Callback = function(Value)
  753. getgenv().AutoFarmMastery = Value
  754. AutoFarmMastery()
  755. end
  756. })
  757.  
  758. تفريم:AddSection({"مهاره"})
  759.  
  760. تفريم:AddToggle({
  761. Name = "ايم بوت مهارة للعدو",
  762. Flag = "Sea/Aimbot",
  763. Default = true,
  764. Callback = function(Value)
  765. getgenv().AimBotSkill = Value
  766. end
  767. })
  768.  
  769. تفريم:AddToggle({
  770. Name = "Skill Z",
  771. Flag = "Sea/Z",
  772. Default = true,
  773. Callback = function(Value)
  774. getgenv().SkillZ = Value
  775. end
  776. })
  777.  
  778. تفريم:AddToggle({
  779. Name = "Skill X",
  780. Flag = "Sea/X",
  781. Default = true,
  782. Callback = function(Value)
  783. getgenv().SkillX = Value
  784. end
  785. })
  786.  
  787. تفريم:AddToggle({
  788. Name = "Skill C",
  789. Flag = "Sea/C",
  790. Default = true,
  791. Callback = function(Value)
  792. getgenv().SkillC = Value
  793. end
  794. })
  795.  
  796. تفريم:AddToggle({
  797. Name = "Skill V",
  798. Flag = "Sea/V",
  799. Default = true,
  800. Callback = function(Value)
  801. getgenv().SkillV = Value
  802. end
  803. })
  804.  
  805. تفريم:AddToggle({
  806. Name = "Skill F",
  807. Flag = "Sea/F",
  808. Callback = function(Value)
  809. getgenv().SkillF = Value
  810. end
  811. })
  812.  
  813. فواكه | رايدات:AddSection({"فاكه"})
  814.  
  815. local Fruit_BlackList = {}
  816.  
  817. FruitAndRaid:AddToggle({
  818. Name = "حفض فاكه تلقائي",
  819. Flag = "Fruits/AutoStore",
  820. Callback = function(Value)
  821. getgenv().AutoStoreFruits = Value
  822. task.spawn(function()
  823. local Remote = ReplicatedStorage:WaitForChild("Remotes", 9e9):WaitForChild("CommF_", 9e9)
  824.  
  825. while getgenv().AutoStoreFruits do task.wait()
  826. local plrBag = Player.Backpack
  827. local plrChar = Player.Character
  828. if plrChar then
  829. for _,Fruit in pairs(plrChar:GetChildren()) do
  830. if not table.find(Fruit_BlackList, Fruit.Name) and Fruit:IsA("Tool") and Fruit:FindFirstChild("Fruit") then
  831. if Remote:InvokeServer("StoreFruit", Get_Fruit(Fruit.Name), Fruit) ~= true then
  832. table.insert(Fruit_BlackList, Fruit.Name)
  833. end
  834. end
  835. end
  836. end
  837. for _,Fruit in pairs(plrBag:GetChildren()) do
  838. if not table.find(Fruit_BlackList, Fruit.Name) and Fruit:IsA("Tool") and Fruit:FindFirstChild("Fruit") then
  839. if Remote:InvokeServer("StoreFruit", Get_Fruit(Fruit.Name), Fruit) ~= true then
  840. table.insert(Fruit_BlackList, Fruit.Name)
  841. end
  842. end
  843. end
  844. end
  845. end)
  846. end
  847. })
  848.  
  849. table.insert(AFKOptions, فواكه | رايدات:AddToggle({
  850. Name = "تنقل للفاكه",
  851. Flag = "Fruits/Teleport",
  852. Callback = function(Value)
  853. getgenv().TeleportToFruit = Value
  854. task.spawn(function()
  855. while getgenv().TeleportToFruit do task.wait()
  856. if Configure("Fruit") then getgenv().TeleportingToFruit = false
  857. else
  858. local Fruit = FruitFind()
  859. if Fruit then
  860. PlayerTP(Fruit.CFrame)
  861. getgenv().TeleportingToFruit = true
  862. else
  863. getgenv().TeleportingToFruit = false
  864. end
  865. end
  866. end
  867. end)
  868. end
  869. }))
  870.  
  871. فواكه | رايدات:AddToggle({
  872. Name = "فاكه العشوائي تلقائي",
  873. Flag = "Fruits/AutoRandom",
  874. Callback = function(Value)
  875. getgenv().AutoRandomFruit = Value
  876. task.spawn(function()
  877. while getgenv().AutoRandomFruit do task.wait(1)
  878. FireRemote("Cousin", "Buy")
  879. end
  880. end)
  881. end
  882. })
  883.  
  884. فواكه | رايدات:AddSection({"رايدات"})
  885. if Sea1 then FruitAndRaid:AddParagraph({"فقط في البحر ثاني والثالث"})
  886. elseif Sea2 or Sea3 then
  887. Raids_Chip = {}
  888. local Raids = require(ReplicatedStorage.Raids)
  889.  
  890. table.foreach(Raids.advancedRaids, function(a, b)table.insert(Raids_Chip, b)end)
  891. table.foreach(Raids.raids, function(a, b)table.insert(Raids_Chip, b)end)
  892.  
  893. فواكه | رايدات:AddDropdown({
  894. Name = "اختيار الرايد",
  895. Options = Raids_Chip,
  896. Flag = "Raid/SelectedChip",
  897. Callback = function(Value)
  898. getgenv().SelectRaidChip = Value
  899. end
  900. })
  901.  
  902. فواكه | رايدات:AddToggle({
  903. Name = "تفريم الرايد تلقائي",
  904. Callback = function(Value)
  905. getgenv().AutoFarmRaid = Value
  906. task.spawn(function()
  907. local Islands = workspace:WaitForChild("_WorldOrigin", 9e9):WaitForChild("Locations", 9e9)
  908.  
  909. local function GetIsland(Island)
  910. local plrChar = Player and Player.Character
  911. local plrPP = plrChar and plrChar.PrimaryPart
  912.  
  913. for _,island in pairs(Islands:GetChildren()) do
  914. if island and island.Name == Island and plrPP and (island.Position - plrPP.Position).Magnitude < 3000 then
  915. return island
  916. end
  917. end
  918. end
  919.  
  920. task.spawn(function()
  921. while getgenv().AutoFarmRaid do task.wait(0.5)
  922. if Configure("Raid") then
  923. else
  924. FireRemote("Awakener", "Check")FireRemote("Awakener", "Awaken")
  925. end
  926. end
  927. end)
  928.  
  929. task.spawn(function()
  930. while getgenv().AutoFarmRaid do task.wait(0.5)
  931. if getgenv().SelectRaidChip == "Rumble" then
  932. FireRemote("ThunderGodTalk", true)
  933. FireRemote("ThunderGodTalk")
  934. end
  935. end
  936. end)
  937.  
  938. task.spawn(function()
  939. while getgenv().AutoFarmRaid do task.wait()
  940. if Configure("Raid") then
  941. getgenv().FarmingRaid = false
  942. else
  943. if Player.PlayerGui.Main.Timer.Visible then EquipTool()
  944. local Island1 = GetIsland("Island 1")
  945. local Island2 = GetIsland("Island 2")
  946. local Island3 = GetIsland("Island 3")
  947. local Island4 = GetIsland("Island 4")
  948. local Island5 = GetIsland("Island 5")
  949.  
  950. if Island5 then
  951. getgenv().FarmingRaid = true
  952. PlayerTP(Island5.CFrame + Vector3.new(0, 70, 0))
  953. elseif Island4 then
  954. getgenv().FarmingRaid = true
  955. PlayerTP(Island4.CFrame + Vector3.new(0, 70, 0))
  956. elseif Island3 then
  957. getgenv().FarmingRaid = true
  958. PlayerTP(Island3.CFrame + Vector3.new(0, 70, 0))
  959. elseif Island2 then
  960. getgenv().FarmingRaid = true
  961. PlayerTP(Island2.CFrame + Vector3.new(0, 70, 0))
  962. elseif Island1 then
  963. getgenv().FarmingRaid = true
  964. PlayerTP(Island1.CFrame + Vector3.new(0, 70, 0))
  965. else
  966. getgenv().FarmingRaid = false
  967. end
  968. else
  969. getgenv().FarmingRaid = false
  970. end
  971. end
  972. end
  973. end)
  974.  
  975. while getgenv().AutoFarmRaid do task.wait()
  976. if Configure("Raid") then
  977. else
  978. if not Player.PlayerGui.Main.Timer.Visible and VerifyTool("Special Microchip") then
  979. if not GetIsland("Island 1")
  980. and not GetIsland("Island 2")
  981. and not GetIsland("Island 3")
  982. and not GetIsland("Island 4")
  983. and not GetIsland("Island 5") then
  984. pcall(function()
  985. if Sea2 then
  986. fireclickdetector(workspace.Map.CircleIsland.RaidSummon2.Button.Main.ClickDetector)
  987. repeat task.wait()until GetIsland("Island 1")task.wait(1)
  988. elseif Sea3 then
  989. fireclickdetector(workspace.Map["Boat Castle"].RaidSummon2.Button.Main.ClickDetector)
  990. repeat task.wait()until GetIsland("Island 1")task.wait(1)
  991. end
  992. end)
  993. end
  994. end
  995. end
  996. end
  997. end)
  998. getgenv().AutoKillAura = Value
  999. AutoKillAura()
  1000. end
  1001. })
  1002.  
  1003. فواكه | رايدات:AddToggle({"شراء بطاقة رايد تلقائي", false, function(Value)
  1004. getgenv().AutoBuyChip = Value
  1005. task.spawn(function()
  1006. while getgenv().AutoBuyChip do task.wait()
  1007. if not VerifyTool("Special Microchip") then
  1008. FireRemote("RaidsNpc", "Select", getgenv().SelectRaidChip)task.wait(1)
  1009. end
  1010. end
  1011. end)
  1012. end})
  1013. end
  1014.  
  1015. if Sea1 then
  1016. مهام | ايتيمات:AddSection({"بحر ثاني"})
  1017.  
  1018. مهام | ايتيمات:AddToggle({
  1019. Name = "ذهاب للبحر ثاني التلقائي",
  1020. Callback = function(Value)
  1021. getgenv().AutoSecondSea = Value
  1022. AutoSecondSea()
  1023. end
  1024. })
  1025.  
  1026. مهام | ايتيمات:AddSection({"سيف شانكس"})
  1027.  
  1028. مهام | ايتيمات:AddToggle({
  1029. Name = "حصول على سبف شانكس | لفل فوق 200",
  1030. Callback = function(Value)
  1031. getgenv().AutoUnlockSaber = Value
  1032. AutoUnlockSaber()
  1033. end
  1034. })
  1035.  
  1036. مهام | ايتيمات:AddSection({"بوس البرق"})
  1037.  
  1038. مهام | ايتيمات:AddToggle({
  1039. Name = "الحصول على عصاة البرق تلقائي",
  1040. Callback = function(Value)
  1041. getgenv().AutoEnelBossPole = Value
  1042. AutoEnelBossPole()
  1043. end
  1044. })
  1045.  
  1046. مهام | ايتيمات:AddSection({"ابو خشم جبير"})
  1047.  
  1048. مهام | ايتيمات:AddToggle({
  1049. Name = "حصول على سيف ابو خشم جبير",
  1050. Callback = function(Value)
  1051. getgenv().AutoSawBoss = Value
  1052. AutoSawBoss()
  1053. end
  1054. })
  1055.  
  1056. elseif Sea2 then
  1057. مهام | ايتيمات:AddSection({"بحر ثالث"})
  1058.  
  1059. مهام | ايتيمات:AddToggle({
  1060. Name = "ذهاب للبحر ثالث تلقائي",
  1061. Callback = function(Value)
  1062. getgenv().AutoThirdSea = Value
  1063. AutoThirdSea()
  1064. end
  1065. })
  1066.  
  1067. مهام | ايتيمات:AddToggle({
  1068. Name = "قتل دوفلامنغو تلقائي",
  1069. Callback = function(Value)
  1070. getgenv().AutoKillDonSwan = Value
  1071. AutoKillDonSwan()
  1072. end
  1073. })
  1074.  
  1075. مهام | ايتيمات:AddToggle({
  1076. Name = "قتل دوفلامنغو تلقائي | تغير سيرفير",
  1077. Callback = function(Value)
  1078. getgenv().AutoDonSwanHop = Value
  1079. end
  1080. })
  1081.  
  1082. مهام | ايتيمات:AddSection({"مهمة بارتلوميو"})
  1083.  
  1084. مهام | ايتيمات:AddToggle({
  1085. Name = "مهمة بارتلوميو تلقائي",
  1086. Callback = function(Value)
  1087. getgenv().AutoBartiloQuest = Value
  1088. AutoBartiloQuest()
  1089. end
  1090. })
  1091.  
  1092. مهام | ايتيمات:AddSection({"سيف رانغوكو"})
  1093.  
  1094. مهام | ايتيمات:AddToggle({
  1095. Name = "حصول على سيف رانغوكو تلقائي",
  1096. Callback = function(Value)
  1097. getgenv().AutoRengoku = Value
  1098. AutoRengoku()
  1099. end
  1100. })
  1101.  
  1102. مهام | ايتيمات:AddToggle({
  1103. Name = "حصول على سيف رانغوكو تلقائي | تغير سيرفير",
  1104. Callback = function(Value)
  1105. getgenv().AutoRengokuHop = Value
  1106. end
  1107. })
  1108.  
  1109. مهام | ايتيمات:AddSection({"سيوف ألاسطوريه "})
  1110.  
  1111. مهام | ايتيمات:AddToggle({"شراء السيوف الاسطوريه التلقائي ", false, function(Value)
  1112. getgenv().AutoLegendarySword = Value
  1113. task.spawn(function()
  1114. while getgenv().AutoLegendarySword do task.wait(0.5)
  1115. FireRemote("LegendarySwordDealer", "1")
  1116. FireRemote("LegendarySwordDealer", "2")
  1117. FireRemote("LegendarySwordDealer", "3")
  1118. end
  1119. end)
  1120. end, "Buy/LegendarySword",})
  1121.  
  1122. مهام | ايتيمات:AddToggle({
  1123. Name = "شراء سيوف زورو تلقائي",
  1124. Flag = "Buy/TTK",
  1125. Callback = function(Value)
  1126. getgenv().AutoTTK = Value
  1127. task.spawn(function()
  1128. while getgenv().AutoTTK do task.wait()
  1129. FireRemote("MysteriousMan", "1")
  1130. FireRemote("MysteriousMan", "2")
  1131. end
  1132. end)
  1133. end
  1134. })
  1135.  
  1136. مهام | ايتيمات:AddSection({"ريس"})
  1137.  
  1138. مهام | ايتيمات:AddToggle({
  1139. Name = "جعل ريس من مستوه 2 تلقائي",
  1140. Callback = function(Value)
  1141. getgenv().AutoRaceV2 = Value
  1142. AutoRaceV2()
  1143. end
  1144. })
  1145.  
  1146. مهام | ايتيمات:AddSection({"كابتن ملعون"})
  1147.  
  1148. مهام | ايتيمات:AddToggle({
  1149. Name = "قتل كابتن ملعون تلقائي",
  1150. Callback = function(Value)
  1151. getgenv().AutoCursedCaptain = Value
  1152. AutoCursedCaptain()
  1153. end
  1154. })
  1155.  
  1156. مهام | ايتيمات:AddSection({"لحيه سوداء"})
  1157.  
  1158. مهام | ايتيمات:AddToggle({
  1159. Name = "قتل لحيه سوداء تلقائي",
  1160. Callback = function(Value)
  1161. getgenv().AutoDarkbeard = Value
  1162. AutoDarkbeard()
  1163. end
  1164. })
  1165.  
  1166. مهام | ايتيمات:AddSection({"لاو"})
  1167.  
  1168. مهام | ايتيمات:AddToggle({
  1169. Name = "شراء بطاقة لاو تلقائي",
  1170. Callback = function(Value)
  1171. getgenv().AutoBuyLawChip = Value
  1172. task.spawn(function()
  1173. while getgenv().AutoBuyLawChip do task.wait()
  1174. if not VerifyNPC("Order") and not VerifyTool("Microchip") then
  1175. FireRemote("BlackbeardReward", "Microchip", "2")
  1176. end
  1177. end
  1178. end)
  1179. end
  1180. })
  1181.  
  1182. مهام | ايتيمات:AddToggle({
  1183. Name = "بدا رايد لاو تلقائي",
  1184. Callback = function(Value)
  1185. getgenv().AutoStartLawRaid = Value
  1186. task.spawn(function()
  1187. while getgenv().AutoStartLawRaid do task.wait()
  1188. if not VerifyNPC("Order") and VerifyTool("Microchip") then
  1189. pcall(function()
  1190. fireclickdetector(workspace.Map.CircleIsland.RaidSummon.Button.Main.ClickDetector)
  1191. end)
  1192. end
  1193. end
  1194. end)
  1195. end
  1196. })
  1197.  
  1198. مهام | ايتيمات:AddToggle({
  1199. Name = "قتل بوس لاو تلقائي",
  1200. Callback = function(Value)
  1201. getgenv().AutoKillLawBoss = Value
  1202. AutoKillLawBoss()
  1203. end
  1204. })
  1205.  
  1206. elseif Sea3 then
  1207. مهام | ايتيمات:AddSection({"يلية هنتر"})
  1208.  
  1209. local LabelElite = مهام | ايتيمات:AddParagraph({"يلية هنتر : مش مرسبن"})
  1210. local LabelElit3 = مهام | ايتيمات:AddParagraph({"عدد موته الايلية هنتر : 0"})
  1211.  
  1212. task.spawn(function()
  1213. while task.wait() do
  1214. if VerifyNPC("Urban") or VerifyNPC("Deandre") or VerifyNPC("Diablo") then
  1215. LabelElite:SetTitle("يلية هنتر : مرسبن")
  1216. else
  1217. LabelElite:SetTitle("Elite Stats : not Spawn")
  1218. end
  1219. end
  1220. end)
  1221.  
  1222. if not IsOwner then
  1223. task.spawn(function()
  1224. while task.wait(1) do
  1225. LabelElit3:SetTitle("Elite Hunter progress : " .. FireRemote("EliteHunter", "Progress"))
  1226. end
  1227. end)
  1228. end
  1229.  
  1230. table.insert(AFKOptions, مهام | ايتيمات:AddToggle({
  1231. Name = "قتل الايلية هنتر تلقائي",
  1232. Callback = function(Value)
  1233. getgenv().AutoEliteHunter = Value
  1234. AutoEliteHunter()
  1235. end
  1236. }))
  1237.  
  1238. table.insert(AFKOptions, مهام | ايتيمات1:AddToggle({
  1239. Name = "حصول على سيف ياما تلقائي | عدد الايلية هنتر موجوب قتلهم 30",
  1240. Flag = "Collect/Yama",
  1241. Callback = function(Value)
  1242. getgenv().AutoCollectYama = Value
  1243. task.spawn(function()
  1244. while getgenv().AutoCollectYama do task.wait()
  1245. pcall(function()
  1246. if FireRemote("EliteHunter", "Progress") >= 30 then
  1247. fireclickdetector(workspace.Map.Waterfall.SealedKatana.Handle.ClickDetector)
  1248. end
  1249. end)
  1250. end
  1251. end)
  1252. end
  1253. }))
  1254.  
  1255. مهام | ايتيمات:AddToggle({
  1256. Name = "الايلية هنتر تلقائي | تغير سيرفير",
  1257. Callback = function(Value)
  1258. getgenv().AutoEliteHunterHop = Value
  1259. end
  1260. })
  1261.  
  1262. مهام | ايتيمات:AddSection({"توشيتا"})
  1263.  
  1264. local LabelRipIndra = QuestsTabs:AddParagraph({"ريب اندرا : مش مرسبن"})
  1265.  
  1266. task.spawn(function()
  1267. while task.wait(0.5) do
  1268. if VerifyNPC("rip_indra True Form") then
  1269. LabelRipIndra:SetTitle("ريب اندرا : مرسبن")
  1270. else
  1271. LabelRipIndra:SetTitle("Rip Indra Stats : not Spawn")
  1272. end
  1273. end
  1274. end)
  1275.  
  1276. مهام | ايتيمات:AddToggle({
  1277. Name = "حصول على توشيتا تلقائي",
  1278. Callback = function(Value)
  1279. getgenv().AutoTushita = Value
  1280. task.spawn(function()
  1281. local Map = workspace:WaitForChild("Map", 9e9)
  1282. local Turtle = Map:WaitForChild("Turtle", 9e9)
  1283. local QuestTorches = Turtle:WaitForChild("QuestTorches", 9e9)
  1284.  
  1285. local Active1 = false
  1286. local Active2 = false
  1287. local Active3 = false
  1288. local Active4 = false
  1289. local Active5 = false
  1290.  
  1291. while getgenv().AutoTushita do task.wait()
  1292. if not Turtle:FindFirstChild("TushitaGate") then
  1293. local Enemie = Enemies:FindFirstChild("Longma")
  1294.  
  1295. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1296. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1297. pcall(function()PlayerClick()ActiveHaki()EquipTool()end)
  1298. else
  1299. PlayerTP(CFrame.new(-10218, 333, -9444))
  1300. end
  1301. elseif VerifyNPC("rip_indra True Form") then
  1302. if not VerifyTool("Holy Torch") then
  1303. PlayerTP(CFrame.new(5152, 142, 912))
  1304. else
  1305. local Torch1 = QuestTorches:FindFirstChild("Torch1")
  1306. local Torch2 = QuestTorches:FindFirstChild("Torch2")
  1307. local Torch3 = QuestTorches:FindFirstChild("Torch3")
  1308. local Torch4 = QuestTorches:FindFirstChild("Torch4")
  1309. local Torch5 = QuestTorches:FindFirstChild("Torch5")
  1310.  
  1311. local args1 = Torch1 and Torch1:FindFirstChild("Particles")
  1312. and Torch1.Particles:FindFirstChild("PointLight") and not Torch1.Particles.PointLight.Enabled
  1313. local args2 = Torch2 and Torch2:FindFirstChild("Particles")
  1314. and Torch2.Particles:FindFirstChild("PointLight") and not Torch2.Particles.PointLight.Enabled
  1315. local args3 = Torch3 and Torch3:FindFirstChild("Particles")
  1316. and Torch3.Particles:FindFirstChild("PointLight") and not Torch3.Particles.PointLight.Enabled
  1317. local args4 = Torch4 and Torch4:FindFirstChild("Particles")
  1318. and Torch4.Particles:FindFirstChild("PointLight") and not Torch4.Particles.PointLight.Enabled
  1319. local args5 = Torch5 and Torch5:FindFirstChild("Particles")
  1320. and Torch5.Particles:FindFirstChild("PointLight") and not Torch5.Particles.PointLight.Enabled
  1321.  
  1322. if not Active1 and args1 then
  1323. PlayerTP(Torch1.CFrame)
  1324. elseif not Active2 and args2 then
  1325. PlayerTP(Torch2.CFrame)Active1 = true
  1326. elseif not Active3 and args3 then
  1327. PlayerTP(Torch3.CFrame)Active2 = true
  1328. elseif not Active4 and args4 then
  1329. PlayerTP(Torch4.CFrame)Active3 = true
  1330. elseif not Active5 and args5 then
  1331. PlayerTP(Torch5.CFrame)Active4 = true
  1332. else
  1333. Active5 = true
  1334. end
  1335. end
  1336. else
  1337. if VerifyTool("God's Chalice") then
  1338. EquipToolName("God's Chalice")
  1339. PlayerTP(CFrame.new(-5561, 314, -2663))
  1340. else
  1341. local NPC = "EliteBossVerify"QuestVisible()
  1342.  
  1343. if VerifyQuest("Diablo") then
  1344. NPC = "Diablo"
  1345. elseif VerifyQuest("Deandre") then
  1346. NPC = "Deandre"
  1347. elseif VerifyQuest("Urban") then
  1348. NPC = "Urban"
  1349. else
  1350. task.spawn(function()FireRemote("EliteHunter")end)
  1351. end
  1352.  
  1353. local EliteBoss = GetEnemies({NPC})
  1354.  
  1355. if EliteBoss and EliteBoss:FindFirstChild("HumanoidRootPart") then
  1356. PlayerTP(EliteBoss.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1357. pcall(function()PlayerClick()ActiveHaki()EquipTool()end)
  1358. elseif not VerifyNPC("Deandre") and not VerifyNPC("Diablo") and not VerifyNPC("Urban") then
  1359. if getgenv().AutoTushitaHop then
  1360. ServerHop()
  1361. end
  1362. end
  1363. end
  1364. end
  1365. end
  1366. end)
  1367. end
  1368. })
  1369.  
  1370. مهام | ايتيمات:AddToggle({
  1371. Name = "حصول على توشيتا تلقائي | تغير سيرفير",
  1372. Callback = function(Value)
  1373. getgenv().AutoTushitaHop = Value
  1374. end
  1375. })
  1376.  
  1377. مهام | ايتيمات:AddSection({"ملك كيك + ملك العجين"})
  1378.  
  1379. local CakeLabel = QuestsTabs:AddParagraph({"Stats : 0"})
  1380.  
  1381. if not IsOwner then
  1382. task.spawn(function()
  1383. while task.wait(1) do
  1384. if VerifyNPC("Dough King") then
  1385. CakeLabel:SetTitle("Stats : Spawned | Dough King")
  1386. elseif VerifyNPC("Cake Prince") then
  1387. CakeLabel:SetTitle("Stats : Spawned | Cake Prince")
  1388. else
  1389. local EnemiesCake = FireRemote("CakePrinceSpawner", true)
  1390. CakeLabel:SetTitle("Stats : " .. string.gsub(tostring(EnemiesCake), "%D", ""))
  1391. end
  1392. end
  1393. end)
  1394. end
  1395.  
  1396. local CakePrinceToggle = QuestsTabs:AddToggle({"قتل امير الكيك التلقائي", false, function(Value)
  1397. getgenv().AutoCakePrince = Value
  1398. AutoCakePrince()
  1399. end})
  1400.  
  1401. local DoughKingToggle = مهام | ايتيمات:AddToggle({"قتل ملك العجين تلقائي", false, function(Value)
  1402. getgenv().AutoDoughKing = Value
  1403. AutoDoughKing()
  1404. end})
  1405.  
  1406. CakePrinceToggle:Callback(function()DoughKingToggle:Set(false)end)
  1407. DoughKingToggle:Callback(function()CakePrinceToggle:Set(false)end)
  1408.  
  1409. مهام | ايتيمات:AddSection({"ريب اندرا"})
  1410.  
  1411. local ActiveButtonToggle = مهام | ايتيمات:AddToggle({"تشغيل الوان الهاكي تلقائي", false, function(Value)
  1412. getgenv().RipIndraLegendaryHaki = Value
  1413. task.spawn(function()
  1414. while getgenv().RipIndraLegendaryHaki do task.wait()
  1415. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  1416. if (plrChar.Position - Vector3.new(-5415, 314, -2212)).Magnitude < 5 then
  1417. FireRemote("activateColor", "Pure Red")
  1418. elseif (plrChar.Position - Vector3.new(-4972, 336, -3720)).Magnitude < 5 then
  1419. FireRemote("activateColor", "Snow White")
  1420. elseif (plrChar.Position - Vector3.new(-5420, 1089, -2667)).Magnitude < 5 then
  1421. FireRemote("activateColor", "Winter Sky")
  1422. end
  1423. end
  1424. end)
  1425.  
  1426. task.spawn(function()
  1427. while getgenv().RipIndraLegendaryHaki do task.wait()
  1428. if not getgenv().AutoFarm_Level and not getgenv().AutoFarmBone and not getgenv().AutoCakePrince then
  1429. if GetButton() then
  1430. PlayerTP(GetButton().CFrame)
  1431. elseif not GetButton() and not getgenv().AutoRipIndra then
  1432. PlayerTP(CFrame.new(-5119, 315, -2964))
  1433. end
  1434. end
  1435. end
  1436. end)
  1437. end})
  1438.  
  1439. local RipIndraToggle = مهام | ايتيمات:AddToggle({"قتل ريب. اندرا تلقائي", false, function(Value)
  1440. getgenv().AutoRipIndra = Value
  1441. AutoRipIndra()
  1442. end})
  1443.  
  1444. RipIndraToggle:Callback(function()ActiveButtonToggle:Set(false)end)
  1445. ActiveButtonToggle:Callback(function()RipIndraToggle:Set(false)end)
  1446.  
  1447. مهام | ايتيمات:AddSection({"هاكي تنبؤ"})
  1448.  
  1449. مهام | ايتيمات:AddToggle({
  1450. Name = "حصول على هاكي تنبؤ تلقائي",
  1451. Callback = function(Value)
  1452. getgenv().AutoKenV2 = Value
  1453. AutoKenV2()
  1454. end
  1455. })]]
  1456.  
  1457. مهام | ايتيمات:AddSection({"قبعة الفارس"})
  1458.  
  1459. مهام | ايتيمات:AddToggle({
  1460. Name = "حصول على قبعة فارس تلقائيه",
  1461. Callback = function(Value)
  1462. getgenv().AutoMusketeerHat = Value
  1463. AutoMusketeerHat()
  1464. end
  1465. })
  1466.  
  1467. مهام | ايتيمات:AddButton({
  1468. Name = "تغير سيرفير",
  1469. Callback = function()
  1470. ServerHop()
  1471. end
  1472. })
  1473. end
  1474.  
  1475. if Sea2 or Sea3 then
  1476. مهام | ايتيمات:AddSection({"مهاراة قتاليه"})
  1477.  
  1478. مهام | ايتيمات:AddToggle({
  1479. Name = "حصول على خطوة الموت",
  1480. Callback = function(Value)
  1481. getgenv().AutoDeathStep = Value
  1482. task.spawn(function()
  1483. local MasteryBlackLeg = 0
  1484. local KeyFind = false
  1485.  
  1486. local function GetProxyNPC()
  1487. local Distance = math.huge
  1488. local NPC = nil
  1489. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  1490.  
  1491. for _,npc in pairs(Enemies:GetChildren()) do
  1492. if npc.Name == "Reborn Skeleton" or npc.Name == "Living Zombie" or npc.Name == "Demonic Soul" or npc.Name == "Posessed Mummy" or npc.Name == "Water Fighter" then
  1493. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  1494. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  1495. NPC = npc
  1496. end
  1497. end
  1498. end
  1499. return NPC
  1500. end
  1501.  
  1502. while getgenv().AutoDeathStep do task.wait()
  1503. if VerifyTool("Black Leg") then
  1504. MasteryBlackLeg = GetToolLevel("Black Leg")
  1505. end
  1506.  
  1507. if MasteryBlackLeg >= 400 and Sea3 then
  1508. FireRemote("TravelDressrosa")
  1509. end
  1510.  
  1511. if KeyFind then
  1512. FireRemote("BuyDeathStep")
  1513. end
  1514.  
  1515. if VerifyTool("Death Step") then
  1516. EquipToolName("Death Step")
  1517. elseif MasteryBlackLeg >= 400 then
  1518. local Enemie = Enemies:FindFirstChild("Awakened Ice Admiral")
  1519.  
  1520. if VerifyTool("Library Key") then
  1521. KeyFind = true
  1522. EquipToolName("Library Key")
  1523. PlayerTP(CFrame.new(6373, 293, -6839))
  1524. elseif Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1525. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1526. pcall(function()PlayerClick()ActiveHaki()EquipTool()end)
  1527. else
  1528. PlayerTP(CFrame.new(6473, 297, -6944))
  1529. end
  1530. elseif not VerifyTool("Black Leg") and MasteryBlackLeg < 400 then
  1531. FireRemote("BuyBlackLeg")
  1532. elseif VerifyTool("Black Leg") and MasteryBlackLeg < 400 then
  1533. EquipToolName("Black Leg")
  1534.  
  1535. local Enemie = GetProxyNPC()
  1536.  
  1537. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1538. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1539. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie)end)
  1540. else
  1541. if Sea3 then
  1542. PlayerTP(CFrame.new(-9513, 164, 5786))
  1543. else
  1544. PlayerTP(CFrame.new(-3350, 282, -10527))
  1545. end
  1546. end
  1547. end
  1548. end
  1549. end)
  1550. end
  1551. })
  1552.  
  1553. مهام | ايتيمات:AddToggle({
  1554. Name = "حصول على مخالب البرق",
  1555. Callback = function(Value)
  1556. getgenv().AutoElectricClaw = Value
  1557. task.spawn(function()
  1558. local MasteryElectro = 0
  1559. local MasteryElectricClaw = 0
  1560.  
  1561. local function GetProxyNPC()
  1562. local Distance = math.huge
  1563. local NPC = nil
  1564. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  1565.  
  1566. for _,npc in pairs(Enemies:GetChildren()) do
  1567. if npc.Name == "Reborn Skeleton" or npc.Name == "Living Zombie" or npc.Name == "Demonic Soul" or npc.Name == "Posessed Mummy" or npc.Name == "Water Fighter" then
  1568. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  1569. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  1570. NPC = npc
  1571. end
  1572. end
  1573. end
  1574. return NPC
  1575. end
  1576.  
  1577. while getgenv().AutoElectricClaw do task.wait()
  1578. if VerifyTool("Electro") then
  1579. MasteryElectro = GetToolLevel("Electro")
  1580. elseif VerifyTool("Electric Claw") then
  1581. MasteryElectricClaw = GetToolLevel("Electric Claw")
  1582. end
  1583.  
  1584. if MasteryElectro < 400 then
  1585. if not VerifyTool("Electro") then
  1586. FireRemote("BuyElectro")
  1587. else
  1588. EquipToolName("Electro")
  1589. end
  1590. elseif MasteryElectricClaw < 600 then
  1591. if not VerifyTool("Electric Claw") then
  1592. FireRemote("BuyElectricClaw")
  1593. else
  1594. EquipToolName("Electric Claw")
  1595. end
  1596. end
  1597.  
  1598. local Enemie = GetProxyNPC()
  1599.  
  1600. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1601. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1602. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie)end)
  1603. else
  1604. if Sea3 then
  1605. PlayerTP(CFrame.new(-9513, 164, 5786))
  1606. else
  1607. PlayerTP(CFrame.new(-3350, 282, -10527))
  1608. end
  1609. end
  1610. end
  1611. end)
  1612. end
  1613. })
  1614.  
  1615. مهام | ايتيمات:AddToggle({
  1616. Name = "حصول على مهاراة رجل القرش",
  1617. Callback = function(Value)
  1618. getgenv().AutoSharkmanKarate = Value
  1619. task.spawn(function()
  1620. local MasteryFishmanKarate = 0
  1621. local MasterySharkmanKarate = 0
  1622. local SharkmanStats = 0
  1623.  
  1624. task.spawn(function()
  1625. while getgenv().AutoSharkmanKarate do task.wait()
  1626. SharkmanStats = FireRemote("BuySharkmanKarate", true)
  1627. end
  1628. end)
  1629.  
  1630. while getgenv().AutoSharkmanKarate do task.wait()
  1631. if VerifyTool("Fishman Karate") then
  1632. MasteryFishmanKarate = GetToolLevel("Fishman Karate")
  1633. elseif VerifyTool("Sharkman Karate") then
  1634. MasterySharkmanKarate = GetToolLevel("Sharkman Karate")
  1635. end
  1636.  
  1637. if SharkmanStats == 1 then
  1638. FireRemote("BuySharkmanKarate")
  1639. elseif VerifyTool("Sharkman Karate") then
  1640. EquipToolName("Sharkman Karate")
  1641. local Enemie = Enemies:FindFirstChild("Water Fighter")
  1642.  
  1643. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1644. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1645. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie, true)end)
  1646. else
  1647. TweenNPCSpawn({CFrame.new(-3339, 290, -10412), CFrame.new(-3518, 290, -10419), CFrame.new(-3536, 290, -10607), CFrame.new(-3345, 280, -10667)}, "Water Fighter")
  1648. end
  1649. elseif VerifyTool("Water Key") and MasteryFishmanKarate >= 400 then
  1650. FireRemote("BuySharkmanKarate", true)
  1651. elseif not VerifyTool("Water Key") and MasteryFishmanKarate >= 400 then
  1652. local Enemie = Enemies:FindFirstChild("Water Fighter")
  1653.  
  1654. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1655. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1656. pcall(function()PlayerClick()ActiveHaki()EquipTool()BringNPC(Enemie, true)end)
  1657. else
  1658. TweenNPCSpawn({CFrame.new(-3339, 290, -10412), CFrame.new(-3518, 290, -10419), CFrame.new(-3536, 290, -10607), CFrame.new(-3345, 280, -10667)}, "Water Fighter")
  1659. end
  1660. elseif not VerifyTool("Fishman Karate") and MasteryFishmanKarate < 400 then
  1661. FireRemote("BuyFishmanKarate")
  1662. elseif VerifyTool("Fishman Karate") and MasteryFishmanKarate < 400 then
  1663. EquipToolName("Fishman Karate")
  1664. local Enemie = Enemies:FindFirstChild("Water Fighter")
  1665.  
  1666. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1667. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1668. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie, true)end)
  1669. else
  1670. TweenNPCSpawn({CFrame.new(-3339, 290, -10412), CFrame.new(-3518, 290, -10419), CFrame.new(-3536, 290, -10607),CFrame.new(-3345, 280, -10667)}, "Water Fighter")
  1671. end
  1672. end
  1673. end
  1674. end)
  1675. end
  1676. })
  1677.  
  1678. مهام | ايتيمات:AddToggle({
  1679. Name = "حصول على مخلب التنين ",
  1680. Callback = function(Value)
  1681. getgenv().AutoDragonTalon = Value
  1682. task.spawn(function()
  1683. local MasteryDragonClaw = 0
  1684. local FireEssence = false
  1685.  
  1686. local function GetProxyNPC()
  1687. local Distance = math.huge
  1688. local NPC = nil
  1689. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  1690.  
  1691. for _,npc in pairs(Enemies:GetChildren()) do
  1692. if npc.Name == "Reborn Skeleton" or npc.Name == "Living Zombie" or npc.Name == "Demonic Soul" or npc.Name == "Posessed Mummy" or npc.Name == "Water Fighter" then
  1693. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  1694. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  1695. NPC = npc
  1696. end
  1697. end
  1698. end
  1699. return NPC
  1700. end
  1701.  
  1702. task.spawn(function()
  1703. while getgenv().AutoDragonTalon do task.wait()
  1704. if not VerifyTool("Fire Essence") then
  1705. FireRemote("Bones", "Buy", 1, 1)
  1706. else
  1707. FireRemote("BuyDragonTalon", true)
  1708. FireEssence = true
  1709. end
  1710. end
  1711. end)
  1712.  
  1713. while getgenv().AutoDragonTalon do task.wait()
  1714. if VerifyTool("Dragon Claw") then
  1715. MasteryDragonClaw = GetToolLevel("Dragon Claw")
  1716. end
  1717.  
  1718. if MasteryDragonClaw >= 400 and Sea2 then
  1719. FireRemote("TravelZou")
  1720. end
  1721.  
  1722. if FireEssence and MasteryDragonClaw >= 400 then
  1723. FireRemote("BuyDragonTalon")
  1724. elseif not VerifyTool("Dragon Claw") and MasteryDragonClaw < 400 or not FireEssence and not VerifyTool("Dragon Claw") then
  1725. FireRemote("BlackbeardReward", "DragonClaw", "1")
  1726. FireRemote("BlackbeardReward", "DragonClaw", "2")
  1727. elseif VerifyTool("Dragon Claw") and MasteryDragonClaw < 400 or not FireEssence and VerifyTool("Dragon Claw") then
  1728. EquipToolName("Dragon Claw")
  1729.  
  1730. local Enemie = GetProxyNPC()
  1731.  
  1732. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1733. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1734. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie)end)
  1735. else
  1736. if Sea3 then
  1737. PlayerTP(CFrame.new(-9513, 164, 5786))
  1738. else
  1739. PlayerTP(CFrame.new(-3350, 282, -10527))
  1740. end
  1741. end
  1742. end
  1743. end
  1744. end)
  1745. end
  1746. })
  1747.  
  1748. مهام | ايتيمات:AddToggle({
  1749. Name = "حصول على اسلوب رجل الخارق",
  1750. Callback = function(Value)
  1751. getgenv().AutoSuperhuman = Value
  1752. task.spawn(function()
  1753. local MasteryBlackLeg = 0
  1754. local MasteryElectro = 0
  1755. local MasteryFishmanKarate = 0
  1756. local MasteryDragonClaw = 0
  1757. local MasterySuperhuman = 0
  1758.  
  1759. local function GetProxyNPC()
  1760. local Distance = math.huge
  1761. local NPC = nil
  1762. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  1763.  
  1764. for _,npc in pairs(Enemies:GetChildren()) do
  1765. if npc.Name == "Reborn Skeleton" or npc.Name == "Living Zombie" or npc.Name == "Demonic Soul" or npc.Name == "Posessed Mummy" or npc.Name == "Water Fighter" then
  1766. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  1767. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  1768. NPC = npc
  1769. end
  1770. end
  1771. end
  1772. return NPC
  1773. end
  1774.  
  1775. while getgenv().AutoSuperhuman do task.wait()
  1776. if VerifyTool("Black Leg") then
  1777. MasteryBlackLeg = GetToolLevel("Black Leg")
  1778. elseif VerifyTool("Electro") then
  1779. MasteryElectro = GetToolLevel("Electro")
  1780. elseif VerifyTool("Fishman Karate") then
  1781. MasteryFishmanKarate = GetToolLevel("Fishman Karate")
  1782. elseif VerifyTool("Dragon Claw") then
  1783. MasteryDragonClaw = GetToolLevel("Dragon Claw")
  1784. elseif VerifyTool("Superhuman") then
  1785. MasterySuperhuman = GetToolLevel("Superhuman")
  1786. end
  1787.  
  1788. if MasteryBlackLeg < 300 then
  1789. if not VerifyTool("Black Leg") then
  1790. FireRemote("BuyBlackLeg")
  1791. else
  1792. EquipToolName("Black Leg")
  1793. end
  1794. elseif MasteryElectro < 300 then
  1795. if not VerifyTool("Electro") then
  1796. FireRemote("BuyElectro")
  1797. else
  1798. EquipToolName("Electro")
  1799. end
  1800. elseif MasteryFishmanKarate < 300 then
  1801. if not VerifyTool("Fishman Karate") then
  1802. FireRemote("BuyFishmanKarate")
  1803. else
  1804. EquipToolName("Fishman Karate")
  1805. end
  1806. elseif MasteryDragonClaw < 300 then
  1807. if not VerifyTool("Dragon Claw") then
  1808. FireRemote("BlackbeardReward","DragonClaw","1")
  1809. FireRemote("BlackbeardReward","DragonClaw","2")
  1810. else
  1811. EquipToolName("Dragon Claw")
  1812. end
  1813. elseif MasterySuperhuman < 600 then
  1814. if not VerifyTool("Superhuman") then
  1815. FireRemote("BuySuperhuman")
  1816. else
  1817. EquipToolName("Superhuman")
  1818. end
  1819. end
  1820.  
  1821. local Enemie = GetProxyNPC()
  1822.  
  1823. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1824. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1825. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie)end)
  1826. else
  1827. if Sea3 then
  1828. PlayerTP(CFrame.new(-9513, 164, 5786))
  1829. else
  1830. PlayerTP(CFrame.new(-3350, 282, -10527))
  1831. end
  1832. end
  1833. end
  1834. end)
  1835. end
  1836. })
  1837.  
  1838. مهام | ايتيمات:AddToggle({
  1839. Name = "حصول على اسلوب الرجل القوي",
  1840. Callback = function(Value)
  1841. getgenv().AutoGodHuman = Value
  1842. task.spawn(function()
  1843. local function GetProxyNPC()
  1844. local Distance = math.huge
  1845. local NPC = nil
  1846. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  1847.  
  1848. for _,npc in pairs(Enemies:GetChildren()) do
  1849. if npc.Name == "Reborn Skeleton" or npc.Name == "Living Zombie" or npc.Name == "Demonic Soul" or npc.Name == "Posessed Mummy" then
  1850. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  1851. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  1852. NPC = npc
  1853. end
  1854. end
  1855. end
  1856. return NPC
  1857. end
  1858.  
  1859. -- V1
  1860. local MasteryBlackLeg = 0
  1861. local MasteryElectro = 0
  1862. local MasteryFishmanKarate = 0
  1863. local MasteryDragonClaw = 0
  1864. local MasterySuperhuman = 0
  1865.  
  1866. -- V2
  1867. local MasteryElectricClaw = 0
  1868. local MasteryDragonTalon = 0
  1869. local MasterySharkmanKarate = 0
  1870. local MasteryDeathStep = 0
  1871. local MasteryGodHuman = 0
  1872.  
  1873. while getgenv().AutoGodHuman do task.wait()
  1874. if Sea2 then
  1875. FireRemote("TravelZou")
  1876. end
  1877.  
  1878. if VerifyTool("Black Leg") then
  1879. MasteryBlackLeg = GetToolLevel("Black Leg")
  1880. elseif VerifyTool("Electro") then
  1881. MasteryElectro = GetToolLevel("Electro")
  1882. elseif VerifyTool("Fishman Karate") then
  1883. MasteryFishmanKarate = GetToolLevel("Fishman Karate")
  1884. elseif VerifyTool("Dragon Claw") then
  1885. MasteryDragonClaw = GetToolLevel("Dragon Claw")
  1886. elseif VerifyTool("Superhuman") then
  1887. MasterySuperhuman = GetToolLevel("Superhuman")
  1888. elseif VerifyTool("Death Step") then
  1889. MasteryDeathStep = GetToolLevel("Death Step")
  1890. elseif VerifyTool("Electric Claw") then
  1891. MasteryElectricClaw = GetToolLevel("Electric Claw")
  1892. elseif VerifyTool("Sharkman Karate") then
  1893. MasterySharkmanKarate = GetToolLevel("Sharkman Karate")
  1894. elseif VerifyTool("Dragon Talon") then
  1895. MasteryDragonTalon = GetToolLevel("Dragon Talon")
  1896. elseif VerifyTool("Godhuman") then
  1897. MasteryGodHuman = GetToolLevel("Godhuman")
  1898. end
  1899.  
  1900. if MasteryBlackLeg < 400 then
  1901. if not VerifyTool("Black Leg") then
  1902. BuyFightStyle("BuyBlackLeg")
  1903. else
  1904. EquipToolName("Black Leg")
  1905. end
  1906. elseif MasteryElectro < 400 then
  1907. if not VerifyTool("Electro") then
  1908. BuyFightStyle("BuyElectro")
  1909. else
  1910. EquipToolName("Electro")
  1911. end
  1912. elseif MasteryFishmanKarate < 400 then
  1913. if not VerifyTool("Fishman Karate") then
  1914. BuyFightStyle("BuyFishmanKarate")
  1915. else
  1916. EquipToolName("Fishman Karate")
  1917. end
  1918. elseif MasteryDragonClaw < 400 then
  1919. if not VerifyTool("Dragon Claw") then
  1920. FireRemote("BlackbeardReward","DragonClaw","1")
  1921. FireRemote("BlackbeardReward","DragonClaw","2")
  1922. else
  1923. EquipToolName("Dragon Claw")
  1924. end
  1925. elseif MasterySuperhuman < 400 then
  1926. if not VerifyTool("Superhuman") then
  1927. BuyFightStyle("BuySuperhuman")
  1928. else
  1929. EquipToolName("Superhuman")
  1930. end
  1931. elseif MasteryDeathStep < 400 then
  1932. if not VerifyTool("Death Step") then
  1933. BuyFightStyle("BuyDeathStep")
  1934. else
  1935. EquipToolName("Death Step")
  1936. end
  1937. elseif MasteryElectricClaw < 400 then
  1938. if not VerifyTool("Electric Claw") then
  1939. BuyFightStyle("BuyElectricClaw")
  1940. else
  1941. EquipToolName("Electric Claw")
  1942. end
  1943. elseif MasterySharkmanKarate < 400 then
  1944. if not VerifyTool("Sharkman Karate") then
  1945. BuyFightStyle("BuySharkmanKarate")
  1946. else
  1947. EquipToolName("Sharkman Karate")
  1948. end
  1949. elseif MasteryDragonTalon < 400 then
  1950. if not VerifyTool("Dragon Talon") then
  1951. BuyFightStyle("BuyDragonTalon")
  1952. else
  1953. EquipToolName("Dragon Talon")
  1954. end
  1955. else
  1956. if not VerifyTool("Godhuman") then
  1957. BuyFightStyle("BuyGodhuman")
  1958. else
  1959. EquipToolName("Godhuman")
  1960. end
  1961. end
  1962.  
  1963. local Enemie = GetProxyNPC()
  1964.  
  1965. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  1966. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  1967. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie)end)
  1968. else
  1969. PlayerTP(CFrame.new(-9513, 164, 5786))
  1970. end
  1971. end
  1972. end)
  1973. end
  1974. })
  1975. end
  1976.  
  1977. if Sea3 then
  1978. مهام | ايتيمات:AddSection({"تفريم جميع ماستري تلقائي"})
  1979.  
  1980. مهام | ايتيمات:AddSlider({
  1981. Name = "اختيار ماسترس",
  1982. Min = 100,
  1983. Max = 600,
  1984. Default = 600,
  1985. Flag = "FMastery/Selected",
  1986. Callback = function(Value)
  1987. getgenv().AutoMasteryValue = Value
  1988. end
  1989. })
  1990.  
  1991. table.insert(AFKOptions, مهام | ايتيمات:AddToggle({
  1992. Name = "تفريم جميع الاساليب قتاليه تلقائي",
  1993. Callback = function(Value)
  1994. getgenv().AutoMasteryFightingStyle = Value
  1995. task.spawn(function()
  1996. local function GetProxyNPC()
  1997. local Distance = math.huge
  1998. local NPC = nil
  1999. local plrChar = Player and Player.Character and Player.Character.PrimaryPart
  2000.  
  2001. for _,npc in pairs(Enemies:GetChildren()) do
  2002. if npc.Name == "Reborn Skeleton" or npc.Name == "Living Zombie" or npc.Name == "Demonic Soul" or npc.Name == "Posessed Mummy" then
  2003. if plrChar and npc and npc:FindFirstChild("HumanoidRootPart") and (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude <= Distance then
  2004. Distance = (plrChar.Position - npc.HumanoidRootPart.Position).Magnitude
  2005. NPC = npc
  2006. end
  2007. end
  2008. end
  2009. return NPC
  2010. end
  2011.  
  2012. -- V1
  2013. local MasteryBlackLeg = 0
  2014. local MasteryElectro = 0
  2015. local MasteryFishmanKarate = 0
  2016. local MasteryDragonClaw = 0
  2017. local MasterySuperhuman = 0
  2018.  
  2019. -- V2
  2020. local MasteryElectricClaw = 0
  2021. local MasteryDragonTalon = 0
  2022. local MasterySharkmanKarate = 0
  2023. local MasteryDeathStep = 0
  2024. local MasteryGodHuman = 0
  2025.  
  2026. -- New
  2027. local MasterySanguineArt = 0
  2028.  
  2029. while getgenv().AutoMasteryFightingStyle do task.wait()
  2030. local MaxMastery = getgenv().AutoMasteryValue
  2031.  
  2032. if VerifyTool("Black Leg") then
  2033. MasteryBlackLeg = GetToolLevel("Black Leg")
  2034. elseif VerifyTool("Electro") then
  2035. MasteryElectro = GetToolLevel("Electro")
  2036. elseif VerifyTool("Fishman Karate") then
  2037. MasteryFishmanKarate = GetToolLevel("Fishman Karate")
  2038. elseif VerifyTool("Dragon Claw") then
  2039. MasteryDragonClaw = GetToolLevel("Dragon Claw")
  2040. elseif VerifyTool("Superhuman") then
  2041. MasterySuperhuman = GetToolLevel("Superhuman")
  2042. elseif VerifyTool("Death Step") then
  2043. MasteryDeathStep = GetToolLevel("Death Step")
  2044. elseif VerifyTool("Electric Claw") then
  2045. MasteryElectricClaw = GetToolLevel("Electric Claw")
  2046. elseif VerifyTool("Sharkman Karate") then
  2047. MasterySharkmanKarate = GetToolLevel("Sharkman Karate")
  2048. elseif VerifyTool("Dragon Talon") then
  2049. MasteryDragonTalon = GetToolLevel("Dragon Talon")
  2050. elseif VerifyTool("Godhuman") then
  2051. MasteryGodHuman = GetToolLevel("Godhuman")
  2052. elseif VerifyTool("Sanguine Art") then
  2053. MasterySanguineArt = GetToolLevel("Sanguine Art")
  2054. end
  2055.  
  2056. if MasteryBlackLeg < MaxMastery then
  2057. if not VerifyTool("Black Leg") then
  2058. BuyFightStyle("BuyBlackLeg")
  2059. else
  2060. EquipToolName("Black Leg")
  2061. end
  2062. elseif MasteryElectro < MaxMastery then
  2063. if not VerifyTool("Electro") then
  2064. BuyFightStyle("BuyElectro")
  2065. else
  2066. EquipToolName("Electro")
  2067. end
  2068. elseif MasteryFishmanKarate < MaxMastery then
  2069. if not VerifyTool("Fishman Karate") then
  2070. BuyFightStyle("BuyFishmanKarate")
  2071. else
  2072. EquipToolName("Fishman Karate")
  2073. end
  2074. elseif MasteryDragonClaw < MaxMastery then
  2075. if not VerifyTool("Dragon Claw") then
  2076. FireRemote("BlackbeardReward","DragonClaw","1")
  2077. FireRemote("BlackbeardReward","DragonClaw","2")
  2078. else
  2079. EquipToolName("Dragon Claw")
  2080. end
  2081. elseif MasterySuperhuman < MaxMastery then
  2082. if not VerifyTool("Superhuman") then
  2083. BuyFightStyle("BuySuperhuman")
  2084. else
  2085. EquipToolName("Superhuman")
  2086. end
  2087. elseif MasteryDeathStep < MaxMastery then
  2088. if not VerifyTool("Death Step") then
  2089. BuyFightStyle("BuyDeathStep")
  2090. else
  2091. EquipToolName("Death Step")
  2092. end
  2093. elseif MasteryElectricClaw < MaxMastery then
  2094. if not VerifyTool("Electric Claw") then
  2095. BuyFightStyle("BuyElectricClaw")
  2096. else
  2097. EquipToolName("Electric Claw")
  2098. end
  2099. elseif MasterySharkmanKarate < MaxMastery then
  2100. if not VerifyTool("Sharkman Karate") then
  2101. BuyFightStyle("BuySharkmanKarate")
  2102. else
  2103. EquipToolName("Sharkman Karate")
  2104. end
  2105. elseif MasteryDragonTalon < MaxMastery then
  2106. if not VerifyTool("Dragon Talon") then
  2107. BuyFightStyle("BuyDragonTalon")
  2108. else
  2109. EquipToolName("Dragon Talon")
  2110. end
  2111. elseif MasteryGodHuman < MaxMastery then
  2112. if not VerifyTool("Godhuman") then
  2113. BuyFightStyle("BuyGodhuman")
  2114. else
  2115. EquipToolName("Godhuman")
  2116. end
  2117. elseif MasterySanguineArt < MaxMastery then
  2118. if not VerifyTool("Sanguine Art") then
  2119. BuyFightStyle("BuySanguineArt")
  2120. else
  2121. EquipToolName("Sanguine Art")
  2122. end
  2123. end
  2124.  
  2125. if not getgenv().AutoFarm_Level and not getgenv().AutoFarmBone and not getgenv().AutoFarmEctoplasm then
  2126. local Enemie = GetProxyNPC()
  2127.  
  2128. if Enemie and Enemie:FindFirstChild("HumanoidRootPart") then
  2129. PlayerTP(Enemie.HumanoidRootPart.CFrame + getgenv().FarmPos)
  2130. pcall(function()PlayerClick()ActiveHaki()BringNPC(Enemie)end)
  2131. else
  2132. PlayerTP(CFrame.new(-9513, 164, 5786))
  2133. end
  2134. end
  2135. end
  2136. end)
  2137. end
  2138. }))
  2139. end
  2140.  
  2141. مهام | ايتيمات:AddSection({"لون الهاكي"})
  2142.  
  2143. table.insert(AFKOptions, QuestsTabs:AddToggle({
  2144. Name = "شراء الوان الهاكي تلقائي",
  2145. Flag = "Buy/HakiColor",
  2146. Callback = function(Value)
  2147. getgenv().AutoBuyHakiColor = Value
  2148. task.spawn(function()
  2149. while getgenv().AutoBuyHakiColor do task.wait(0.5)
  2150. pcall(function()
  2151. FireRemote("ColorsDealer", "1")
  2152. FireRemote("ColorsDealer", "2")
  2153. end)
  2154. end
  2155. end)
  2156. end
  2157. }))
  2158.  
  2159. if Sea3 then
  2160. مهام | ايتيمات:AddToggle({
  2161. Name = "حصول على هاكي ملون",
  2162. Callback = function(Value)
  2163. getgenv().AutoRainbowHaki = Value
  2164. AutoRainbowHaki()
  2165. end
  2166. })
  2167.  
  2168. مهام | ايتيمات:AddToggle({
  2169. Name = "تغير سيرفير",
  2170. Callback = function(Value)
  2171. getgenv().RainbowHakiHop = Value
  2172. end
  2173. })
  2174.  
  2175. مهام | ايتيمات:AddSection({"Soul Guitar"})
  2176.  
  2177. مهام | ايتيمات:AddToggle({
  2178. Name = "شراء قيثاره تلقائي",
  2179. Callback = function(Value)
  2180. getgenv().AutoSoulGuitar = Value
  2181. AutoSoulGuitar()
  2182. end
  2183. })]]
  2184.  
  2185. مهام | ايتيمات:AddSection({"كاتانا مزدوجة ملعونة"})
  2186.  
  2187. مهام | ايتيمات:AddToggle({
  2188. Name = "حصول على كاتانه ملعونه تلقائي",
  2189. Callback = function(Value)
  2190. getgenv().AutoCursedDualKatana = Value
  2191. AutoCursedDualKatana()
  2192. end
  2193. })]]
  2194. end
  2195.  
  2196. تنقل:AddSection({"تنقل للبحار"})
  2197.  
  2198. تنقل:AddButton({
  2199. Name = "بحر الاول",
  2200. Callback = function()
  2201. FireRemote("TravelMain")
  2202. end
  2203. })
  2204.  
  2205. تنقل:AddButton({
  2206. Name = "بحر الثاني",
  2207. Callback = function()
  2208. FireRemote("TravelDressrosa")
  2209. end
  2210. })
  2211.  
  2212. تنقل:AddButton({
  2213. Name = "بحر ثالث",
  2214. Callback = function()
  2215. FireRemote("TravelZou")
  2216. end
  2217. })
  2218.  
  2219. تنقل:AddSection({"جزر"})
  2220.  
  2221. local IslandsList = {}
  2222.  
  2223. if Sea1 then
  2224. IslandsList = {
  2225. "WindMill",
  2226. "Marine",
  2227. "Middle Town",
  2228. "Jungle",
  2229. "Pirate Village",
  2230. "Desert",
  2231. "Snow Island",
  2232. "MarineFord",
  2233. "Colosseum",
  2234. "Sky Island 1",
  2235. "Sky Island 2",
  2236. "Sky Island 3",
  2237. "Prison",
  2238. "Magma Village",
  2239. "Under Water Island",
  2240. "Fountain City"
  2241. }
  2242. elseif Sea2 then
  2243. IslandsList = {
  2244. "The Cafe",
  2245. "Frist Spot",
  2246. "Dark Area",
  2247. "Flamingo Mansion",
  2248. "Flamingo Room",
  2249. "Green Zone",
  2250. "Zombie Island",
  2251. "Two Snow Mountain",
  2252. "Punk Hazard",
  2253. "Cursed Ship",
  2254. "Ice Castle",
  2255. "Forgotten Island",
  2256. "Ussop Island"
  2257. }
  2258. elseif Sea3 then
  2259. IslandsList = {
  2260. "Mansion",
  2261. "Port Town",
  2262. "Great Tree",
  2263. "Castle On The Sea",
  2264. "Hydra Island",
  2265. "Floating Turtle",
  2266. "Haunted Castle",
  2267. "Ice Cream Island",
  2268. "Peanut Island",
  2269. "Cake Island",
  2270. "Candy Cane Island",
  2271. "Tiki Outpost"
  2272. }
  2273. end
  2274.  
  2275. Teleport:AddDropdown({
  2276. Name = "قائمة جزر",
  2277. Options = IslandsList,
  2278. Default = "",
  2279. Callback = function(Value)
  2280. getgenv().TeleportIslandSelect = Value
  2281. end
  2282. })
  2283. local TPToggle = تنقل:AddToggle({Name = "تنقل للجزيره",Callback = function(Value)
  2284. getgenv().TeleportToIsland = Value
  2285. task.spawn(function()
  2286. while getgenv().TeleportToIsland do task.wait()
  2287. local Island = getgenv().TeleportIslandSelect
  2288. if Sea1 then
  2289. -- Sea 1 Teleports
  2290. if Island == "Middle Town" then
  2291. PlayerTP(CFrame.new(-688, 15, 1585))
  2292. elseif Island == "MarineFord" then
  2293. PlayerTP(CFrame.new(-4810, 21, 4359))
  2294. elseif Island == "Marine" then
  2295. PlayerTP(CFrame.new(-2728, 25, 2056))
  2296. elseif Island == "WindMill" then
  2297. PlayerTP(CFrame.new(889, 17, 1434))
  2298. elseif Island == "Desert" then
  2299. PlayerTP(CFrame.new())
  2300. elseif Island == "Snow Island" then
  2301. PlayerTP(CFrame.new(1298, 87, -1344))
  2302. elseif Island == "Pirate Village" then
  2303. PlayerTP(CFrame.new(-1173, 45, 3837))
  2304. elseif Island == "Jungle" then
  2305. PlayerTP(CFrame.new(-1614, 37, 146))
  2306. elseif Island == "Prison" then
  2307. PlayerTP(CFrame.new(4870, 6, 736))
  2308. elseif Island == "Under Water Island" then
  2309. PlayerTP(CFrame.new(61164, 5, 1820))
  2310. elseif Island == "Colosseum" then
  2311. PlayerTP(CFrame.new(-1535, 7, -3014))
  2312. elseif Island == "Magma Village" then
  2313. PlayerTP(CFrame.new(-5290, 9, 8349))
  2314. elseif Island == "Sky Island 1" then
  2315. PlayerTP(CFrame.new(-4814, 718, -2551))
  2316. elseif Island == "Sky Island 2" then
  2317. PlayerTP(CFrame.new(-4652, 873, -1754))
  2318. elseif Island == "Sky Island 3" then
  2319. PlayerTP(CFrame.new(-7895, 5547, -380))
  2320. elseif Island == "Fountain City" then
  2321. PlayerTP(CFrame.new())
  2322. end
  2323. elseif Sea2 then
  2324. -- Sea 2 Teleports
  2325. if Island == "The Cafe" then
  2326. PlayerTP(CFrame.new(-382, 73, 290))
  2327. elseif Island == "Frist Spot" then
  2328. PlayerTP(CFrame.new(-11, 29, 2771))
  2329. elseif Island == "Dark Area" then
  2330. PlayerTP(CFrame.new(3494, 13, -3259))
  2331. elseif Island == "Flamingo Mansion" then
  2332. PlayerTP(CFrame.new(-317, 331, 597))
  2333. elseif Island == "Flamingo Room" then
  2334. PlayerTP(CFrame.new(2285, 15, 905))
  2335. elseif Island == "Green Zone" then
  2336. PlayerTP(CFrame.new(-2258, 73, -2696))
  2337. elseif Island == "Zombie Island" then
  2338. PlayerTP(CFrame.new(-5552, 194, -776))
  2339. elseif Island == "Two Snow Mountain" then
  2340. PlayerTP(CFrame.new(752, 408, -5277))
  2341. elseif Island == "Punk Hazard" then
  2342. PlayerTP(CFrame.new(-5897, 18, -5096))
  2343. elseif Island == "Cursed Ship" then
  2344. PlayerTP(CFrame.new(919, 125, 32869))
  2345. elseif Island == "Ice Castle" then
  2346. PlayerTP(CFrame.new(5505, 40, -6178))
  2347. elseif Island == "Forgotten Island" then
  2348. PlayerTP(CFrame.new(-3050, 240, -10178))
  2349. elseif Island == "Ussop Island" then
  2350. PlayerTP(CFrame.new(4816, 8, 2863))
  2351. end
  2352. elseif Sea3 then
  2353. -- Sea 3 Teleports
  2354. if Island == "Mansion" then
  2355. PlayerTP(CFrame.new(-12471, 374, -7551))
  2356. elseif Island == "Port Town" then
  2357. PlayerTP(CFrame.new(-334, 7, 5300))
  2358. elseif Island == "Castle On The Sea" then
  2359. PlayerTP(CFrame.new(-5073, 315, -3153))
  2360. elseif Island == "Hydra Island" then
  2361. PlayerTP(CFrame.new(5756, 610, -282))
  2362. elseif Island == "Great Tree" then
  2363. PlayerTP(CFrame.new(2681, 1682, -7190))
  2364. elseif Island == "Floating Turtle" then
  2365. PlayerTP(CFrame.new(-12528, 332, -8658))
  2366. elseif Island == "Haunted Castle" then
  2367. PlayerTP(CFrame.new(-9517, 142, 5528))
  2368. elseif Island == "Ice Cream Island" then
  2369. PlayerTP(CFrame.new(-902, 79, -10988))
  2370. elseif Island == "Peanut Island" then
  2371. PlayerTP(CFrame.new(-2062, 50, -10232))
  2372. elseif Island == "Cake Island" then
  2373. PlayerTP(CFrame.new(-1897, 14, -11576))
  2374. elseif Island == "Candy Cane Island" then
  2375. PlayerTP(CFrame.new(-1038, 10, -14076))
  2376. elseif Island == "Tiki Outpost" then
  2377. PlayerTP(CFrame.new(-16224, 9, 439))
  2378. end
  2379. end
  2380. end
  2381. end)
  2382. end})
  2383.  
  2384. TPToggle:Callback(function(Value)
  2385. if Value then
  2386. local Mag = math.huge
  2387. repeat task.wait()
  2388. local plrPP = Player.Character and Player.Character.PrimaryPart
  2389. if plrPP then
  2390. Mag = (plrPP.Position - TeleportPos).Magnitude
  2391. end
  2392. until not getgenv().TeleportToIsland or Mag < 15
  2393. TPToggle:Set(false)
  2394. end
  2395. end)
  2396.  
  2397. if Sea3 then
  2398. تنقل:AddSection({"ريس v4"})
  2399.  
  2400. تنقل:AddButton({"تنقل Temple of Time", function()
  2401. for i = 1, 5 do task.wait()
  2402. Player.Character:SetPrimaryPartCFrame(CFrame.new(28286, 14897, 103))
  2403. end
  2404. end})
  2405. end
  2406.  
  2407. متفرقات:AddSection({"دخول سيرفيرات | اكواد"})
  2408. local ServerId = ""
  2409. متفرقات:AddTextBox({Name = "Input Job Id",Default = "",PlaceholderText = "Job ID",Callback = function(Value)
  2410. ServerId = Value
  2411. end})
  2412. متفرقات:AddButton({"دخول سيرفير", function()
  2413. loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/Webhook/main/BloxFruits.lua"))():Teleport(ServerId)
  2414. end})
  2415. متفرقات:AddSection({"تكوينات "})
  2416.  
  2417. متفرقات:AddSlider({"تفريم درجه", 5, 30, 1, 20, function(Value)
  2418. getgenv().FarmPos = Vector3.new(0, Value or 15, Value or 10)getgenv().FarmDistance = Value
  2419. end, "Misc/FarmDistance"})
  2420.  
  2421. متفرقات:AddSlider({"سرعة تنقل", 50, 300, 5, 170, function(Value)
  2422. getgenv().TweenSpeed = Value
  2423. end, "Misc/TweenSpeed"})
  2424.  
  2425. متفرقات:AddSlider({"درجة سحب الموبات", 50, 500, 10, 250, function(Value)
  2426. getgenv().BringMobsDistance = Value or 250
  2427. end, "Misc/BringMobsDistance"})
  2428.  
  2429. متفرقات:AddSlider({"سرعة ضغط تلقائي", 0.15, 1, 0.01, 0.2, function(Value)
  2430. getgenv().AutoClickDelay = Value
  2431. end, "Misc/AutoClickDelay"})
  2432.  
  2433. متفرقات:AddToggle({"ضرب سريع", true, function(Value)
  2434. getgenv().FastAttack = Value
  2435. end, "Misc/FastAttack"})
  2436.  
  2437. متفرقات:AddToggle({"درجة سرعة ضرري", true, function(Value)
  2438. getgenv().AttackDistance = Value
  2439. task.spawn(AttackDistance)
  2440. end, "Misc/IncreaseAttackDistance"})
  2441.  
  2442. متفرقات:AddToggle({"ضغطة تلقائي", true, function(Value)
  2443. getgenv().AutoClick = Value
  2444. end, "Misc/AutoClick"})
  2445.  
  2446. متفرقات:AddToggle({"سحب موبات", true, function(Value)
  2447. getgenv().BringMobs = Value
  2448. end, "Misc/BringMobs"})
  2449.  
  2450. متفرقات:AddToggle({"تشغيل الهاكي", true, function(Value)
  2451. getgenv().AutoHaki = Value
  2452. end, "Misc/AutoHaki"})
  2453.  
  2454. متفرقات:AddSection({"كودات"})
  2455. متفرقات:AddButton({
  2456. Name = "تجربة جميع كودات",
  2457. Callback = function()
  2458. local Codes = {
  2459. "REWARDFUN",
  2460. "Chandler",
  2461. "NEWTROLL",
  2462. "KITT_RESET",
  2463. "Sub2CaptainMaui",
  2464. "DEVSCOOKING",
  2465. "kittgaming",
  2466. "Sub2Fer999",
  2467. "Enyu_is_Pro",
  2468. "Magicbus",
  2469. "JCWK",
  2470. "Starcodeheo",
  2471. "Bluxxy",
  2472. "fudd10_v2",
  2473. "SUB2GAMERROBOT_EXP1",
  2474. "Sub2NoobMaster123",
  2475. "Sub2UncleKizaru",
  2476. "Sub2Daigrock",
  2477. "Axiore",
  2478. "TantaiGaming",
  2479. "StrawHatMaine",
  2480. "Sub2OfficialNoobie",
  2481. "Fudd10",
  2482. "Bignews",
  2483. "TheGreatAce",
  2484. "DRAGONABUSE",
  2485. "SECRET_ADMIN",
  2486. "ADMIN_TROLL",
  2487. "STAFFBATTLE",
  2488. "ADMIN_STRENGTH",
  2489. "JULYUPDATE_RESET",
  2490. "NOOB_REFUND",
  2491. "15B_BESTBROTHERS",
  2492. "CINCODEMAYO_BOOST",
  2493. "ADMINGIVEAWAY",
  2494. "GAMER_ROBOT_1M",
  2495. "SUBGAMERROBOT_RESET",
  2496. "SUB2GAMERROBOT_RESET1",
  2497. "GAMERROBOT_YT",
  2498. "TY_FOR_WATCHING",
  2499. "EXP_5B",
  2500. "RESET_5B",
  2501. "UPD16",
  2502. "3BVISITS",
  2503. "2BILLION",
  2504. "UPD15",
  2505. "THIRDSEA",
  2506. "1MLIKES_RESET",
  2507. "UPD14",
  2508. "1BILLION",
  2509. "ShutDownFix2",
  2510. "XmasExp",
  2511. "XmasReset",
  2512. "Update11",
  2513. "PointsReset",
  2514. "Update10",
  2515. "Control",
  2516. "SUB2OFFICIALNOOBIE",
  2517. "AXIORE",
  2518. "BIGNEWS",
  2519. "BLUXXY",
  2520. "CHANDLER",
  2521. "ENYU_IS_PRO",
  2522. "FUDD10",
  2523. "FUDD10_V2",
  2524. "KITTGAMING",
  2525. "MAGICBUS",
  2526. "STARCODEHEO",
  2527. "STRAWHATMAINE",
  2528. "SUB2CAPTAINMAUI",
  2529. "SUB2DAIGROCK",
  2530. "SUB2FER999",
  2531. "SUB2NOOBMASTER123",
  2532. "SUB2UNCLEKIZARU",
  2533. "TANTAIGAMING",
  2534. "THEGREATACE",
  2535. "CONTROL",
  2536. "UPDATE11",
  2537. "XMASEXP",
  2538. "Colosseum"
  2539. }
  2540.  
  2541. for _,code in pairs(Codes) do
  2542. task.spawn(function()ReplicatedStorage.Remotes.Redeem:InvokeServer(code)end)
  2543. end
  2544. end
  2545. })
  2546.  
  2547. متفرقات:AddSection({"تيمات"})
  2548. متفرقات:AddButton({"دخول تيم القراصنه", function()
  2549. FireRemote("SetTeam", "Pirates")
  2550. end})
  2551. متفرقات:AddButton({"دخول تيم المارين", function()
  2552. FireRemote("SetTeam", "Marines")
  2553. end})
  2554. متفرقات:AddSection({"Menu"})
  2555.  
  2556. متفرقات:AddButton({"فتح متجر فواكه", function()
  2557. FireRemote("GetFruits")
  2558. Player.PlayerGui.Main.FruitShop.Visible = true
  2559. end})
  2560.  
  2561. متفرقات:AddButton({"الالقاب", function()
  2562. FireRemote("getTitles")
  2563. Player.PlayerGui.Main.Titles.Visible = true
  2564. end})
  2565.  
  2566. متفرقات:AddButton({"لون الهاكي", function()
  2567. Player.PlayerGui.Main.Colors.Visible = true
  2568. end})
  2569.  
  2570. متفرقات:AddSection({"مرئي"})
  2571.  
  2572. متفرقات:AddButton({"إزالة الضباب", function()
  2573. local LightingLayers, Sky = Lighting:FindFirstChild("LightingLayers"), Lighting:FindFirstChild("Sky")
  2574. if Sky then
  2575. Sky:Destroy()
  2576. end
  2577. if LightingLayers then
  2578. LightingLayers:Destroy()
  2579. end
  2580. end})
  2581.  
  2582. متفرقات:AddSection({"مزيد من FPS"})
  2583.  
  2584. متفرقات:AddToggle({"Remove Damage", true, function(Value)
  2585. ReplicatedStorage.Assets.GUI.DamageCounter.Enabled = not Value
  2586. end, "Misc/RemoveDamage"})
  2587. table.insert(AFKOptions, Misc:AddToggle({"Remove Notifications", false, function(Value)
  2588. Player.PlayerGui.Notifications.Enabled = not Value
  2589. end, "Misc/RemoveNotifications"}))
  2590.  
  2591. متفرقات:AddSection({"آخرون"})
  2592.  
  2593. متفرقات:AddToggle({"مشي على بحر", true, function(Value)
  2594. getgenv().WalkOnWater = Value
  2595. task.spawn(function()
  2596. local Map = workspace:WaitForChild("Map", 9e9)
  2597.  
  2598. while getgenv().WalkOnWater do task.wait(0.1)
  2599. Map:WaitForChild("WaterBase-Plane", 9e9).Size = Vector3.new(1000, 113, 1000)
  2600. end
  2601. Map:WaitForChild("WaterBase-Plane", 9e9).Size = Vector3.new(1000, 80, 1000)
  2602. end)
  2603. end, "Misc/WalkOnWater"})
  2604. متفرقات:AddToggle({"Anti AFK", true, function(Value)
  2605. getgenv().AntiAFK = Value
  2606. task.spawn(function()
  2607. while getgenv().AntiAFK do
  2608. VirtualUser:CaptureController()
  2609. VirtualUser:ClickButton1(Vector2.new(math.huge, math.huge))task.wait(600)
  2610. end
  2611. end)
  2612. end, "Misc/AntiAFK"})
  2613.  
  2614. متجر:AddSection({"Christmas"})
  2615. متجر:AddButton({"Buy 2x EXP (15 mins.) < 50 Candies >", function()FireRemote("Candies", "Check")FireRemote("Candies", "Buy", 1, 1)end})
  2616. متجر:AddButton({"Stats Refund < 75 Candies >", function()FireRemote("Candies", "Check")FireRemote("Candies", "Buy", 1, 2)end})
  2617. متجر:AddButton({"Race Reroll < 100 Candies >", function()FireRemote("Candies", "Check")FireRemote("Candies", "Buy", 1, 3)end})
  2618. متجر:AddSection({""})
  2619. متجر:AddButton({"Buy 200 Frags < 50 Candies >", function()FireRemote("Candies", "Check")FireRemote("Candies", "Buy", 2, 2)end})
  2620. Shop:AddButton({"Buy 500 Frags < 100 Candies >", function()FireRemote("Candies", "Check")FireRemote("Candies", "Buy", 2, 2)end})
  2621. Shop:AddSection({"Bones"})
  2622. Shop:AddButton({"Buy Surprise < 50 Bones >", function()FireRemote("Bones", "Buy", 1, 1)end})
  2623. Shop:AddButton({"Stats Refund < 150 Bones >", function()FireRemote("Bones", "Buy", 1, 2)end})
  2624. Shop:AddButton({"Race Reroll < 300 Bones >", function()FireRemote("Bones", "Buy", 1, 3)end})]]
  2625. متجر:AddSection({"Ectoplasm"})
  2626. متجر:AddButton({"Midnight Blade", function()end})
  2627. متجر:AddButton({"Bizarre Rifle", function()end})
  2628. متجر:AddButton({"Midnight Blade", function()end})]]
  2629. متجر:AddSection({"Frags"})
  2630. متجر:AddButton({"Race Rerol", function()
  2631. FireRemote("BlackbeardReward", "Reroll", "1")FireRemote("BlackbeardReward", "Reroll", "2")end})
  2632. متجر:AddButton({"Reset Stats", function()
  2633. FireRemote("BlackbeardReward", "Refund", "1")FireRemote("BlackbeardReward", "Refund", "2")end})
  2634. متجر:AddSection({"Fighting Style"})
  2635. متجر:AddButton({"Buy Black Leg", function()FireRemote("BuyBlackLeg")end})
  2636. متجر:AddButton({"Buy Electro", function()FireRemote("BuyElectro")end})
  2637. متجر:AddButton({"Buy Fishman Karate", function()FireRemote("BuyFishmanKarate")end})
  2638. متجر:AddButton({"Buy Dragon Claw", function()
  2639. FireRemote("BlackbeardReward","DragonClaw","1")FireRemote("BlackbeardReward","DragonClaw","2")end})
  2640. متجر:AddButton({"Buy Superhuman", function()FireRemote("BuySuperhuman")end})
  2641. متجر:AddButton({"Buy Death Step", function()FireRemote("BuyDeathStep")end})
  2642. متجر:AddButton({"Buy Sharkman Karate", function()FireRemote("BuySharkmanKarate")end})
  2643. متجر:AddButton({"Buy Electric Claw", function()FireRemote("BuyElectricClaw")end})
  2644. متجر:AddButton({"Buy Dragon Talon", function()FireRemote("BuyDragonTalon")end})
  2645. متجر:AddButton({"Buy GodHuman", function()FireRemote("BuyGodhuman")end})
  2646. متجر:AddButton({"Buy Sanguine Art", function()FireRemote("BuySanguineArt")end})
  2647. متجر:AddSection({"Ability Teacher"})
  2648. متجر:AddButton({"Buy Geppo", function()FireRemote("BuyHaki", "Geppo")end})
  2649. متجر:AddButton({"Buy Buso", function()FireRemote("BuyHaki", "Buso")end})
  2650. متجر:AddButton({"Buy Soru", function()FireRemote("BuyHaki", "Soru")end})
  2651. متجر:AddSection({"Sword"})
  2652. متجر:AddButton({"Buy Katana", function()FireRemote("BuyItem", "Katana")end})
  2653. متجر:AddButton({"Buy Cutlass", function()FireRemote("BuyItem", "Cutlass")end})
  2654. متجر:AddButton({"Buy Dual Katana", function()FireRemote("BuyItem", "Dual Katana")end})
  2655. متجر:AddButton({"Buy Iron Mace", function()FireRemote("BuyItem", "Iron Mace")end})
  2656. متجر:AddButton({"Buy Triple Katana", function()FireRemote("BuyItem", "Triple Katana")end})
  2657. متجر:AddButton({"Buy Pipe", function()FireRemote("BuyItem", "Pipe")end})
  2658. متجر:AddButton({"Buy Dual-Headed Blade", function()FireRemote("BuyItem", "Dual-Headed Blade")end})
  2659. متجر:AddButton({"Buy Soul Cane", function()FireRemote("BuyItem", "Soul Cane")end})
  2660. متجر:AddButton({"Buy Bisento", function()FireRemote("BuyItem", "Bisento")end})
  2661. متجر:AddSection({"Gun"})
  2662. متجر:AddButton({"Buy Musket", function()FireRemote("BuyItem", "Musket")end})
  2663. متجر:AddButton({"Buy Slingshot", function()FireRemote("BuyItem", "Slingshot")end})
  2664. متجر:AddButton({"Buy Flintlock", function()FireRemote("BuyItem", "Flintlock")end})
  2665. متجر:AddButton({"Buy Refined Slingshot", function()FireRemote("BuyItem", "Refined Slingshot")end})
  2666. متجر:AddButton({"Buy Refined Flintlock", function()FireRemote("BuyItem", "Refined Flintlock")end})
  2667. متجر:AddButton({"Buy Cannon", function()FireRemote("BuyItem", "Cannon")end})
  2668. متجر:AddButton({"Buy Kabucha", function()
  2669. FireRemote("BlackbeardReward", "Slingshot", "1")FireRemote("BlackbeardReward", "Slingshot", "2")end})
  2670. متجر:AddSection({"Accessories"})
  2671. متجر:AddButton({"Buy Black Cape", function()FireRemote("BuyItem", "Black Cape")end})
  2672. متجر:AddButton({"Buy Swordsman Hat", function()FireRemote("BuyItem", "Swordsman Hat")end})
  2673. متجر:AddButton({"Buy Tomoe Ring", function()FireRemote("BuyItem", "Tomoe Ring")end})
  2674. متجر:AddSection({"Race"})
  2675. متجر:AddButton({"Ghoul Race", function()FireRemote("Ectoplasm", "Change", 4)end})
  2676. متجر:AddButton({"Cyborg Race", function()FireRemote("CyborgTrainer", "Buy")end})
  2677.  
  2678. local NotifiFruits = false
  2679. local NotifiTime = 15
  2680.  
  2681. workspace.ChildAdded:Connect(function(part)
  2682. if NotifiFruits then
  2683. if part:IsA("Tool") or string.find(part.Name, "Fruit") then
  2684. redzlib:MakeNotify({
  2685. Name = "تنبيه الفاكه",
  2686. Text = "The fruit '" .. part.Name .. "' Spawned on the Map",
  2687. Time = NotifiTime
  2688. })
  2689. end
  2690. end
  2691. end)
  2692.  
  2693. مرئي:AddSection({"الرسائل"})
  2694. مرئي:AddSlider({Name = "وقت الرساله",Max = 120, Min = 5, Increase = 1, Default = 15, Callback = function(Value)
  2695. NotifiTime = Value
  2696. end, Flag = "Notify/Time"})
  2697. مرئي:AddToggle({Name = "Fruit Spawn",Callback = function(Value)
  2698. NotifiFruits = Value
  2699. end, Flag = "Notify/Fruit"})
  2700. مرئي:AddSection({"كشف اماكن | esp"})
  2701. if Sea2 then
  2702. مرئي:AddToggle({Name = "كشف الورود",Callback = function(Value)
  2703. getgenv().EspFlowers = Value;EspFlowers()
  2704. end})end
  2705. مرئي:AddToggle({Name = "كشف الاعبين",Callback = function(Value)
  2706. getgenv().EspPlayer = Value;EspPlayer()
  2707. end})
  2708. مرئي:AddToggle({Name = "كشف الفواكه",Callback = function(Value)
  2709. getgenv().EspFruits = Value;EspFruits()
  2710. end, Flag = "ESP/Fruits"})
  2711. مرئي:AddToggle({Name = "كشف الصناديق",Callback = function(Value)
  2712. getgenv().EspChests = Value;EspChests()
  2713. end})
  2714. مرئي:AddToggle({Name = "كشف الجزر",Callback = function(Value)
  2715. getgenv().EspIslands = Value;EspIslands()
  2716. end})
  2717. if IsOwner then
  2718. مرئي:AddSection({"فواكه"})
  2719. مرئي:AddButton({"مطر فواكه", function(value)
  2720. for _,Fruit in pairs(game:GetObjects("rbxassetid://14759368201")[1]:GetChildren()) do
  2721. Fruit.Parent = Map
  2722. Fruit:MoveTo(Player.Character.PrimaryPart.Position + Vector3.new(math.random(-50, 50), 80, math.random(-50, 50)))
  2723. Fruit:WaitForChild("Handle").Touched:Connect(function(part)
  2724. if part.Parent:FindFirstChild("Humanoid") then
  2725. Fruit.Parent = Players[part.Parent.Name].Backpack
  2726. end
  2727. end)
  2728. pcall(function()
  2729. Fruit.Fruit["AnimationController"]:LoadAnimation(Fruit.Fruit.Idle):Play()
  2730. end)
  2731. end
  2732. end})
  2733. مرئي:AddButton({"سحب فواكه", function()
  2734. for _,Fruit in pairs(Map:GetChildren()) do
  2735. if Fruit:IsA("Tool") or Fruit.Name:find("Fruit") then
  2736. Fruit.Parent = Player.Backpack
  2737. end
  2738. end
  2739. end})
  2740. end
  2741. مرئي:AddSection({"كذبي"})
  2742. مرئي:AddParagraph({"ستات كذبيه"})
  2743. مرئي:AddTextBox({Name = "دفاع مزيف",Default = "",PlaceholderText = "Defense",Callback = function(Value)
  2744. Player.Data.Stats.Defense.Level.Value = Value
  2745. end})
  2746. مرئي:AddTextBox({Name = "فواكه مزيفه",Default = "",PlaceholderText = "Fruit",Callback = function(Value)
  2747. Player.Data.Stats["Demon Fruit"].Level.Value = Value
  2748. end})
  2749. مرئي:AddTextBox({Name = "مسدس مزيف",Default = "",PlaceholderText = "Gun",Callback = function(Value)
  2750. Player.Data.Stats.Gun.Level.Value = Value
  2751. end})
  2752. مرئي:AddTextBox({Name = "اسلوب مزيف",Default = "",PlaceholderText = "Melee",Callback = function(Value)
  2753. Player.Data.Stats.Melee.Level.Value = Value
  2754. end})
  2755. مرئي:AddTextBox({Name = "سيف مزيف",Default = "",PlaceholderText = "Sword",Callback = function(Sword)
  2756. Player.Data.Stats.Sword.Level.Value = Value
  2757. end})
  2758. مرئي:AddParagraph({"مود مزيف"})
  2759. مرئي:AddTextBox({Name = "لفل مزيف",Default = "",PlaceholderText = "Level",Callback = function(Value)
  2760. PlayerLevel.Value = Value
  2761. end})
  2762. مرئي:AddTextBox({Name = "Fake Points",Default = "",PlaceholderText = "Points",Callback = function(Value)
  2763. Player.Data.Points.Value = Value
  2764. end})
  2765. مرئي:AddTextBox({Name = "مونتي مزيف",Default = "",PlaceholderText = "Bounty",Callback = function(Value)
  2766. Player.leaderstats["Bounty/Honor"].Value = Value
  2767. end})
  2768. مرئي:AddTextBox({Name = "طاقه مزيفه",Default = "",PlaceholderText = "Energy",Callback = function(Value)
  2769. local plrEnergy = Player and Player.Character and Player.Character:FindFirstChild("Energy")
  2770. if plrEnergy then
  2771. plrEnergy.Max = Value
  2772. plrEnergy.Value = Value
  2773. end
  2774. end})
  2775. مرئي:AddTextBox({Name = "دم مزيف",Default = "",PlaceholderText = "Health",Callback = function(Value)
  2776. local plrHealth = Player and Player.Character and Player.Character:FindFirstChild("Humanoid")
  2777. if plrHealth then
  2778. plrHealth.MaxHealth = Value
  2779. plrHealth.Health = Value
  2780. end
  2781. end})
  2782. مرئي:AddTextBox({Name = "مال مزيف",Default = "",PlaceholderText = "Money",Callback = function(Value)
  2783. Player.Data.Beli.Value = Value
  2784. end})
  2785. مرئي:AddTextBox({Name = "فراق مزيفه",Default = "",PlaceholderText = "Fragments",Callback = function(Value)
  2786. Player.Data.Fragments.Value = Value
  2787. end})
  2788.  
  2789. -- ////////////////////////////////////// --
  2790.  
  2791. task.spawn(function()
  2792. local EffectContainer = ReplicatedStorage:WaitForChild("Effect", 9e9):WaitForChild("Container", 9e9)
  2793.  
  2794. RunService.RenderStepped:Connect(function()
  2795. local DeathEffect = EffectContainer:FindFirstChild("Death")
  2796.  
  2797. if DeathEffect then
  2798. DeathEffect:Destroy()
  2799. end
  2800. end)
  2801.  
  2802. hookfunction(error, function()end)
  2803. hookfunction(warn, function()end)
  2804. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement