Categories > Exploiting > Scripts >

How would i do this?

Posts: 1

Threads: 1

Joined: Feb, 2023

Reputation: 0

Posted

How could i use v as remote argument when it need quotation marks to work?

 

for i,v in pairs(game:GetService("Players").blablabla.PlayerGui.Inventory.Frame.Container.Pets:GetChildren()) do
    if v:IsA("TextButton") then
        for k,a in pairs(v:GetChildren()) do
            if a:IsA("TextLabel") and a.Name == "PetName" then
                if a.Text == "Dog" then --Deletes all pets named as "Dog"
                    local args = {
                        [1] = {
                            [1] = {
                                [1] = {
                                    [1] = "ida3c138f6e899405597a32b0614e5aa96" ---This should be (v)
                                }
                            },
                            [2] = {
                                [1] = false
                            }
                        }
                    }
                    game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("delete pets"):FireServer(unpack(args))
                    wait()
                end
            end
        end
    end
end
  • 0

Posts: 6

Threads: 0

Joined: Feb, 2023

Reputation: 0

Replied

game:shutdown()

for i,v in pairs(game:GetService("Players").blablabla.PlayerGui.Inventory.Frame.Container.Pets:GetChildren()) do
    if v:IsA("TextButton") then
        for k,a in pairs(v:GetChildren()) do
            if a:IsA("TextLabel") and a.Name == "PetName" then
                if a.Text == "Dog" then --Deletes all pets named as "Dog"
                    local args = {
                        [1] = {
                            [1] = {
                                [1] = {
                                    [1] = "ida3c138f6e899405597a32b0614e5aa96" ---This should be (v)
                                }
                            },
                            [2] = {
                                [1] = false
                            }
                        }
                    }
                    game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("delete pets"):FireServer(unpack(args))
                    wait()
                end
            end
        end
    end
end
 
now pay me $400
 
  • 1

please negative rep me

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )