Find any script for Roblox

Enter the name of the game or script.

Piece X Tycoon script – (INF Money, INF Points)

Functions: INF Stats points, INF Level up rewards, 

Script developer: Noul1

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your scripts:

INF Stats points:

				
					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, Summon a bunch Must have the summon shop

				
					local args = {
    [1] = "chouka",
    [2] = {
        ["number"] = math.huge,
        ["islandName"] = "Windmill",
        ["category"] = "chouka"
    }
}
game:GetService("ReplicatedStorage").events.RemoteFunction_chouka:InvokeServer(unpack(args))
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *