-
-
Save sandeepraju/9da1e4d2f8318b483f18850d5eefe43d to your computer and use it in GitHub Desktop.
hack for the tabby cat chrome extension to unlock all the accessories - http://tabbycats.club/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"collected":["glasses-1","glasses-2","glasses-3","glasses-4","hat-1","hat-2","hat-3","hat-4","hat-5","hat-6","hat-7","hat-8","toy-1","toy-2","toy-3","toy-4","toy-5","toy-6","toy-7","toy-8"],"active":{"hat":"hat-8","toy":"toy-3","glasses":"glasses-3"},"unseen":[],"shuffle":false} |
i found it is this video and looked in the decribtion
the code provided by@jordan23bulls works for some time but goes away after some time, and there are also pigs bunnies now
:)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this code makes it so you get all the animals forever:
[{"sku":"cat_tabbycat","displayName":"Tabby Cat","isCollected":true,"petType":{"sku":"cat_tabbycat","type":"cat","name":"Cat"},"isNew":false},{"kind":"chromewebstore#inAppProduct","sku":"dog_lildoggo","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"dog_lildoggo","type":"dog","name":"LilDoggo","displayName":"Lil Doggo"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Lil Doggo","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"penguin_tuxedobird","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"penguin_tuxedobird","type":"penguin","name":"TuxedoBird","displayName":"Tuxedo Birb"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Tuxedo Birb","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"wildcat_leopard","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"wildcat_leopard","type":"wildcat","name":"Leopard","displayName":"Wild Kitty"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Wild Kitty","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"bear_bear","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"bear_bear","type":"bear","name":"Bear","displayName":"Bear Cub"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Bear Cub","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"turtle_tortoise","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"turtle_tortoise","type":"turtle","name":"Tortoise","displayName":"Happy Tortoise"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Happy Tortoise","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"dog_classicdoggo","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"dog_classicdoggo","type":"classicdoggo","name":"ClassicDoggo","displayName":"Classic Doggo"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Classic Doggo","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"chicken_chicken","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"chicken_chicken","type":"chicken","name":"Chicken","displayName":"Chicken Birb"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Chicken Birb","description":"","languageCode":"en-US"}]},{"kind":"chromewebstore#inAppProduct","sku":"seal_seal","item_id":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa","type":"inapp","state":"ACTIVE","prices":[{"valueMicros":"1000000","currencyCode":"USD","regionCode":"US"}],"petType":{"sku":"seal_seal","type":"seal","name":"Seal","displayName":"Squishy Seal"},"isCollected":true,"isComingSoon":false,"isNew":true,"localeData":[{"title":"Squishy Seal","description":"","languageCode":"en-US"}]}]
this code makes it so you get all the accessories forever:
{"collected":["hat-5","hat-7","hat-3","hat-6","toy-8","hat-4","toy-6","hat-8","glasses-3","toy-4","hat-1","toy-3","glasses-2","glasses-1","glasses-4","toy-5","toy-7","toy-2","toy-1","toy-9","hat-9","glasses-5","hat-2"],"active":{"hat":"hat-1","toy":"toy-7","glasses":"glasses-4"},"unseen":[],"shuffle":false}