Solo Blox Leveling Script | INFINITE STATS

Created by Lupin

Features:

  • INFINITE STATS
  • DEV NOTES:
  • change 10000 to how much stats you want
  • my alt got banned for going over atleast 25k in total stats i think, i dont know how much is the limit so ye, dont blame me if you get banned.
local args = {
[1] = "AddPoints",
[2] = 0.5, -- dont change
[3] = "SP" --"Str","Agi","Int","Vit","MP","SP"
}

for i=0,10000 do
game.Players.LocalPlayer.PlayerGui.Backpack.BackpackFrame.StatsFrame.AddingPoints.LocalScript.RemoteEvent:FireServer(unpack(args))
wait(0.01)
end