Advertisement
Guest User

Rb World 2

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