Advertisement
Guest User

MY ALLSTAR SCRIPT

a guest
May 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. local data={
  2. save=2,
  3. savedata={
  4. koins=99999999999,
  5. main={
  6. upgrades={dunk={max=17, current=20},
  7. defense={max=15, current=20},
  8. steal={max=13, current=20},
  9. jump={max=15, current=20},
  10. freethrow={max=11, current=20},
  11. shotcontest={max=18, current=20},
  12. ["2pointer"]={max=20, current=20},
  13. ["3pointer"]={max=11, current=20},
  14. handles={max=15, current=20},
  15. layup={max=12, current=20},
  16. postscorer={max=9, current=20},
  17. ballspeed={max=9, current=20},
  18. speed={max=11, current=20},
  19. passing={max=15, current=20},
  20. movingshot={max=13, current=20},
  21. strength={max=7, current=20}},
  22. park_onanimations={},
  23. rb7_celebrations={},
  24. jumpshots={"Starter Jumpshot 1", "Starter Jumpshot 2", "Starter Jumpshot 3"},
  25. prestige=2,
  26. pants={"!!!Black Black Black Black Black Black Black"},
  27. level=21,
  28. layups={"Starter Layup 1", "Starter Layup 2"},
  29. shoes={"RB Generics"},
  30. park="eastside",
  31. dunks={"Big Slam"},
  32. currentexp=0,
  33. hats={"Nothing"},
  34. customjumpshots={},
  35. park_celebrations={},
  36. position="DEZMON",
  37. playstyle="White",
  38. skills = {
  39. ["2pointer"] = 46,
  40. ["3pointer"] = 47,
  41. ballspeed = 41,
  42. defense = 43,
  43. dunk = 41,
  44. freethrow = 39,
  45. handles = 40,
  46. jump = 42,
  47. layup = 44,
  48. movingshot = 41,
  49. passing = 42,
  50. postscorer = 43,
  51. shotcontest = 41,
  52. speed = 40,
  53. steal = 41,
  54. strength = 42,
  55. },
  56. maxexp=20,
  57. shirts={"WHITE SUPREME WHITE SUPREME WHITE SUPREME WHITE ##"}
  58. },
  59. appearance={
  60. dunk="698187843", park_onanimations={},
  61. rb7_celebrations={},
  62. hat2={meshid="29027803", textureid="897000237", name="supreme ski", pos={y=0.15, z=0}},
  63. layup={name="Starter Layup 1", idr="696678129", idl="696677707"},
  64. shirt="203115675",
  65. weight=185,
  66. pants="359176704",
  67. shoes={name="Zebra Yeezy", shoetype="MidShoe", idr="1135791438", idl="1135791544"},
  68. hat={meshid="433807755", textureid="825929892", name="None", pos={y=-1.84, z=-0.38}, rotation={y=-90, z=0}},
  69. skincolor="Brown",
  70. gender="Male",
  71. park_celebrations={},
  72. haircolor="Really black",
  73. height=5.10,
  74. shothand="R",
  75. jumpshot={name="Starter Jumpshot 1", shot="697217666", jump="697208867"},
  76. hair={meshid="906107820", pos={y=0.448, z=0},name="x",size={y=0.055, x=0.06, z=0.06}}
  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