Advertisement
Guest User

99 overall rb world 2

a guest
Dec 24th, 2017
3,692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. 99 overall script rb world 2:
  2.  
  3. local data={
  4. save=2,
  5. savedata={
  6. koins=1333333333333333337,
  7. main={
  8. upgrades={dunk={max=17, current=20},
  9. defense={max=15, current=20},
  10. steal={max=13, current=20},
  11. jump={max=15, current=20},
  12. freethrow={max=11, current=20},
  13. shotcontest={max=18, current=20},
  14. ["2pointer"]={max=20, current=20},
  15. ["3pointer"]={max=11, current=20},
  16. handles={max=15, current=20},
  17. layup={max=12, current=20},
  18. postscorer={max=9, current=20},
  19. ballspeed={max=9, current=20},
  20. speed={max=11, current=20},
  21. passing={max=15, current=20},
  22. movingshot={max=13, current=20},
  23. strength={max=7, current=20}},
  24. park_onanimations={},
  25. rb7_celebrations={},
  26. jumpshots={"Starter Jumpshot 1", "Starter Jumpshot 2", "Starter Jumpshot 3"},
  27. prestige=3,
  28. pants={"Grey Joggers"},
  29. level=41,
  30. layups={"Starter Layup 1", "Starter Layup 2"},
  31. shoes={"RB Generics"},
  32. park="eastside",
  33. dunks={"Big Slam"},
  34. currentexp=0,
  35. hats={"Nothing"},
  36. customjumpshots={},
  37. park_celebrations={},
  38. position="SG",
  39. playstyle="Splasher",
  40. skills = {
  41. ["2pointer"] = 59,
  42. ["3pointer"] = 59,
  43. ballspeed = 59,
  44. defense = 59,
  45. dunk = 59,
  46. freethrow = 59,
  47. handles = 59,
  48. jump = 59,
  49. layup = 59,
  50. movingshot = 59,
  51. passing = 59,
  52. postscorer = 59,
  53. shotcontest = 59,
  54. speed = 59,
  55. steal = 59,
  56. strength = 59,
  57. },
  58. maxexp=109999990,
  59. shirts={"Plain White Shirt"}
  60. },
  61. appearance={
  62. dunk="698187843", park_onanimations={},
  63. rb7_celebrations={},
  64. hat2={meshid="", textureid="", name="None", pos={y=0, z=0}},
  65. layup={name="Starter Layup 1", idr="696678129", idl="696677707"},
  66. shirt="225684460",
  67. weight=185,
  68. pants="945117814",
  69. shoes={name="RB Generics", shoetype="MidShoe", idr="945506326", idl="945506326"},
  70. hat={meshid="", textureid="", name="None", pos={y=0, z=0}},
  71. skincolor="Cashmere",
  72. gender="Male",
  73. park_celebrations={},
  74. haircolor="Black",
  75. height=6.1,
  76. shothand="R",
  77. jumpshot={name="Starter Jumpshot 1", shot="697217666", jump="697208867"},
  78. hair={meshid="", pos={y=0, z=0},name="Bald",size={y=0, x=0, z=0}}
  79. },
  80. upgrading=1
  81. },
  82. maindata={
  83. friends={},
  84. name=game.Players.LocalPlayer.Name,
  85. park="",
  86. id=game.Players.LocalPlayer.userId,
  87. follow="Anyone",
  88. league=0,
  89. gym=0
  90. }
  91. }
  92.  
  93. game.ReplicatedStorage.tp:FireServer(data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement