Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2.  
  3. plr.Data.Attack.Value = 1E+5
  4.  
  5. plr.Data.Ki.Value = 1E+5
  6.  
  7. plr.Data.Agility.Value = 1E+5
  8.  
  9. All Gamepasses Unlocked:
  10.  
  11. plr = game.Players.LocalPlayer
  12.  
  13. plr.Gamepasses.FasterTraining.Value = true
  14.  
  15. plr.Gamepasses.LSSJG.Value = true
  16.  
  17. plr.Gamepasses.Omega.Value = true
  18.  
  19. plr.Gamepasses.SSJ5.Value = true
  20.  
  21. plr.Gamepasses.LFSSJ.Value = true
  22.  
  23. plr.Gamepasses.Fuse.Value = true
  24.  
  25. plr.Gamepasses.Undead.Value = true
  26.  
  27. plr.Gamepasses.Angel.Value = true
  28.  
  29. — this one is not permanent. So, if you leave, the gamepasses will be set back to false automatically
  30.  
  31. Infinite Ki:
  32.  
  33. inf = 999999999
  34.  
  35. plr = game.Players.LocalPlayer
  36.  
  37. plr.PlayerGui.MainGui.Ki = inf
  38.  
  39. RAW
  40.  
  41. Max Stats Script:
  42.  
  43. plr = game.Players.LocalPlayer
  44.  
  45. plr.Data.Attack.Value = 1E+5
  46.  
  47. plr.Data.Ki.Value = 1E+5
  48.  
  49. plr.Data.Agility.Value = 1E+5
  50.  
  51. All Gamepasses Unlocked:
  52.  
  53. plr = game.Players.LocalPlayer
  54.  
  55. plr.Gamepasses.FasterTraining.Value = true
  56.  
  57. plr.Gamepasses.LSSJG.Value = true
  58.  
  59. plr.Gamepasses.Omega.Value = true
  60.  
  61. plr.Gamepasses.SSJ5.Value = true
  62.  
  63. plr.Gamepasses.LFSSJ.Value = true
  64.  
  65. plr.Gamepasses.Fuse.Value = true
  66.  
  67. plr.Gamepasses.Undead.Value = true
  68.  
  69. plr.Gamepasses.Angel.Value = true
  70.  
  71. — this one is not permanent. So, if you leave, the gamepasses will be set back to false automatically
  72.  
  73. Infinite Ki:
  74.  
  75. inf = 999999999
  76.  
  77. plr = game.Players.LocalPlayer
  78.  
  79. plr.PlayerGui.MainGui.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement