Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.toggle = true ------- RUN THIS FIRST change "true" to "false" to turn off auto delete unnamed
- -- RUN SEPRIATLY
- --__________________"Eternity Legends Bunny"________________________________
- if _G.toggle == true then
- wait()
- pass = false
- for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
- if v.Name == "Eternity Legends Bunny" then
- if v.chosenName.value ~= v.Name then
- pass = true
- end
- if pass == false then
- pass = false
- game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
- else
- pass = false
- end
- end
- end
- end
- --____________________"Ultra Chaos Fusion Dragon"_____________________________
- if _G.toggle == true then
- wait()
- pass = false
- for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
- if v.Name == "Ultra Chaos Fusion Dragon" then
- if v.chosenName.Value ~= v.Name then
- pass = true
- end
- if pass == false then
- pass = false
- game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
- else
- pass = false
- end
- end
- end
- end
- --_____________________"Cybernetic Emerald Dragon"_____________________________
- if _G.toggle == true then
- wait()
- pass = false
- for i,v in pairs(game.Players.LocalPlayer.petsFolder.Elite:GetChildren()) do
- if v.Name == "Cybernetic Emerald Dragon" then
- if v.chosenName.Value ~= v.Name then
- pass = true
- end
- if pass == false then
- pass = false
- game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
- else
- pass = false
- end
- end
- end
- end
- --____________________"Hypersonic Pegasus"______________________________
- if _G.toggle == true then
- wait()
- pass = false
- for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
- if v.Name == "Hypersonic Pegasus" then
- if v.chosenName.Value ~= v.Name then
- pass = true
- end
- if pass == false then
- pass = false
- game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
- else
- pass = false
- end
- end
- end
- end
- --______________________"Shadows Edge Kitty"____________________________
- if _G.toggle == true then
- wait()
- pass = false
- for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
- if v.Name == "Shadows Edge Kitty" then
- if v.chosenName.Value ~= v.Name then
- pass = true
- end
- if pass == false then
- pass = false
- game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
- else
- pass = false
- end
- end
- end
- end
- --______________________"Phantom Soul Seeker"____________________________
- if _G.toggle == true then
- wait()
- pass = false
- for i,v in pairs(game.Players.LocalPlayer.petsFolder.Omega:GetChildren()) do
- if v.Name == "Phantom Soul Seeker" then
- if v.chosenName.Value ~= v.Name then
- pass = true
- end
- if pass == false then
- pass = false
- game.ReplicatedStorage.rEvents.sellPetEvent:FireServer("sellPet", v)
- else
- pass = false
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement