Juice Pirates Max Level & Inf Gems

MADE BY Septex

FEATURES:

  • MAX LEVELS
  • MAX GEMS

GAME LINK:
JUICE PIRATES

SCRIPTS: [2]

local data = game:GetService("ReplicatedStorage")["Player_Data"][game.Players.LocalPlayer.Name].Data

local function yes()
   if data.Points.Value + data.Levels.Value > 749 then
       return 749 - data.Levels.Value
   else
       return data.Points.Value
   end
end

game:GetService("ReplicatedStorage").StatSystem.Points:FireServer("Gems", 10 - data.Gems.Value)
wait(0.3)
game:GetService("ReplicatedStorage").StatSystem.Points:FireServer("Levels", yes())
game:GetService("ReplicatedStorage").Remote.ResetStats.HaveMoney:FireServer()

MAX LEVELS: this requires more than 10 stat points

local amount = 200
game:GetService("ReplicatedStorage").StatSystem.Points:FireServer("Gems", amount)

MAX GEMS: this uses stat points to give u gems reset stats if ur out of points (can’t go above 749)

⚠️ 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!