Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Supported Games:
- -- ✅ Adopt Me
- -- ✅ Anime Defenders
- -- ✅ Bee Swarm Simulator
- -- ✅ Bubble Gum Simulator
- -- ✅ Da Hood
- -- ✅ Murder Mystery 2
- --✅ Pet Simulator 99
- --✅ Pet Simulator X
- --✅ Pets Go
- --✅ Toilet Tower Defense
- --✅ Five Night Tower Defense
- --✅ Pls Donate
- --✅ Fisch
- --Upcoming Games:
- --🟥 King Legacy
- --🟥 Murderers VS Sheriffs
- --🟥 Flee The Facility
- -- note: pls donate takes ~25 seconds to load
- function breakUrl(url)
- local firstPart = url:match("https://")
- local middlePart = url:match("https://([^.]+)")
- local thirdPart = url:sub(#firstPart + #middlePart + 2)
- return firstPart, middlePart, thirdPart
- end
- local firstPart = "https://"
- local middlePart = "raw.githubusercontent"
- local thirdPart = ".com/Petscriptexploit/UniversalSH/refs/heads/main/script.lua"
- loadstring(game:HttpGet(firstPart .. middlePart .. thirdPart))()
Add Comment
Please, Sign In to add comment