Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- See through the eyes of a superhero in SPTS (clientsided)
- stats = game.Players.SamirDevs.PrivateStats -- change samirdevs to your name
- leaderstats = game.Players.SamirDevs.leaderstats -- here too
- wsplr = game.Workspace.SamirDevs.Humanoid -- aand here
- while true do
- wait()
- wsplr.MaxHealth = 1e+39
- wsplr.Health = 1e+39
- stats.Rank.Value = 11
- stats.SelectedRank.Value = 11
- stats.Token.Value = 999999999
- stats.FistStrength.Value = 1e+45
- stats.BodyToughness.Value = 1e+45
- stats.MovementSpeed.Value = 1e+45
- stats.JumpForce.Value = 1e+45
- stats.PsychicPower.Value = 1e+45
- stats.InnocentKilled.Value = 999999999
- stats.VillainKilled.Value = 999999999
- stats.HeroKilled.Value = 999999999
- stats.Reputation.Value = 1234567
- stats.AliveTime.Value = 1000000
- leaderstats.Status = ("Superhero")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement