Advertisement
SamirDevs

Roblox SPTS Script

Jan 19th, 2019
5,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. -- See through the eyes of a superhero in SPTS (clientsided)
  2.  
  3. stats = game.Players.SamirDevs.PrivateStats -- change samirdevs to your name
  4. leaderstats = game.Players.SamirDevs.leaderstats -- here too
  5. wsplr = game.Workspace.SamirDevs.Humanoid -- aand here
  6.  
  7. while true do
  8. wait()
  9. wsplr.MaxHealth = 1e+39
  10. wsplr.Health = 1e+39
  11. stats.Rank.Value = 11
  12. stats.SelectedRank.Value = 11
  13. stats.Token.Value = 999999999
  14. stats.FistStrength.Value = 1e+45
  15. stats.BodyToughness.Value = 1e+45
  16. stats.MovementSpeed.Value = 1e+45
  17. stats.JumpForce.Value = 1e+45
  18. stats.PsychicPower.Value = 1e+45
  19. stats.InnocentKilled.Value = 999999999
  20. stats.VillainKilled.Value = 999999999
  21. stats.HeroKilled.Value = 999999999
  22. stats.Reputation.Value = 1234567
  23. stats.AliveTime.Value = 1000000
  24. leaderstats.Status = ("Superhero")
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement