Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local returnValue = {
- [1] = {
- ["AllChests"] = {
- ["Daily Chest"] = {
- ["Time"] = 0
- },
- ["Group Chest"] = {
- ["Time"] = 0
- }
- },
- ["Stats"] = {
- ["LastPlayerSize"] = 1,
- ["PlayerSize"] = 0,
- ["Spins"] = 0,
- ["Strength"] = 0,
- ["Coins"] = 7,
- ["MaxStrength"] = 30,
- ["Lifts"] = 0,
- ["Settings"] = {
- ["Conceal"] = false,
- ["InfDNA"] = false,
- ["AutoTrain"] = false
- },
- ["DataRecovered"] = false,
- ["Kills"] = 0,
- ["RankMultiplier"] = 1
- },
- ["Weights"] = {
- ["Owned"] = {
- [1] = "Stick"
- },
- ["Equipped"] = "Stick",
- ["BuyAmount"] = 1
- },
- ["Ranks"] = {
- ["REquipped"] = "Rank 1",
- ["ROwned"] = {
- [1] = "Rank 1"
- },
- ["RAmount"] = 1
- },
- ["Pets"] = {
- ["Pets"] = {},
- ["PetsEquipped"] = {},
- ["AmountOfPets"] = 0,
- ["PetsUnlocked"] = {},
- ["MaxStorage"] = 25,
- ["MaxEquip"] = 4,
- ["NumberEquipped"] = 0,
- ["TotalEggsOpened"] = 0
- },
- ["VIPG"] = {
- ["Check"] = false
- },
- ["Settings"] = {
- ["Conceal"] = false
- },
- ["Codes"] = {
- ["Redeemed"] = {}
- },
- ["CoinScale"] = 1,
- ["DNA"] = {
- ["DOwned"] = {
- [1] = "Normal DNA"
- },
- ["DBuyAmount"] = 1,
- ["DEquipped"] = "Normal DNA"
- },
- ["TotalStats"] = {
- ["Total Time Played"] = 338,
- ["Total Coins"] = 7,
- ["Total Strength"] = 7,
- ["Total Kills"] = 0,
- ["Total Lifts"] = 7
- },
- ["Boosts"] = {
- ["Triple Strength Boost"] = {
- ["Enabled"] = false,
- ["TimeLeft"] = 0,
- ["UsableBoosts"] = 0
- },
- ["Triple Coin Boost"] = {
- ["Enabled"] = false,
- ["TimeLeft"] = 0,
- ["UsableBoosts"] = 0
- },
- ["Triple Luck Boost"] = {
- ["Enabled"] = false,
- ["TimeLeft"] = 0,
- ["UsableBoosts"] = 0
- },
- ["Double Speed Boost"] = {
- ["Enabled"] = false,
- ["TimeLeft"] = 0,
- ["UsableBoosts"] = 0
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement