View difference between Paste ID: 882PdrmJ and d4EE5iFn
SHOW: | | - or go back to the newest paste.
1
local data={
2-
	save=2,
2+
	save=1,
3
	savedata={
4-
		koins=40000,
4+
		koins=40000000000,
5
		main={
6
			upgrades={dunk={max=9, current=0},
7
			defense={max=14, current=7},
8
			steal={max=12, current=0},
9
			jump={max=10, current=0},
10
			freethrow={max=11, current=0},
11
			shotcontest={max=13, current=0},
12
			["2pointer"]={max=8, current=0},
13
			["3pointer"]={max=7, current=0},
14
			handles={max=14, current=5},
15
			layup={max=12, current=0},
16
			postscorer={max=9, current=0},
17
			ballspeed={max=9, current=2},
18
			speed={max=11, current=3},
19
			passing={max=16, current=10},
20
			movingshot={max=13, current=0},
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="PG",
37
			playstyle="Passer",
38
			skills={
39
				dunk=36,
40
				defense=50,
41
				steal=50,
42
				jump=45,
43
				freethrow=58,
44
				shotcontest=40,
45
				["2pointer"]=51,
46-
				["3pointer"]=48,
46+
				["3pointer"]=100,
47
				handles=52,
48
				layup=57,
49
				postscorer=35,
50
				ballspeed=57, 
51
				speed=58,
52-
				passing=57,
52+
				passing=100,
53-
				movingshot=58,
53+
				movingshot=100,
54-
				strength=38
54+
				strength=100
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)