Nadir3709

Pet Simulator X Free Gamepass Script

Aug 12th, 2021 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local CoreGui = game:GetService("StarterGui")
  2.  
  3. CoreGui:SetCore("SendNotification", {
  4. Title = "Free Gamepass Script";
  5. Text = "Only Works Pet Simulator X";
  6. Duration = 10;
  7. })
  8.  
  9. local gmppath = require(game:GetService("ReplicatedStorage").Framework.Modules.Client["5 | Gamepasses"])
  10. gmppath.Owns = function() return true end
Add Comment
Please, Sign In to add comment