Advertisement
KrystekYY

Untitled

Apr 28th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. local hwidListDonator = loadstring(game:HttpGet('https://raw.githubusercontent.com/KrystekYTpv/AJOVFusfvboasjfbosfpoazsfnasfafa/main/hwidListDonator.lua', true))()
  2. local HwidCheck = tostring(game:GetService("RbxAnalyticsService"):GetClientId())
  3.  
  4. if table.find(hwidListDonator,HwidCheck) then
  5. StartPetIconDeleter = true
  6. while wait(1) and StartPetIconDeleter == true do
  7. for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Inventory.Frame.Main.Pets:GetDescendants()) do
  8. if v.Name == "PetIcon" then
  9. v.Visible = false
  10. end
  11. end
  12. end
  13. else
  14. require(game:GetService("ReplicatedStorage").Framework.Modules.Client["5 | Message"]).New("Sorry you have to buy Donator from: \n!KrystekYT#8687")
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement