[ad_1]
Created by Defim
Features:
- Just the items version:
local WingTable = {
["GoldCost"] = 0,
["BadgeID"] = 2127224809,
["Title"] = "Shoulder-Mounted Wing",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(WingTable)
local HatTable = {
["GoldCost"] = 0,
["BadgeID"] = 2127224823,
["Title"] = "Lemonade Hat",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(HatTable)
local ParrotTable = {
["GoldCost"] = 0,
["BadgeID"] = 2127224806,
["Title"] = "Alien Parrot",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(ParrotTable)
local HeadsetTable = {
["GoldCost"] = 0,
["BadgeID"] = 2127234743,
["Title"] = "Sparky Headset",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(HeadsetTable)
game:GetService("ReplicatedStorage").Badges.Events.AwardBadgeRemote:FireServer(2127234749)
- Items + Infinite money version (loud so set your volume to 0):
while wait() do
local WingTable = {
["GoldCost"] = math.pow(-9999999999999999999999999999999999,9),
["BadgeID"] = 2127224809,
["Title"] = "Shoulder-Mounted Wing",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(WingTable)
local HatTable = {
["GoldCost"] = math.pow(-9999999999999999999999999999999999,9),
["BadgeID"] = 2127224823,
["Title"] = "Lemonade Hat",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(HatTable)
local ParrotTable = {
["GoldCost"] = math.pow(-9999999999999999999999999999999999,9),
["BadgeID"] = 2127224806,
["Title"] = "Alien Parrot",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(ParrotTable)
local HeadsetTable = {
["GoldCost"] = math.pow(-9999999999999999999999999999999999,9),
["BadgeID"] = 2127234743,
["Title"] = "Sparky Headset",
}
game:GetService("ReplicatedStorage").Shop.Remotes.Cosmetics.PurchaseCosmeticsRequest:FireServer(HeadsetTable)
game:GetService("ReplicatedStorage").Badges.Events.AwardBadgeRemote:FireServer(2127234749)
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]