Advertisement
ARY106_7

سكربت blox fruit but very good من صنعي

Jan 7th, 2025
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. local localPlayer = game:GetService("Players").LocalPlayer
  2. local npc = workspace:WaitForChild("Characters")
  3. local Remote = game:GetService("ReplicatedStorage"):WaitForChild("ALLREMBINDS"):WaitForChild("MainRemoteEvent")
  4. local fruits = localPlayer.PlayerStats.Tools
  5. local chest = workspace.World.Chests
  6.  
  7. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  8.  
  9. local Window = Library:NewWindow("محمد هوب | blox fruit but very good")
  10.  
  11. local Section = Window:NewSection("OP THINGS")
  12.  
  13. Section:CreateButton("Collect chest", function()
  14. for _, v in ipairs(chest:GetChildren()) do
  15. firetouchinterest(localPlayer.Character.HumanoidRootPart, v, 0)
  16. firetouchinterest(localPlayer.Character.HumanoidRootPart, v, 1)
  17. end
  18. end)
  19.  
  20. Section:CreateButton("kill all players/npc", function()
  21. for _, character in pairs(npc:GetChildren()) do
  22. if character:IsA("Model") and character:FindFirstChild("Humanoid") and character.Name ~= localPlayer.Name then
  23. Remote:FireServer("EMMFOSS__!ZCNSJNXCSDWQSANBX","Main_DamgeR___",{character, {Using = "Combat", Damge = 9999, FromPlayer = localPlayer}})
  24. end
  25. end
  26. end)
  27.  
  28. Section:CreateButton("Fling everything", function()
  29. for _, character in pairs(npc:GetChildren()) do
  30. if character:IsA("Model") and character:FindFirstChild("Humanoid") and character.Name ~= localPlayer.Name then
  31. Remote:FireServer("EMMFOSS__!ZCNSJNXCSDWQSANBX", "ASeemblyLinearVEllChangerr", {character:FindFirstChild("HumanoidRootPart"), Vector3.new(0, 1000, 0)})
  32. end
  33. end
  34. end)
  35.  
  36. local Section = Window:NewSection("FRUITS")
  37.  
  38. Section:CreateDropdown("select fruit", {"Dragon (West) Fruit", "Dragon (East) Fruit", "Flame Fruit", "Kitsune Fruit", "Leopard Fruit", "Dough Fruit", "Magma Fruit", "Venom Fruit", "Light Fruit", "Ice Fruit", "Hito Fruit", "Control Fruit"}, 1, function(text)
  39. local args = {
  40. [1] = "EMMFOSS__!ZCNSJNXCSDWQSANBX",
  41. [2] = "AddToolToBackpackKKK",
  42. [3] = {
  43. [1] = text,
  44. [2] = localPlayer.Backpack,
  45. [3] = true,
  46. [4] = true
  47. }
  48. }
  49.  
  50. Remote:FireServer(unpack(args))
  51. end)
  52.  
  53. local Section = Window:NewSection("INF MASTERY")
  54.  
  55. Section:CreateButton("Get Mastery all fruits", function()
  56. for _, v in ipairs(fruits:GetChildren()) do
  57. Remote:FireServer("EMMFOSS__!ZCNSJNXCSDWQSANBX", "GiveMasteryEXPTO__Smthh", {localPlayer, v.Name, 99999999, true})
  58. end
  59. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement