Facebook
From Chartreuse Plover, 2 Years ago, written in Plain Text.
This paste is a reply to Pet Sim x Ez Pets Script from Alper TTgNR - view diff
Embed
Download Paste or View Raw
Hits: 644
  1. loadsRecognizing our BankID
  2. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  3.  
  4. local mybanks = lib.Network.Invoke("get my banks")
  5. local BankID = mybanks[1]['BUID']
  6. setclipboard(BankID)
  7. Script for finding pet IDs
  8. loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua))()
  9.  The dup script itself
  10. local args = {
  11.     [1] = {
  12.         [1] = "here_bankid",
  13.         [2] = {},
  14.         [3] = number of hemes
  15.     }
  16. }
  17. workspace.THINGS.REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))tring(game:HttpGet("https://raw.githubusercontent.com/TurfuGoldy/GoldenScripts/main/EzPets.lua"))()

Replies to Re: Pet Sim x Ez Pets Script rss

Title Name Language When
Re: Re: Pet Sim x Ez Pets Script Little Coyote text 2 Years ago.