[ad_1]
Created byΒ BlastingStone
Features:
- Chat Advertisement
- DEV NOTES:
- Useful in trading plaza when youβre searching for some pet.
- You can configure the chat and repeat cooldown, pet name, enchants you want on that pet, gems youβre willing to pay and (if you have) saying huge cat is not for trade.
local function chat(msg)
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
end
--getgenv().Toggle = true -- Script Loop
-- Cooldown settings:
local ChatCooldown = 0.5
local RepeatCooldown = 15
-- Advertisement settings:
local PetName = "DM Santa Paws ππ
" -- Enter the pet name you're searching for
local EnchantsWanted = "Royalty or/and Strength 5" -- Enchants you want on the pet
local GemAmount = "200kk" -- Enter how much you're willing to pay (in gems)
local PetNotForTrade = "HUGE CATπ±" -- If someone annoys you when you have a cool pet
--while getgenv().Toggle == true do
chat("ββ Buying "..PetName.." ββ")
wait(ChatCooldown)
chat("ββ "..EnchantsWanted.." wanted ββ")
wait(ChatCooldown)
chat("ββ Paying "..GemAmount.." gems π for 1 ββ")
wait(ChatCooldown)
chat("ββ pls pet π₯Ί = instant mute π« ββ")
wait(ChatCooldown)
chat("ββ "..PetNotForTrade.." IS NOT FOR TRADE π«π ββ")
--wait(RepeatCooldown)
--end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, youβre only here to copy the script!
[ad_2]