Menace00

Black Hawk Rescue Mission 5 script 2023

Apr 15th, 2023
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local IsDevelopmentBranch,NotificationTime = false,5
  2. local Branch = IsDevelopmentBranch and "development" or "main"
  3. local Source = "https://raw.githubusercontent.com/AlexR32/Parvus/" .. Branch .. "/"
  4. loadstring(game:HttpGet(Source .. "Loader.lua"),"Loader")(Branch,NotificationTime)
  5.  
  6. --copy the whole thing
  7. --synapse only
  8. --creds to AlexR32
Add Comment
Please, Sign In to add comment