Advertisement
Guest User

RO-NO-HERO-ONLINE 3.2 script

a guest
May 3rd, 2018
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Quirk Changer/Giver:
  2. Code:
  3. game.Players.LocalPlayer.P.Value = "11500"
  4.  
  5. Quirk Value List:
  6. Code:
  7. 0 = Human (Has Nothing)
  8. 1500 = OverHaul
  9. 5500 = OFA (One For All)
  10. 9900 = Explosion
  11. 11500 = Half Hot Half Cold
  12. 20500 = Decay
  13. 70350 = Erasure (Disable Others Quirks)
  14. 90350 = Shock Absorption
  15. 10752 = Regeneration (Heal)
  16. 40581 = Copy (Copy Others Quirk)
  17. 80234 = Engine
  18. 50231 = Hell Flame
  19.  
  20. Max Stats:
  21. Code:
  22. -- DASP = Stat Points
  23. -- DAGIL = Agility Stat
  24. -- DAST = Strength Stat
  25. -- THEX = EXP Stat
  26. -- DAHP = Health Stat
  27. -- MAXXP = Max EXP Value
  28. -- L = Level
  29. -- P = Quirk
  30. game.Players.LocalPlayer.MAXXP.Value = "650"
  31. game.Players.LocalPlayer.DASP.Value = "500"
  32. game.Players.LocalPlayer.DAGIL.Value = "500"
  33. game.Players.LocalPlayer.DAST.Value = "500"
  34. game.Players.LocalPlayer.THEX.Value = "500"
  35. game.Players.LocalPlayer.DAHP.Value = "500"
  36. wait(1.3)
  37. game.Players.LocalPlayer.L.Value = "999999999"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement