Advertisement
JustAPlayer

Untitled

May 25th, 2024
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. local var10 = require(game.ReplicatedStorage.Badges)
  2. local var6 = {
  3. Bundles = {
  4. TimelessValkyrie = 374252;
  5. TreasureFinder = 374390;
  6. };
  7. BlingBundleProductId = 1833868290;
  8. HubItems = {
  9. DogPet = {
  10. Description = "";
  11. Currency = "Tix";
  12. Icon = "http://www.roblox.com/asset/?id=17559307160";
  13. ToolName = "ClassicDog";
  14. Price = 32;
  15. DisplayName = "Mom's Dog";
  16. };
  17. Dodgeball = {
  18. Currency = "Tix";
  19. Description = "";
  20. ToolName = "Superball";
  21. DisplayName = "Superball";
  22. Price = 12;
  23. Icon = "rbxasset://Textures/Superball.png";
  24. };
  25. VendingMachineCoin = {
  26. DisplayName = "Drink Coin";
  27. Icon = "http://www.roblox.com/asset/?id=17559641402";
  28. Currency = "Tix";
  29. BeverageToken = true;
  30. Description = "A refreshment reimbursement for my time. But what will I choose?";
  31. Price = 4;
  32. };
  33. RocketLauncher = {
  34. Icon = "http://www.roblox.com/asset/?id=90021376";
  35. Price = 6;
  36. Description = "";
  37. Currency = "Tix";
  38. ToolName = "RocketLauncher";
  39. DisplayName = "Rocket Launcher";
  40. };
  41. Timebomb = {
  42. Price = 20;
  43. Description = "";
  44. Icon = "rbxasset://Textures/Bomb.png";
  45. ToolName = "Timebomb";
  46. Currency = "Tix";
  47. DisplayName = "Timebomb";
  48. };
  49. };
  50. UGCPurchaseOrder = {"Shawl", "Reign", "Bucket", var5};
  51. Swag = {{
  52. Price = 99;
  53. Icon = "http://www.roblox.com/asset/?id=17560121197";
  54. AssetId = 17521835615;
  55. DisplayName = "Classic Bot V1.2009";
  56. }, {
  57. AssetId = 17521854933;
  58. DisplayName = "The Classic Roblox Jacket";
  59. Icon = "http://www.roblox.com/asset/?id=17570702576";
  60. Price = 79;
  61. }, {
  62. DisplayName = "Classic Vending Machine Backpack";
  63. Price = 499;
  64. AssetId = 17521839448;
  65. Icon = "http://www.roblox.com/asset/?id=17570700618";
  66. }, {
  67. DisplayName = "Upd8d Sk8r";
  68. Icon = "http://www.roblox.com/asset/?id=17570707890";
  69. Price = 199;
  70. AssetId = 17521846018;
  71. }, {
  72. Icon = "http://www.roblox.com/asset/?id=17570705982";
  73. DisplayName = "Daemonshank";
  74. Limited = true;
  75. Price = 39999;
  76. AssetId = 17521857429;
  77. }};
  78. UGC = {
  79. Reign = {
  80. Bling = {
  81. ProductId = 1833867513;
  82. DisplayName = "Empyrean Reign: II Golden Age";
  83. Description = "";
  84. Price = 139;
  85. Icon = "http://www.roblox.com/asset/?id=17561312558";
  86. };
  87. Free = {
  88. DisplayName = "Empyrean Reign of Awesomeness";
  89. Price = 6;
  90. Description = "";
  91. Currency = "Tokens";
  92. Icon = "http://www.roblox.com/asset/?id=17560130483";
  93. };
  94. };
  95. Kleos = {
  96. Free = {
  97. Price = 15;
  98. DisplayName = "Kleos Erebus";
  99. Icon = "http://www.roblox.com/asset/?id=17560123223";
  100. Currency = "Tokens";
  101. Description = "";
  102. };
  103. Bling = {
  104. DisplayName = "Kleos Phoebus";
  105. ProductId = 1833867736;
  106. Price = var4;
  107. Icon = "http://www.roblox.com/asset/?id=17561316732";
  108. Description = "";
  109. };
  110. };
  111. Shawl = {
  112. Bling = {
  113. DisplayName = "Radiant Deity Shawl";
  114. Icon = "http://www.roblox.com/asset/?id=17561314427";
  115. ProductId = 1833860434;
  116. Description = "";
  117. Price = 139;
  118. };
  119. Free = {
  120. Price = 5;
  121. Description = "";
  122. Icon = "http://www.roblox.com/asset/?id=17560135617";
  123. DisplayName = "Ancient Deity Shawl";
  124. Currency = "Tokens";
  125. };
  126. };
  127. Bucket = {
  128. Bling = {
  129. Price = 329;
  130. Description = "";
  131. Icon = "http://www.roblox.com/asset/?id=17561315475";
  132. ProductId = 1833867627;
  133. DisplayName = "Agonizingly Happy Bucket of Gold";
  134. };
  135. Free = {
  136. DisplayName = "Agonizingly Happy Bucket";
  137. Icon = "http://www.roblox.com/asset/?id=17560131640";
  138. Price = 10;
  139. Description = "";
  140. Currency = "Tokens";
  141. };
  142. };
  143. };
  144. }
  145. local var5 = "Kleos"
  146. local var4 = 699
  147. -- Warning: Skipped instruction FORGPREP_NEXT
  148. var5.BadgeId = var10.GetBadgeIdByName(var4)
  149. -- Warning: Skipped instruction FORGLOOP
  150. -- Warning: Skipped instruction FORGPREP_NEXT
  151. var5.Free.BadgeId = var10.GetBadgeIdByName(var5.Free.DisplayName)
  152. var5.Bling.BadgeId = var10.GetBadgeIdByName(var5.Bling.DisplayName)
  153. -- Warning: Skipped instruction FORGLOOP
  154. return var6
  155.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement