Advertisement
UnderCoverIso

Untitled

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