Piece X tycoon Inf stats, Inf level up rewards, Mass summon

MADE BY Noul1

FEATURE:

  • INF STATS
  • INF LEVELS UP REWARDS
  • MASS SUMMON
  • .
  • https://www.roblox.com/games/9786070403/Fruit-Piece-X-Tycoon

SCRIPTS: [3]

INF STATS POINT:

local args = {
    [1] = "usePoint",
    [2] = {
        ["number"] = -math.huge,
        ["category"] = "attack"
    }
}

game:GetService("ReplicatedStorage").events.RemoteFunction_playerInfo:InvokeServer(unpack(args))

Inf level up rewards:

local value = {
"money",
"diamond",
"skill",
"exp",
}
while true do 
for joe = 1, 1000000000 do task.wait()
for i , v in pairs(value) do
local args = {
   [1] = "getLevelUpRewards",
   [2] = {
       ["category"] = v
   }
}

game:GetService("ReplicatedStorage").events.RemoteFunction_playerInfo:InvokeServer(unpack(args))
task.wait()
end
end
end

Summon a bunch Must have the summon shop (fucks up your achievement for summoning):

local args = {
    [1] = "chouka",
    [2] = {
        ["number"] = math.huge,
        ["islandName"] = "Windmill",
        ["category"] = "chouka"
    }
}

game:GetService("ReplicatedStorage").events.RemoteFunction_chouka:InvokeServer(unpack(args))

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!