Advertisement
Nel9Yt

SylveonHub

May 24th, 2023
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. VERSION MOBILE:
  2.  
  3. local LoaderUrl = "https://raw.githubusercontent.com/ogamertv12/SylveonHub/main/Mobile.lua"
  4. repeat wait() until game:IsLoaded()
  5. loadstring(game:HttpGet(LoaderUrl))()
  6.  
  7. VERSION PC:
  8.  
  9. local LoaderUrl = "https://raw.githubusercontent.com/ogamertv12/SylveonHub/main/NewLoader.lua"
  10. repeat wait() until game:IsLoaded()
  11. loadstring(game:HttpGet(LoaderUrl))()
  12.  
  13. ///////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement