Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. local data={
  2. save=2,
  3. savedata={
  4. koins=1000000,
  5. main={
  6. upgrades={dunk={max=19, current=0},
  7. defense={max=19, current=7},
  8. steal={max=19, current=0},
  9. jump={max=19, current=0},
  10. freethrow={max=19, current=0},
  11. shotcontest={max=19, current=0},
  12. ["2pointer"]={max=19, current=0},
  13. ["3pointer"]={max=19, current=3},
  14. handles={max=19, current=5},
  15. layup={max=19, current=0},
  16. postscorer={max=19, current=0},
  17. ballspeed={max=19, current=2},
  18. speed={max=19, current=3},
  19. passing={max=19, current=10},
  20. movingshot={max=19, current=0},
  21. strength={max=19, current=0}},
  22. park_onanimations={},
  23. rb7_celebrations={},
  24. jumpshots={"Starter Jumpshot 1", "Starter Jumpshot 2", "Starter Jumpshot 3"},
  25. prestige=3,
  26. pants={"Bulls Shorts"},
  27. level=21,
  28. layups={"Starter Layup 1", "Starter Layup 2"},
  29. shoes={"RB Generics"},
  30. park="westlake",
  31. dunks={"Big Slam"},
  32. currentexp=5,
  33. hats={"Backpack","supreme ski"},
  34. customjumpshots={},
  35. park_celebrations={},
  36. position="PG",
  37. playstyle="Derrick Rose",
  38. skills={
  39. dunk=44,
  40. defense=47,
  41. steal=45,
  42. jump=46,
  43. freethrow=54,
  44. shotcontest=54,
  45. ["2pointer"]=56,
  46. ["3pointer"]=58,
  47. handles=54,
  48. layup=56,
  49. postscorer=43,
  50. ballspeed=55,
  51. speed=58,
  52. passing=55,
  53. movingshot=55,
  54. strength=41,
  55.  
  56. },
  57. maxexp=100,
  58. shirts={"Derrick Rose Derrick Rose Derrick Rose Derrick Ros"}
  59. },
  60. appearance={
  61. dunk="698187843", park_onanimations={},
  62. rb7_celebrations={},
  63. hat2={meshid="29027803", textureid="897000237", name="supreme ski", pos={y=0.15, z=0}},
  64. layup={name="Starter Layup 1", idr="696678129", idl="696677707"},
  65. shirt="262221492",
  66. weight=190,
  67. pants816313451",
  68. shoes={name="RB Generics", shoetype="MidShoe", idr="945506326", idl="945506326"},
  69. hat={meshid="179522694", textureid="658968031", name="Backpack", pos={y=-1.9, z=-0.02}, rotation={y=0, z=0}},
  70. skincolor="Nougat",
  71. gender="Male",
  72. park_celebrations={},
  73. haircolor="Black",
  74. height=5.4,
  75. shothand="R",
  76. jumpshot={name="Starter Jumpshot 1", shot="697217666", jump="697208867"},
  77. hair={meshid="906107820", pos={y=0.4, z=0},name="dreads",size={y=0.06, x=0.06, z=0.06}}
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement