Advertisement
Riwan9549

loadstring

Jun 13th, 2023 (edited)
52,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. if game.PlaceId == 12533625712 then --ALPHA-Motorcycle
  2. loadstring(game:HttpGet("https://pastebin.com/raw/BBpFHqv5"))()
  3. elseif game.PlaceId == 5534174456 then --Tropical resort
  4. loadstring(game:HttpGet("https://pastebin.com/raw/9YRKHs1p"))()
  5. elseif game.PlaceId == 192800 then --work at pizza place
  6. loadstring(game:HttpGet("https://pastebin.com/raw/HppdqJTD"))()
  7.  
  8. else
  9. game.StarterGui:SetCore("SendNotification", {
  10. Title = "Game not supported"; -- the title (ofc)
  11. Text = "Maybe wrong game or script "; -- what the text says (ofc)
  12. --Icon = "rbxassetid://57254792"; -- the image if u want.
  13. Duration = 20; -- how long the notification should in secounds
  14. })
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement