Solo Blox Leveling Script | GET INFINITE STAT POINTS

Created by GhostHome

Features:

  • GET INFINITE STAT POINTS
  • DEV NOTES:
  • everything below is self explantory!
  • if doesn’t work, its patched!
--[[
by ghosthome#8544
https://discord.gg/kywNxcQuTD
]]

local remov = 88888 -- points/negative for remove/positive for adding
local from = "Str" -- Stat to remove/add from/to, stats are like Strength = Str, Vitality = Vit, Mana = MP, SP, Agility = Agi
game:GetService("Players").LocalPlayer.PlayerGui.Backpack.BackpackFrame.StatsFrame.AddingPoints.LocalScript.RemoteEvent:FireServer("AddPoints", tonumber(remov), from)