Advertisement
pa1nx9

Pet Simulator X WEBHOOK NOTIFY HATCH SCRIPT

Sep 28th, 2021
1,041
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. _G.Webhook = "Your Webhook"
  2. _G.TrackList = {
  3. ['Basic'] = false;
  4. ['Rare'] = false;
  5. ['Epic'] = false;
  6. ['Legendary'] = true;
  7. ['Mythical'] = true;
  8. }
  9.  
  10. loadstring(game:HttpGet('https://pastebin.com/raw/H9DyZWys'))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement