Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local var10 = require(game.ReplicatedStorage.Badges)
- local var6 = {
- Bundles = {
- TimelessValkyrie = 374252;
- TreasureFinder = 374390;
- };
- BlingBundleProductId = 1833868290;
- HubItems = {
- DogPet = {
- Description = "";
- Currency = "Tix";
- Icon = "http://www.roblox.com/asset/?id=17559307160";
- ToolName = "ClassicDog";
- Price = 32;
- DisplayName = "Mom's Dog";
- };
- Dodgeball = {
- Currency = "Tix";
- Description = "";
- ToolName = "Superball";
- DisplayName = "Superball";
- Price = 12;
- Icon = "rbxasset://Textures/Superball.png";
- };
- VendingMachineCoin = {
- DisplayName = "Drink Coin";
- Icon = "http://www.roblox.com/asset/?id=17559641402";
- Currency = "Tix";
- BeverageToken = true;
- Description = "A refreshment reimbursement for my time. But what will I choose?";
- Price = 4;
- };
- RocketLauncher = {
- Icon = "http://www.roblox.com/asset/?id=90021376";
- Price = 6;
- Description = "";
- Currency = "Tix";
- ToolName = "RocketLauncher";
- DisplayName = "Rocket Launcher";
- };
- Timebomb = {
- Price = 20;
- Description = "";
- Icon = "rbxasset://Textures/Bomb.png";
- ToolName = "Timebomb";
- Currency = "Tix";
- DisplayName = "Timebomb";
- };
- };
- UGCPurchaseOrder = {"Shawl", "Reign", "Bucket", var5};
- Swag = {{
- Price = 99;
- Icon = "http://www.roblox.com/asset/?id=17560121197";
- AssetId = 17521835615;
- DisplayName = "Classic Bot V1.2009";
- }, {
- AssetId = 17521854933;
- DisplayName = "The Classic Roblox Jacket";
- Icon = "http://www.roblox.com/asset/?id=17570702576";
- Price = 79;
- }, {
- DisplayName = "Classic Vending Machine Backpack";
- Price = 499;
- AssetId = 17521839448;
- Icon = "http://www.roblox.com/asset/?id=17570700618";
- }, {
- DisplayName = "Upd8d Sk8r";
- Icon = "http://www.roblox.com/asset/?id=17570707890";
- Price = 199;
- AssetId = 17521846018;
- }, {
- Icon = "http://www.roblox.com/asset/?id=17570705982";
- DisplayName = "Daemonshank";
- Limited = true;
- Price = 39999;
- AssetId = 17521857429;
- }};
- UGC = {
- Reign = {
- Bling = {
- ProductId = 1833867513;
- DisplayName = "Empyrean Reign: II Golden Age";
- Description = "";
- Price = 139;
- Icon = "http://www.roblox.com/asset/?id=17561312558";
- };
- Free = {
- DisplayName = "Empyrean Reign of Awesomeness";
- Price = 6;
- Description = "";
- Currency = "Tokens";
- Icon = "http://www.roblox.com/asset/?id=17560130483";
- };
- };
- Kleos = {
- Free = {
- Price = 15;
- DisplayName = "Kleos Erebus";
- Icon = "http://www.roblox.com/asset/?id=17560123223";
- Currency = "Tokens";
- Description = "";
- };
- Bling = {
- DisplayName = "Kleos Phoebus";
- ProductId = 1833867736;
- Price = var4;
- Icon = "http://www.roblox.com/asset/?id=17561316732";
- Description = "";
- };
- };
- Shawl = {
- Bling = {
- DisplayName = "Radiant Deity Shawl";
- Icon = "http://www.roblox.com/asset/?id=17561314427";
- ProductId = 1833860434;
- Description = "";
- Price = 139;
- };
- Free = {
- Price = 5;
- Description = "";
- Icon = "http://www.roblox.com/asset/?id=17560135617";
- DisplayName = "Ancient Deity Shawl";
- Currency = "Tokens";
- };
- };
- Bucket = {
- Bling = {
- Price = 329;
- Description = "";
- Icon = "http://www.roblox.com/asset/?id=17561315475";
- ProductId = 1833867627;
- DisplayName = "Agonizingly Happy Bucket of Gold";
- };
- Free = {
- DisplayName = "Agonizingly Happy Bucket";
- Icon = "http://www.roblox.com/asset/?id=17560131640";
- Price = 10;
- Description = "";
- Currency = "Tokens";
- };
- };
- };
- }
- local var5 = "Kleos"
- local var4 = 699
- -- Warning: Skipped instruction FORGPREP_NEXT
- var5.BadgeId = var10.GetBadgeIdByName(var4)
- -- Warning: Skipped instruction FORGLOOP
- -- Warning: Skipped instruction FORGPREP_NEXT
- var5.Free.BadgeId = var10.GetBadgeIdByName(var5.Free.DisplayName)
- var5.Bling.BadgeId = var10.GetBadgeIdByName(var5.Bling.DisplayName)
- -- Warning: Skipped instruction FORGLOOP
- return var6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement