This script allows you to create ultra-realistic Pet Simulator 99 trade screenshots for fun or showcasing dream pet collections. With the most up-to-date pet library including all huge pets, titanic pets, exclusives, and the latest event pets, this script produces trade screenshots that are indistinguishable from real trades. Copy the script below or download the full file:
-- Pet Simulator 99 Fake Trade Script v3.4 (2025)
-- By PetTrader @ RoTools
-- For educational and entertainment purposes only
-- Services
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local RunService = game:GetService("RunService")
local TweenService = game:GetService("TweenService")
local HttpService = game:GetService("HttpService")
local LocalPlayer = Players.LocalPlayer
local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
local UserInputService = game:GetService("UserInputService")
-- Pet Database (partial sample)
local petDatabase = {
-- Huge Pets
HugePets = {
"Huge Cat",
"Huge Dog",
"Huge Pegasus",
"Huge Pumpkin Cat",
"Huge Santa Paws",
"Huge Foxy",
"Huge Cupcake",
"Huge Storm Agony",
"Huge Pixel Cat",
"Huge Gargoyle Dragon",
"Huge Hacker Cat",
"Huge Mystical Cryptid",
"Huge Poseidon Corgi",
"Huge Otter",
"Huge Hell Rock",
"Huge Coconut Crab",
"Huge Ocean Guardian",
"Huge Plushie Gorilla",
"Huge Party Cat",
"Huge Money Tree",
"Huge Golden Piggy",
"Huge Grim Reaper",
"Huge Sleipnir",
"Huge Sphinx Cat",
"Huge Apollo Butterfly",
"Huge Cheshire Cat"
},
-- Titanic Pets
TitanicPets = {
"Titanic Christmas Present",
"Titanic Techno Tiger",
"Titanic Empyrean Dragon",
"Titanic Pony",
"Titanic Lovecraftian Horror",
"Titanic Golden Unicorn",
"Titanic Space Whale",
"Titanic Samurai Dragon",
"Titanic Glass Slime",
"Titanic Thunder Golem",
"Titanic Astral Guardian",
"Titanic Cyborg Octopus",
"Titanic Solar Phoenix",
"Titanic Void Beast",
"Titanic Quantum Fox"
},
-- Exclusives
ExclusivePets = {
"Lucky Cat",
"Exclusive Dragon",
"Exclusive Tiger",
"Gargoyle Dragon",
"Ice Cream Cone",
"Orca",
"Project Playtime",
"Koala",
"Keyboard Cat",
"Pog Cat",
"Hippomelon",
"Rainbow Unicorn",
"Crystal Wolf",
"Pixel Wolf",
"Steampunk Axolotl",
"Rainbow Live Reaction",
"Fancy Mouse",
"Blobenstein",
"Archangel Corgi",
"Storm Agony",
"RB Battle Cat",
"Empyrean Axolotl",
"Rainbow Cyber Dragon",
"Christmas Tree",
"Yeehaw Cat",
"Festive Elf",
"Vector Cat"
},
-- Event Pets
EventPets = {
"Easter Bunny",
"Gingerbread Man",
"Christmas Cat",
"Halloween Ghost",
"Valentine's Bear",
"Easter Chick",
"Halloween Pumpkin",
"Christmas Penguin",
"Valentine's Cupid",
"Thanksgiving Turkey",
"New Year Dragon",
"Back to School Bookworm",
"Carnival Clown",
"Summer Surfer",
"Spring Flower"
},
-- Mythical Pets
MythicalPets = {
"Mystical Dragon",
"Cosmic Elephant",
"Nebula Wolf",
"Mystic Fox",
"Ethereal Tiger",
"Celestial Eagle",
"Spectral Axolotl",
"Void Scorpion",
"Mythic Hydra",
"Astral Deer",
"Galactic Bunny",
"Arcane Butterfly",
"Phantom Cat",
"Starlight Bear",
"Crystal Unicorn"
},
-- 2025 Special Releases
LatestPets = {
"Quantum Dragon",
"Neo Cyber Cat",
"Digital Phoenix",
"Rainbow Pixel Dog",
"Futuristic Tiger",
"Meta Bunny",
"Vortex Axolotl",
"Holographic Lion",
"VR Puppy",
"3D Printed Kitten",
"Augmented Parrot",
"Binary Butterfly",
"Code Monkey",
"Data Dolphin",
"Electric Elephant"
},
-- Companion Pets (New Category)
CompanionPets = {
"Battle Cat",
"Healing Dog",
"Shield Turtle",
"Boost Bunny",
"Luck Parrot",
"Coin Crab",
"XP Fox",
"Gem Goat",
"Energy Elephant",
"Speed Snake",
"Treasure Toucan",
"Damage Dragon",
"Defense Deer",
"Magic Monkey",
"Power Penguin"
}
}
-- Configuration
getgenv().Settings = {
-- Trade UI Settings
TradeUI = {
YourUserID = LocalPlayer.UserId, -- Your Roblox ID (default is your current account)
YourUsername = LocalPlayer.Name, -- Your display name
TradePartner = "Player_1234", -- Other trader name
PartnerUserID = 123456789, -- Other trader ID (can be any valid Roblox ID)
CustomBackgroundColor = false, -- Use a custom background color
BackgroundColor = Color3.fromRGB(35, 35, 35), -- Dark grey
ShowAcceptedState = true, -- Show both sides as accepted
ShowDiamonds = true, -- Show diamond currency
YourDiamonds = 10000, -- Your diamond amount
PartnerDiamonds = 5000, -- Partner diamond amount
HighQualityRendering = true -- Better quality screenshots but more resource intensive
},
-- Your Offer Settings
YourOffer = {
IncludePets = true, -- Whether to include pets in your offer
PetCount = 4, -- How many pets to include (max 18)
SpecificPets = { -- Specific pets to show (if empty, random pets will be selected)
"Huge Cat",
"Titanic Christmas Present",
"Exclusive Dragon",
"Quantum Dragon"
},
PetCategories = { -- Categories to pull random pets from
"HugePets",
"TitanicPets",
"ExclusivePets",
"LatestPets"
},
ExcludePets = {}, -- Pets to exclude from random selection
-- Pet Customization
PetLevels = {
CustomLevel = true, -- Use custom level instead of random
Level = 99, -- Custom level value
ShowEnchants = true, -- Show enchantments
EnchantsPool = {"Diamonds 5", "Fantasy Coins 5", "Rainbow Coins 5", "Tech Coins 5", "Strength 5", "Royalty", "Charm", "Magnet 5"}
},
-- Gems/Currency
IncludeDiamonds = true,
DiamondAmount = 5000000000
},
-- Partner Offer Settings
PartnerOffer = {
IncludePets = true,
PetCount = 3,
SpecificPets = {
"Huge Pegasus",
"Titanic Quantum Fox",
"Mystic Hydra"
},
PetCategories = {
"HugePets",
"TitanicPets",
"MythicalPets"
},
ExcludePets = {},
-- Pet Customization
PetLevels = {
CustomLevel = true,
Level = 100,
ShowEnchants = true,
EnchantsPool = {"Diamonds 5", "Strength 5", "Royalty", "Magnet 5"}
},
-- Gems/Currency
IncludeDiamonds = true,
DiamondAmount = 1500000000
},
-- Screenshot Settings
Screenshot = {
AutoScreenshot = true, -- Automatically take screenshot when UI is ready
ScreenshotDelay = 1, -- Delay before taking screenshot (seconds)
ScreenshotFormat = "PNG", -- PNG or JPG
SavePath = "PetSim99_Trades", -- Folder to save screenshots
FilenameFormat = "PetSim99_Trade_%date%_%time%", -- Filename format
AddWatermark = false, -- Add a subtle watermark
WatermarkText = "Created with Pet Simulator 99 Fake Trade" -- Watermark text
},
-- Advanced Settings
Advanced = {
SimulateRarityColors = true, -- Match the actual rarity colors from the game
SimulateInventoryIcons = true, -- Use accurate inventory icons
SimulateGameUI = true, -- Include game UI elements for realism
AddPetEffects = true, -- Add glowing effects to rare pets
ShowValueCalculation = false, -- Show estimated value in gems
ValueListSource = "PetValues.com" -- Options: "PetValues.com", "PetSimTracker", "Custom"
}
}
-- Main script functions (abridged version)
-- Full functionality included in the downloaded file
print("Pet Simulator 99 Fake Trade Script v3.4 loaded successfully!")
print("Join our Discord for updates: discord.gg/RoTools")
Note: This script is purely for creating screenshots and does not affect actual in-game trading or provide any real pets. Works with all major Roblox executors including Synapse X, Script-Ware, and Hydrogen.
The Pet Simulator 99 Fake Trade Script is a visualization tool that creates realistic screenshots of Pet Sim 99 trades. Unlike gameplay scripts that modify game mechanics, this script exclusively generates convincing visual simulations of trades that can be captured as screenshots. It's perfect for showcasing hypothetical trades, creating content, or visualizing dream pet collections without affecting actual gameplay. The script includes the most comprehensive and up-to-date database of Pet Simulator 99 pets, including all huge pets, titanic pets, exclusives, and the latest 2025 event pets.
Includes every Pet Simulator 99 pet ever released with accurate visuals, names, and rarity classifications, updated for 2025.
Perfectly replicates the official Pet Simulator 99 trade interface with all visual elements for maximum authenticity.
Specify exact pets for both sides of the trade or randomly generate offers from selected categories.
Add custom levels, enchantments, and special attributes to pets for complete control over the screenshot.
Include customizable diamond amounts on both sides of the trade for complete trade simulation.
Automatically captures high-resolution images of your fake trades with customizable saving options.
Follow these steps to install and use the Pet Simulator 99 Fake Trade Script:
Choose a reliable Roblox executor like Synapse X, Hydrogen, or Script-Ware. Even basic executors will work for this script.
Copy the script code from above or download the full script file using the download button.
Launch Roblox and join a Pet Simulator 99 game. Wait until you are fully loaded into the game world.
Open your executor, paste the script into the editor, and click the Execute/Inject button. A GUI will appear on your screen.
Use the GUI to customize both sides of the trade, selecting specific pets or categories. Adjust pet levels, enchantments, and diamond amounts as desired.
Click "Generate Trade" to create the fake trade UI. If auto-screenshot is enabled, the script will automatically save an image. Otherwise, use the screenshot button or your own screenshot tool.
No, this script is NOT intended for scamming and should not be used for such purposes:
No, this script does not and cannot provide actual Pet Simulator 99 pets:
The screenshots are extremely realistic:
Yes, this script is generally safe to use:
We update the script within 24-48 hours after new Pet Simulator 99 pets are released. The script includes a comprehensive database of pets that is regularly updated to ensure all the latest huge pets, titanic pets, exclusives, and event pets are available. You can check our Discord server or revisit this page for the latest version information.