Advertisement
YoungAoS

BLOXHUB LOADER

Oct 15th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. local gameid = {
  2. [3956818381] = true, -- Ninja Legends
  3. }
  4.  
  5. function notif(title, txt, dur)
  6. game.StarterGui:SetCore("SendNotification", {
  7. Title = title;
  8. Text = txt;
  9. Duration = dur;
  10. })
  11. end
  12.  
  13. -- Check if the current game ID is supported
  14. if not gameid[game.PlaceId] then
  15. loadstring(game:HttpGet("https://pastebin.com/raw/8fynHrpS"))()
  16. else
  17. -- Ninja Legends
  18. if game.PlaceId == 3956818381 then
  19. loadstring(game:HttpGet("https://pastebin.com/raw/takm9b8h"))()
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement