Advertisement
PeaPattern

relief hub

Jul 10th, 2024 (edited)
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.84 KB | None | 0 0
  1. local Notifications = loadstring(game:HttpGet("https://raw.githubusercontent.com/PeaPattern/notif-lib/main/main.lua"))()
  2.  
  3. local Games = {
  4.     [10851599]     =  "https://pastebin.com/raw/z8PmD4m4",  --  Roblox Talent Show
  5.  
  6.     [12498322724]  =  "https://pastebin.com/raw/yGfFY2yn",  --  Military Roleplay
  7.     [12498161045]  =  "https://pastebin.com/raw/yGfFY2yn",  --  Military Roleplay
  8.  
  9.     [1758401491]   =  "https://pastebin.com/raw/dtu03aYg",  --  Public Bathroom Simulator
  10.     [537413528]    =  "https://pastebin.com/raw/Wsafysbi",  --  Build A Boat For Treasure
  11.     [6233078791]   =  "https://pastebin.com/raw/ivEwD3Jy",  --  LGBTQ+ Vibe
  12. }
  13.  
  14. for Id, Link in Games do
  15.     if Id ~= game.PlaceId then continue end
  16.  
  17.     loadstring(game:HttpGet(Link))()
  18.     Notifications:Notify(("relief hub by heartasians | %d loaded"):format(Id), 5)
  19.     break
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement