Facebook
From Soft Bird, 1 Year ago, written in Plain Text.
This paste is a reply to Pet Simulator X Dupe Script from More - view diff
Embed
Download Paste or View Raw
Hits: 525
  1.  
  2. Recognizing our BankID
  3. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  4.  
  5. local mybanks = lib.Network.Invoke("get my banks")
  6. local BankID = mybanks[1]['BUID']
  7. setclipboard(BankID)
  8. Script for finding pet IDs
  9. loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua))()
  10.  The dup script itself
  11. local args = {
  12.     [1] = {
  13.         [1] = "here_bankid",
  14.         [2] = {},
  15.         [3] = number of hemes
  16.     }
  17. }
  18. workspace.THINGS.REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))