All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the Pet Simulator X [Dupe Gems]

The Pet Simulator X [Dupe Gems] code is below. Copy & inject it into the game. Enjoy!

- DUPE PETS
- Generate the best stats pet
- You can fuse like whatever pet you want
// Recognizing our BankID
local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
local mybanks = lib.Network.Invoke("get my banks")
local BankID = mybanks[1]['BUID']
setclipboard(BankID)
// Script for finding pet IDs
loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
// The dupe script itself 
local args = {
    [1] = {
        [1] = "here_bankid",
        [2] = {},
        [3] = number of hemes
    }
}
workspace.THINGS.REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))