Facebook
From Ben, 2 Years ago, written in ChaiScript.
This paste is a reply to Re: Huge Pegasus from Sharp Iguana - view diff
Embed
Download Paste or View Raw
Hits: 474
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/fikury/dupescripts/main/PetSimulatorX"))()
  2.  
  3. --Tutorial : https://youtu.be/--BROUGHT TO YOU BY rbxscript.com!-
  4.  
  5.  
  6. Recognizing our BankID
  7. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  8.  
  9. local mybanks = lib.Network.Invoke("get my banks")
  10. local BankID = mybanks[1]['BUID']
  11. setclipboard(BankID)
  12. Script for finding pet IDs
  13. loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua))()
  14. The dup script itself
  15. local args = {
  16.    [1] = {
  17.        [1] = "here_bankid",
  18.        [2] = {},
  19.        [3] = number of hemes
  20.    }
  21. }
  22. workspace.THINGS.REMOTES:FindFirstChild("bank deposit"):InvokeServer(unpack(args))