Quartz Kaitun Hub – Blox Fruits Script
Quartz Kaitun Hub – Blox Fruits Script
"Like Comment & Subscribe"
Unlock progress for script (0/5)
"Click copy button for script"
getgenv().Mode = "OneClick"
getgenv().Setting = {
["Team"] = "Pirates", -- Options "Pirates", "Marines"
["FucusOnLevel"] = true,
["Fruits"] = { -- setting for fruits u want
["Primary"] = { -- if current fruit is not in this list, eat/buy
"Dough-Dough",
"Dragon-Dragon",
"Buddha-Buddha",
-- u can configs add mores/remove and must end with , (comma symbol)
},
["Normal"] = { -- it just a normal fruit list
"Flame-Flame",
"Light-Light",
"Magma-Magma",
-- u can configs add mores/remove and must end with , (comma symbol)
}
-- run this for get all fruit name `local t={};for _,v in pairs(game.ReplicatedStorage.Remotes.CommF_:InvokeServer("GetFruits"))do table.insert(t,v.Name)end;setclipboard(table.concat(t, "\n"))`
},
["Lock Fruits"] = { -- don't use or eat fruits in this list
"Yeti-Yeti",
"T-Rex-T-Rex"
},
["IdleCheck"] = 300, -- every (x) seconds if not moving rejoin
};
loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/QuartyzScript/main/Loader.lua"))()