xKyriie

RB World 2 | Stat Change Script (With Modded Clothes)

Nov 25th, 2017
1,117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.95 KB | None | 0 0
  1. local data={
  2.     save=2,
  3.     savedata={
  4.         koins=9999999999,
  5.         main={
  6.             upgrades={dunk={max=-59, current=-59},
  7.             defense={max=-59, current=-59},
  8.             steal={max=-59, current=20},
  9.             jump={max=15, current=20},
  10.             freethrow={max=-59, current=20},
  11.             shotcontest={max=-59, current=20},
  12.             ["2pointer"]={max=-59, current=20},
  13.             ["3pointer"]={max=-59, 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=0,
  26.             pants={"Grey Joggers"},
  27.             level=-5430,
  28.             layups={"Starter Layup 1", "Starter Layup 2"},
  29.             shoes={"RB Generics"},
  30.             park="eastside",
  31.             dunks={"Big Slam"},
  32.             currentexp=1,
  33.             hats={"Nothing"},
  34.             customjumpshots={},
  35.             park_celebrations={},
  36.             position="PG",
  37.             playstyle="Shooter",
  38.             skills = {
  39.                               ["2pointer"]=-59,
  40.                               ["3pointer"]=-59,
  41.                               ballspeed=-59,
  42.                               defense=-59,
  43.                               dunk=-59,
  44.                               freethrow=-59,
  45.                               handles=-59,
  46.                               jump=-59,
  47.                               layup=-59,
  48.                               movingshot=-59,
  49.                               passing=-59,
  50.                               postscorer=-59,
  51.                               shotcontest=-59,
  52.                               speed=-59,
  53.                               steal=-59,
  54.                               strength=-59,
  55.             },
  56.             maxexp=-9393,
  57.             shirts={"Plain White Shirt"}
  58.         },
  59.         appearance={
  60.             dunk="01200057194", park_onanimations={},
  61.             rb7_celebrations={},
  62.             hat2={meshid="69225450", textureid="695047766", name="Shmateo Mask", pos={y=-0.226, z=-0.046}},
  63.             layup={name="Starter Layup 1", idr="696678129", idl="696677707"},
  64.             shirt="0",
  65.             weight=190,
  66.             pants="1169550851",
  67.             shoes={name="black n white", shoetype="MidShoe", idr="1029104847", idl="1028523033"},
  68.             hat={meshid="179522694", textureid="658968031", name="Black Bape Backpack", pos={y=-1.9, z=0.02}},
  69.             skincolor="Nougat",
  70.             gender="Male",
  71.             park_celebrations={},
  72.             haircolor="Really black",
  73.             height=6,
  74.             shothand="R",
  75.             jumpshot={name="Starter Jumpshot 1", shot="697217666", jump="697208867"},
  76.             hair={meshid="0", pos={y=.4, z=0},name="Lebron Hair",size={y=1, x=1, z=1}}
  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. print 'New Dominus';
  91.  
  92. game.ReplicatedStorage.tp:FireServer(data)
Add Comment
Please, Sign In to add comment